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:
Sharlatan Hellseher 2025-07-29 15:46:20 +01:00
parent c0f2f85a4a
commit dddf6395db
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -27625,8 +27625,10 @@ pure Python module.")
(sha256 (sha256
(base32 (base32
"184sg65mbmih6ljblfsxcmq5js5l7dj3gpn618w9q5dy3rbh921z")))) "184sg65mbmih6ljblfsxcmq5js5l7dj3gpn618w9q5dy3rbh921z"))))
(build-system python-build-system) (build-system pyproject-build-system)
(arguments `(#:tests? #f)) (arguments `(#:tests? #f))
(native-inputs
(list python-setuptools))
(home-page "https://github.com/Anorov/PySocks") (home-page "https://github.com/Anorov/PySocks")
(synopsis "SOCKS client module") (synopsis "SOCKS client module")
(description "@code{pysocks} is an updated and semi-actively maintained (description "@code{pysocks} is an updated and semi-actively maintained