me
/
guix
Archived
1
0
Fork 0

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.
master
Tobias Geerinckx-Rice 2020-11-15 00:28:36 +01:00
parent bb2d1dae20
commit cbfa23c74e
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 3 additions and 8 deletions

View File

@ -1042,18 +1042,15 @@ PyCryptodome variants, the other being python-pycryptodomex.")
(package-with-python2 python-pycryptodome)) (package-with-python2 python-pycryptodome))
(define-public python-pycryptodomex (define-public python-pycryptodomex
(package (package (inherit python-pycryptodome)
(name "python-pycryptodomex") (name "python-pycryptodomex")
(version "3.9.9") (version (package-version python-pycryptodome))
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "pycryptodomex" version)) (uri (pypi-uri "pycryptodomex" version))
(sha256 (sha256
(base32 "0lbx4qk3xmwqiidhmkj8qa7bh2lf8bwzg0xjpsh2w5zqjrc7qnvv")))) (base32 "0lbx4qk3xmwqiidhmkj8qa7bh2lf8bwzg0xjpsh2w5zqjrc7qnvv"))))
(build-system python-build-system)
(home-page "https://www.pycryptodome.org")
(synopsis "Low-level cryptographic Python library")
(description (description
"PyCryptodome is a self-contained Python package of low-level "PyCryptodome is a self-contained Python package of low-level
cryptographic primitives. It's not a wrapper to a separate C library like cryptographic primitives. It's not a wrapper to a separate C library like
@ -1088,9 +1085,7 @@ in userspace)
@end itemize @end itemize
PyCryptodomex is the stand-alone version of PyCryptodome that no longer PyCryptodomex is the stand-alone version of PyCryptodome that no longer
provides drop-in compatibility with PyCrypto.") provides drop-in compatibility with PyCrypto.")))
(license (list license:bsd-2
license:public-domain)))) ; code inherited from PyCrypto
(define-public python-m2crypto (define-public python-m2crypto
(package (package