Search Criteria
Package Details: steam-acolyte 0.10.0-2
Package Actions
| Git Clone URL: | https://aur.archlinux.org/steam-acolyte.git (read-only, click to copy) |
|---|---|
| Package Base: | steam-acolyte |
| Description: | Lightweight user account switcher/login keeper for steam |
| Upstream URL: | https://github.com/coldfix/steam-acolyte |
| Licenses: | Unlicense |
| Submitter: | core-problem |
| Maintainer: | core-problem (acolyte) |
| Last Packager: | core-problem |
| Votes: | 5 |
| Popularity: | 0.000000 |
| First Submitted: | 2019-10-31 00:17 (UTC) |
| Last Updated: | 2024-10-13 11:16 (UTC) |
Latest Comments
1 2 3 Next › Last »
micwoj92 commented on 2024-10-12 23:38 (UTC)
License should be set to
Unlicenseacolyte commented on 2024-08-05 18:21 (UTC)
Thanks @corysanin. I have updated the checksum now. It got messed up due to running the AUR release action on a later commit than the release itself (because publish action failed on the release and had to be updated first).
corysanin commented on 2024-08-05 16:02 (UTC)
I'm not getting the checksum to match. I get
1ad7f9578a16e73427202c2ab2018439for0.10.0.veganvelociraptr commented on 2023-05-04 18:45 (UTC)
@D3SOX Actually it was weirder than that to get it to work again. I had to do a pip uninstall setuptools, then pip install setuptools and pip install docopt, before recompilig python-vdf and finally doing the same with steam-acolyte.
D3SOX commented on 2023-05-04 06:50 (UTC) (edited on 2023-05-04 06:55 (UTC) by D3SOX)
@veganvelociraptr The reason is that the python packages in the Arch repos were updated and therefore you have to rebuild AUR packages that depend on it. (
paru -S --rebuild steam-acolyte) I recommend using rebuild-detector. It displays the affected packages after an upgrade. See https://wiki.archlinux.org/title/System_maintenance#Be_careful_with_unofficial_packagesA package maintainer can also (to make the process easier) just bump the pkgrel to force a rebuild.
veganvelociraptr commented on 2023-05-04 06:20 (UTC) (edited on 2023-05-04 06:22 (UTC) by veganvelociraptr)
For some reason this package stopped working for me today.
When running it:
Traceback (most recent call last): File "/usr/bin/steam-acolyte", line 33, in <module> sys.exit(load_entry_point('steam-acolyte==0.8.1', 'console_scripts', 'steam-acolyte')()) File "/usr/bin/steam-acolyte", line 25, in importlib_load_entry_point return next(matches).load() File "/usr/lib/python3.10/importlib/metadata/__init__.py", line 171, in load module = import_module(match.group('module')) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "<frozen importlib._bootstrap>", line 1050, in _gcd_import File "<frozen importlib._bootstrap>", line 1027, in _find_and_load File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked File "<frozen importlib._bootstrap>", line 688, in _load_unlocked File "<frozen importlib._bootstrap_external>", line 883, in exec_module File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed File "/usr/lib/python3.10/site-packages/steam_acolyte/app.py", line 37, in <module> from docopt import docopt ModuleNotFoundError: No module named 'docopt'And when I try to compile it using makepkg -si:
Traceback (most recent call last): File "/usr/bin/steam-acolyte", line 33, in <module> sys.exit(load_entry_point('steam-acolyte==0.8.1', 'console_scripts', 'steam-acolyte')()) File "/usr/bin/steam-acolyte", line 25, in importlib_load_entry_point return next(matches).load() File "/usr/lib/python3.10/importlib/metadata/__init__.py", line 171, in load module = import_module(match.group('module')) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "<frozen importlib._bootstrap>", line 1050, in _gcd_import File "<frozen importlib._bootstrap>", line 1027, in _find_and_load File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked File "<frozen importlib._bootstrap>", line 688, in _load_unlocked File "<frozen importlib._bootstrap_external>", line 883, in exec_module File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed File "/usr/lib/python3.10/site-packages/steam_acolyte/app.py", line 37, in <module> from docopt import docopt ModuleNotFoundError: No module named 'docopt'core-problem commented on 2023-04-04 12:37 (UTC)
Hi @Fazzi. How are you building the package? It works without problems for me using
yay -S steam-acolyteor simplymakepkg -si. The problem is a bit hard to make out from the error message. It could be due to a broken/weird version of setuptools. Do you also have problems building other python packages? In any case, can you try reinstalling setuptools?Fazzi commented on 2023-04-03 17:10 (UTC)
Hi, attempting to build this I keep getting the same error:
==> Starting build()... /home/faaris/.local/lib/python3.10/site-packages/setuptools/dist.py:788: UserWarning: Usage of dash-separated 'console-scripts' will not be supported in future versions. Please use the underscore name 'console_scripts' instead warnings.warn( Traceback (most recent call last): File "/tmp/makepkg/steam-acolyte/src/steam-acolyte-0.8.1/setup.py", line 11, in <module> setup( File "/home/faaris/.local/lib/python3.10/site-packages/setuptools/init.py", line 107, in setup _install_setup_requires(attrs) File "/home/faaris/.local/lib/python3.10/site-packages/setuptools/init.py", line 78, in _install_setup_requires dist.parse_config_files(ignore_option_errors=True) File "/home/faaris/.local/lib/python3.10/site-packages/setuptools/dist.py", line 881, in parse_config_files setupcfg.parse_configuration( File "/home/faaris/.local/lib/python3.10/site-packages/setuptools/config/setupcfg.py", line 163, in parse_configuration options.parse() File "/home/faaris/.local/lib/python3.10/site-packages/setuptools/config/setupcfg.py", line 508, in parse section_parser_method(section_options) File "/home/faaris/.local/lib/python3.10/site-packages/setuptools/config/setupcfg.py", line 736, in parse_section_entry_points self['entry_points'] = parsed File "/home/faaris/.local/lib/python3.10/site-packages/setuptools/config/setupcfg.py", line 280, in setitem raise KeyError(option_name) KeyError: 'entry_points' ==> ERROR: A failure occurred in build(). Aborting... error: failed to build 'steam-acolyte-0.8.1-1': error: packages failed to build: steam-acolyte-0.8.1-1 <\code>D3SOX commented on 2022-08-25 14:56 (UTC)
@simona probably not the right place to report as it's not a packaging problem
simona commented on 2022-08-25 14:52 (UTC)
no more --login accepted
1 2 3 Next › Last »