diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-10-24 14:06:33 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-10-24 15:27:36 +0100 |
| commit | 016884bc4742bce06b3444a64b8972b832abeda8 (patch) | |
| tree | 79bb223836187e8a8bd4dc9dd3f51d3a9f5bb55f /gnu/packages/python-crypto.scm | |
| parent | bd84ca1af83c0de2dd0c33b6ae3b9ea3493bf0d1 (diff) | |
gnu: python-rsa: Move to python-crypto.
* gnu/packages/python-xyz.scm (python-rsa): Move from here ...
* gnu/packages/python-crypto.scm: ... to here.
Change-Id: I374bc70c4bbab48979f2b4b80505a1ad79545437
Diffstat (limited to 'gnu/packages/python-crypto.scm')
| -rw-r--r-- | gnu/packages/python-crypto.scm | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/gnu/packages/python-crypto.scm b/gnu/packages/python-crypto.scm index 7edbd717844..63b25bd913b 100644 --- a/gnu/packages/python-crypto.scm +++ b/gnu/packages/python-crypto.scm | |||
| @@ -1233,6 +1233,34 @@ passwords. It can be used to implement two-factor (2FA) or multi-factor | |||
| 1233 | require users to log in.") | 1233 | require users to log in.") |
| 1234 | (license license:expat))) | 1234 | (license license:expat))) |
| 1235 | 1235 | ||
| 1236 | ;; XXX: This project was archived by the owner on Apr 20, 2025. It is now | ||
| 1237 | ;; read-only. Consider to remove when starts failing to build and nothing | ||
| 1238 | ;; depends on it. | ||
| 1239 | (define-public python-rsa | ||
| 1240 | (package | ||
| 1241 | (name "python-rsa") | ||
| 1242 | (version "4.9.1") | ||
| 1243 | (source | ||
| 1244 | (origin | ||
| 1245 | (method url-fetch) | ||
| 1246 | (uri (pypi-uri "rsa" version)) | ||
| 1247 | (sha256 | ||
| 1248 | (base32 "0xdfs3mhdb9wjpckj7i4zyv9sr82m7hk0mfkvw3lrnlpakdvzgg7")))) | ||
| 1249 | (build-system pyproject-build-system) | ||
| 1250 | (arguments | ||
| 1251 | (list #:tests? #f)) ;tests are not included in PyPI archive | ||
| 1252 | (native-inputs | ||
| 1253 | (list python-poetry-core)) | ||
| 1254 | (propagated-inputs | ||
| 1255 | (list python-pyasn1)) | ||
| 1256 | (home-page "https://stuvel.eu/rsa") | ||
| 1257 | (synopsis "Pure-Python RSA implementation") | ||
| 1258 | (description "Python-RSA is a pure-Python RSA implementation. It supports | ||
| 1259 | encryption and decryption, signing and verifying signatures, and key | ||
| 1260 | generation according to PKCS#1 version 1.5. It can be used as a Python | ||
| 1261 | library as well as on the command line.") | ||
| 1262 | (license license:asl2.0))) | ||
| 1263 | |||
| 1236 | (define-public python-scrypt | 1264 | (define-public python-scrypt |
| 1237 | (package | 1265 | (package |
| 1238 | (name "python-scrypt") | 1266 | (name "python-scrypt") |
