diff options
| author | Nicolas Graves <ngraves@ngraves.fr> | 2025-12-10 00:07:19 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-12-28 12:06:19 +0000 |
| commit | cc698b801e858d16e4de8fb97b5ce3a4cb33977b (patch) | |
| tree | 3e236160e3458f2f71d37ede915dda89cbb4d971 /gnu/packages/python-crypto.scm | |
| parent | e64729df20fb52a1cb3f23bf05d1c8c2b2a9d378 (diff) | |
gnu: python-privy: Switch to pyproject.
* gnu/packages/python-crypto.scm (python-privy):
[build-system]: Switch to pyproject-build-system.
[arguments]: Drop them.
[native-inputs]: Add python-setuptools.
Change-Id: If994d1f9ac17efda3e99b62a619aa5e78516fce8
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Diffstat (limited to 'gnu/packages/python-crypto.scm')
| -rw-r--r-- | gnu/packages/python-crypto.scm | 17 |
1 files changed, 4 insertions, 13 deletions
diff --git a/gnu/packages/python-crypto.scm b/gnu/packages/python-crypto.scm index 14ce0923615..f6decb0622d 100644 --- a/gnu/packages/python-crypto.scm +++ b/gnu/packages/python-crypto.scm | |||
| @@ -1722,19 +1722,10 @@ implementation of the Argon2 password hashing algorithm.") | |||
| 1722 | (commit "2838db3df239797c71bddacc48a4c49a83f35747"))) | 1722 | (commit "2838db3df239797c71bddacc48a4c49a83f35747"))) |
| 1723 | (file-name (git-file-name name version)) | 1723 | (file-name (git-file-name name version)) |
| 1724 | (sha256 | 1724 | (sha256 |
| 1725 | (base32 | 1725 | (base32 "1m32dh5fqc8cy7jyf1z5fs6zvmdkbq5fi98hr609gbl7s0l0y0i9")))) |
| 1726 | "1m32dh5fqc8cy7jyf1z5fs6zvmdkbq5fi98hr609gbl7s0l0y0i9")))) | 1726 | (build-system pyproject-build-system) |
| 1727 | (build-system python-build-system) | 1727 | (native-inputs (list python-pytest python-setuptools)) |
| 1728 | (arguments | 1728 | (propagated-inputs (list python-argon2-cffi python-cryptography)) |
| 1729 | '(#:phases | ||
| 1730 | (modify-phases %standard-phases | ||
| 1731 | (replace 'check | ||
| 1732 | (lambda _ | ||
| 1733 | (invoke "python" "-m" "pytest")))))) | ||
| 1734 | (native-inputs | ||
| 1735 | (list python-pytest)) | ||
| 1736 | (propagated-inputs | ||
| 1737 | (list python-argon2-cffi python-cryptography)) | ||
| 1738 | (home-page "https://www.dropbox.com/developers") | 1729 | (home-page "https://www.dropbox.com/developers") |
| 1739 | (synopsis "Library to password-protect your data") | 1730 | (synopsis "Library to password-protect your data") |
| 1740 | (description | 1731 | (description |
