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: | Network_Jack |
| Maintainer: | None |
| Last Packager: | Network_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
- 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-setuptoolsis 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 buildandpython -m installerinstead of invokingsetup.pydirectly:e.g. (just the idea, not tested with your package):
Regards!