mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-socksio: Switch to pyproject-build-system.
* gnu/packages/python-web.scm (python-socksio): [build-system]: Use pyproject. [native-inputs]: Add python-flit-core, python-pytest, and python-pytest-cov. Change-Id: I31a304fdc71d8b2b0d5522bff100eb292ff76ab4
This commit is contained in:
parent
7bd5760608
commit
c7597fbacd
1 changed files with 5 additions and 1 deletions
|
@ -9903,7 +9903,11 @@ realtime client and server.")
|
||||||
(uri (pypi-uri "socksio" version))
|
(uri (pypi-uri "socksio" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1b64j45w35jzhjhnq44bnyad9ydh1iyyd7a6j2c8phxmllyyp2zq"))))
|
(base32 "1b64j45w35jzhjhnq44bnyad9ydh1iyyd7a6j2c8phxmllyyp2zq"))))
|
||||||
(build-system python-build-system)
|
(build-system pyproject-build-system)
|
||||||
|
(native-inputs
|
||||||
|
(list python-flit-core
|
||||||
|
python-pytest
|
||||||
|
python-pytest-cov))
|
||||||
(home-page "https://github.com/sethmlarson/socksio")
|
(home-page "https://github.com/sethmlarson/socksio")
|
||||||
(synopsis "Sans-I/O implementation of SOCKS4, SOCKS4A, and SOCKS5")
|
(synopsis "Sans-I/O implementation of SOCKS4, SOCKS4A, and SOCKS5")
|
||||||
(description "The @code{socksio} Python module is a client-side sans-I/O
|
(description "The @code{socksio} Python module is a client-side sans-I/O
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue