diff options
| author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-11-15 00:28:36 +0100 |
|---|---|---|
| committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-11-15 00:38:32 +0100 |
| commit | cbfa23c74ec874be7f55ee7758009d477d6c6005 (patch) | |
| tree | 05511d92832fe32fd9547a73fb5149a89030d7d2 /gnu | |
| parent | bb2d1dae20d5a0debc8fde405c34f4f16f189198 (diff) | |
gnu: python-pycryptodomex: Inherit from python-pycryptodome.
* gnu/packages/python-crypto.scm (python-pycryptodomex): Inherit from
python-pycryptodome.
[build-system, home-page, synopsis, license]: Remove redundant fields.
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/python-crypto.scm | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/gnu/packages/python-crypto.scm b/gnu/packages/python-crypto.scm index 60a9776baea..ce183bd6ae4 100644 --- a/gnu/packages/python-crypto.scm +++ b/gnu/packages/python-crypto.scm | |||
| @@ -1042,18 +1042,15 @@ PyCryptodome variants, the other being python-pycryptodomex.") | |||
| 1042 | (package-with-python2 python-pycryptodome)) | 1042 | (package-with-python2 python-pycryptodome)) |
| 1043 | 1043 | ||
| 1044 | (define-public python-pycryptodomex | 1044 | (define-public python-pycryptodomex |
| 1045 | (package | 1045 | (package (inherit python-pycryptodome) |
| 1046 | (name "python-pycryptodomex") | 1046 | (name "python-pycryptodomex") |
| 1047 | (version "3.9.9") | 1047 | (version (package-version python-pycryptodome)) |
| 1048 | (source | 1048 | (source |
| 1049 | (origin | 1049 | (origin |
| 1050 | (method url-fetch) | 1050 | (method url-fetch) |
| 1051 | (uri (pypi-uri "pycryptodomex" version)) | 1051 | (uri (pypi-uri "pycryptodomex" version)) |
| 1052 | (sha256 | 1052 | (sha256 |
| 1053 | (base32 "0lbx4qk3xmwqiidhmkj8qa7bh2lf8bwzg0xjpsh2w5zqjrc7qnvv")))) | 1053 | (base32 "0lbx4qk3xmwqiidhmkj8qa7bh2lf8bwzg0xjpsh2w5zqjrc7qnvv")))) |
| 1054 | (build-system python-build-system) | ||
| 1055 | (home-page "https://www.pycryptodome.org") | ||
| 1056 | (synopsis "Low-level cryptographic Python library") | ||
| 1057 | (description | 1054 | (description |
| 1058 | "PyCryptodome is a self-contained Python package of low-level | 1055 | "PyCryptodome is a self-contained Python package of low-level |
| 1059 | cryptographic primitives. It's not a wrapper to a separate C library like | 1056 | cryptographic primitives. It's not a wrapper to a separate C library like |
| @@ -1088,9 +1085,7 @@ in userspace) | |||
| 1088 | @end itemize | 1085 | @end itemize |
| 1089 | 1086 | ||
| 1090 | PyCryptodomex is the stand-alone version of PyCryptodome that no longer | 1087 | PyCryptodomex is the stand-alone version of PyCryptodome that no longer |
| 1091 | provides drop-in compatibility with PyCrypto.") | 1088 | provides drop-in compatibility with PyCrypto."))) |
| 1092 | (license (list license:bsd-2 | ||
| 1093 | license:public-domain)))) ; code inherited from PyCrypto | ||
| 1094 | 1089 | ||
| 1095 | (define-public python-m2crypto | 1090 | (define-public python-m2crypto |
| 1096 | (package | 1091 | (package |
