Search Criteria
Package Details: gamma-launcher 2.2-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/gamma-launcher.git (read-only, click to copy) |
---|---|
Package Base: | gamma-launcher |
Description: | S.T.A.L.K.E.R GAMMA launcher for Linux |
Upstream URL: | https://github.com/Mord3rca/gamma-launcher |
Keywords: | gamma launcher stalker |
Licenses: | GPL |
Provides: | gamma-launcher |
Submitter: | hkk |
Maintainer: | hkk |
Last Packager: | hkk |
Votes: | 2 |
Popularity: | 0.71 |
First Submitted: | 2024-08-15 16:26 (UTC) |
Last Updated: | 2024-12-10 17:53 (UTC) |
Dependencies (18)
- python (python37AUR, python311AUR, python310AUR)
- python-bs4AUR
- python-cloudscraperAUR (python-cloudscraper-gitAUR)
- python-gitpython
- python-magic (python-magic-gitAUR)
- python-platformdirs
- python-py7zr
- python-rarfile
- python-requests
- python-tenacity
- python-tqdm
- python-unrarAUR
- git (git-gitAUR, git-glAUR) (make)
- python-build (make)
- python-installer (python-installer-gitAUR) (make)
- python-pip (make)
- python-wheel (make)
- unrar (rarAUR) (optional)
Latest Comments
mak10z commented on 2024-12-22 16:26 (UTC) (edited on 2024-12-22 16:46 (UTC) by mak10z)
Ahh, Figured it out. python-setuptools was not in the dependency list
hkk commented on 2024-12-22 12:48 (UTC)
Try to clear your cache folder and reinstall all dependencies. I tried it on a fresh OS and it works fine.
mak10z commented on 2024-12-12 20:03 (UTC) (edited on 2024-12-12 20:10 (UTC) by mak10z)
getting error when attempting to build latest AUR.
Traceback (most recent call last):
File "/usr/lib/python3.12/site-packages/pyproject_hooks/_impl.py", line 402, in _call_hook
raise BackendUnavailable(
pyproject_hooks._impl.BackendUnavailable: Cannot import 'setuptools.build_meta'
ERROR Backend 'setuptools.build_meta' is not available.
==> ERROR: A failure occurred in build().
Aborting...
please assist.
2.1 installed fine a couple of weeks ago, but this one wont build.
I verified that the listed pre-reqs are installed. both yay and cloned git give same error.
python --version reports as Python 3.12.7
hkk commented on 2024-11-28 22:17 (UTC)
Should be working now.
SimonK commented on 2024-11-28 17:42 (UTC)
It seems on the upstream that setup.py was replaced with pyproject.toml as the build script. I have no idea how you use pyproject.toml with python but I guess that's what needs changing in the PKGBUILD.
SimonK commented on 2024-11-28 17:21 (UTC)
The package fails to build, I'm getting the error:
python: can't open file '/home/****/.cache/yay/gamma-launcher/src/gamma-launcher/setup.py': [Errno 2] No such file or directory
SuperSuslik312 commented on 2024-10-27 15:20 (UTC)
Hi.Thanks for your PKGBUILD. Since version 2.0 gamma-launcher also needs the python-gitpython package as dependency. See https://github.com/Mord3rca/gamma-launcher/pull/129