summaryrefslogtreecommitdiff
path: root/gnu/packages/python-crypto.scm
diff options
context:
space:
mode:
authorNicolas Graves <ngraves@ngraves.fr>2025-11-29 19:35:40 +0100
committerSharlatan Hellseher <sharlatanus@gmail.com>2025-12-01 23:23:52 +0000
commit22c9028522269dd6cb6db4b5fc3105497e77c647 (patch)
treebc439ad08ae7e1ed475083653b748b8795eb6bda /gnu/packages/python-crypto.scm
parent82f644f60d6df6c4d14219eaa6b9b3258c4245e3 (diff)
gnu: python-spake2: Switch to pyproject.
* gnu/packages/python-crypto.scm (python-spake2): [build-system]: Switch to pyproject-build-system. [native-inputs]: Add python-setuptools. [propagated-inputs]: Remove python-hkdf. Change-Id: I2f767e142446b867c7341c66e907c784ada2b22a Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Diffstat (limited to 'gnu/packages/python-crypto.scm')
-rw-r--r--gnu/packages/python-crypto.scm9
1 files changed, 4 insertions, 5 deletions
diff --git a/gnu/packages/python-crypto.scm b/gnu/packages/python-crypto.scm
index ca1b293e2ca..eb53edcfac5 100644
--- a/gnu/packages/python-crypto.scm
+++ b/gnu/packages/python-crypto.scm
@@ -1388,11 +1388,10 @@ Derivation function (HKDF) defined in RFC 5869.")
1388 (method url-fetch) 1388 (method url-fetch)
1389 (uri (pypi-uri "spake2" version)) 1389 (uri (pypi-uri "spake2" version))
1390 (sha256 1390 (sha256
1391 (base32 1391 (base32 "0d4kbaxi4cv8klyqh6yb0p0qiwfdwvczy1h2mzvmlfdcsnlc87s2"))))
1392 "0d4kbaxi4cv8klyqh6yb0p0qiwfdwvczy1h2mzvmlfdcsnlc87s2")))) 1392 (build-system pyproject-build-system)
1393 (build-system python-build-system) 1393 (native-inputs (list python-pytest python-setuptools))
1394 (propagated-inputs 1394 (propagated-inputs (list python-cryptography))
1395 (list python-cryptography python-hkdf))
1396 (home-page "https://github.com/warner/python-spake2") 1395 (home-page "https://github.com/warner/python-spake2")
1397 (synopsis "SPAKE2 password-authenticated key exchange in Python") 1396 (synopsis "SPAKE2 password-authenticated key exchange in Python")
1398 (description "This package provides a Python implementation of the SPAKE2 1397 (description "This package provides a Python implementation of the SPAKE2