guix_mirror_bot pushed a commit to branch python-team in repository guix. commit d787043f0eeba98bf24e60b7cab8e6132b5a1517 Author: Sharlatan Hellseher <sharlata...@gmail.com> AuthorDate: Tue Jul 29 15:46:20 2025 +0100
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 --- gnu/packages/python-xyz.scm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 751795ed80..36038ccead 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -27697,8 +27697,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