Search Criteria
Package Details: python-asysocks 0.2.12-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-05-12 22:08 (UTC) |
Dependencies (4)
- python (python37AUR, python311AUR, python310AUR)
- python-build (make)
- python-installer (python-installer-gitAUR) (make)
- python-wheel (make)
Latest Comments
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!