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) |
Dependencies (5)
- python (python37AUR, python311AUR, python310AUR)
- python-docopt
- python-pyqt5 (python-pyqt5-sip4AUR, python-pyqt5-webkitAUR)
- python-vdfAUR
- python-setuptools (make)
Latest Comments
1 2 3 Next › Last »
micwoj92 commented on 2024-10-12 23:38 (UTC)
License should be set to
Unlicense
acolyte 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
1ad7f9578a16e73427202c2ab2018439
for0.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:
And when I try to compile it using makepkg -si:
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-acolyte
or 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 »