Search Criteria
Package Details: python-asysocks 0.2.13-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/python-asysocks.git (read-only, click to copy) |
---|---|
Package Base: | python-asysocks |
Description: | Socks5/Socks4 client and server python library |
Upstream URL: | https://pypi.org/project/asysocks |
Keywords: | library proxy python socks4 socks5 |
Licenses: | MIT |
Submitter: | GI_Jack |
Maintainer: | GI_Jack |
Last Packager: | GI_Jack |
Votes: | 1 |
Popularity: | 0.000000 |
First Submitted: | 2020-06-27 14:37 (UTC) |
Last Updated: | 2024-12-22 22:55 (UTC) |
Dependencies (4)
- python (python37AUR, python311AUR, python310AUR)
- python-build (make)
- python-installer (make)
- python-wheel (make)
Latest Comments
MarsSeed commented on 2024-12-18 09:03 (UTC)
Fails to build since 2023-05-13 because
python-setuptools
is still needed in makedepends, even for the PEP 517 based build procedure. This is declared in upstream'spyproject.toml
.dreieck commented on 2023-05-07 15:16 (UTC) (edited on 2023-05-07 15:17 (UTC) by dreieck)
I think you should switch to using
python -m build
andpython -m installer
instead of invokingsetup.py
directly:e.g. (just the idea, not tested with your package):
Regards!