mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-pysocks: Switch to pyproject-build-system.
* gnu/packages/python-xyz.scm (python-pysocks): [build-system]: Use pyproject. [native-inputs]: Add python-setuptools. Change-Id: I3251a080eadf8e194729bc03125bb65e2fbc858f
This commit is contained in:
parent
c0f2f85a4a
commit
dddf6395db
1 changed files with 3 additions and 1 deletions
|
@ -27625,8 +27625,10 @@ pure Python module.")
|
|||
(sha256
|
||||
(base32
|
||||
"184sg65mbmih6ljblfsxcmq5js5l7dj3gpn618w9q5dy3rbh921z"))))
|
||||
(build-system python-build-system)
|
||||
(build-system pyproject-build-system)
|
||||
(arguments `(#:tests? #f))
|
||||
(native-inputs
|
||||
(list python-setuptools))
|
||||
(home-page "https://github.com/Anorov/PySocks")
|
||||
(synopsis "SOCKS client module")
|
||||
(description "@code{pysocks} is an updated and semi-actively maintained
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue