Package Details: minigalaxy 1.3.2-1

Git Clone URL: https://aur.archlinux.org/minigalaxy.git (read-only, click to copy)
Package Base: minigalaxy
Description: A simple GOG client for Linux
Upstream URL: https://sharkwouter.github.io/minigalaxy
Keywords: client galaxy games gaming GOG
Licenses: GPL-3.0-or-later AND CC-BY-3.0
Submitter: sharkwouter
Maintainer: yochananmarqos
Last Packager: yochananmarqos
Votes: 32
Popularity: 0.55
First Submitted: 2019-12-25 12:18 (UTC)
Last Updated: 2025-02-25 16:24 (UTC)

Latest Comments

« First ‹ Previous 1 2 3

sharkwouter commented on 2020-03-10 22:02 (UTC)

@yochananmarqos I am not able to reproduce this:

[wouter@wouter-arch minigalaxy]$ tar -tvf minigalaxy-0.9.3-1-any.pkg.tar.xz usr/lib/python3.8/site-packages/tests
tar: usr/lib/python3.8/site-packages/tests: Not found in archive
tar: Exiting with failure status due to previous errors

It is in the source package, but not in the Arch package which is build. Could you try rebuilding in a clean directory?

yochananmarqos commented on 2020-03-10 20:08 (UTC)

@sharkwouter: What deletes what, now? It does indeed install it:

tests
    ├── game.py
    ├── __init__.py
    └── __pycache__
        ├── game.cpython-38.pyc
        └── __init__.cpython-38.pyc

sharkwouter commented on 2020-03-10 19:40 (UTC)

@yochananmarqos it does not actually include the tests directory when running makepkg. It deletes it first.

yochananmarqos commented on 2020-03-10 18:47 (UTC)

This should not be installing the tests directory in site-packages, see Python package guidelines.

I added the following to the package() function for now:

    local site_packages=$(python -c "import site; print(site.getsitepackages()[0])")
    rm -rf "$pkgdir/$site_packages/tests"

Gabriel_Gomes commented on 2020-02-08 16:00 (UTC)

works perfectly