diff options
Diffstat (limited to 'gnu/packages/python-crypto.scm')
| -rw-r--r-- | gnu/packages/python-crypto.scm | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/gnu/packages/python-crypto.scm b/gnu/packages/python-crypto.scm index 1a7664a7fbb..5e4f2f9aab2 100644 --- a/gnu/packages/python-crypto.scm +++ b/gnu/packages/python-crypto.scm | |||
| @@ -1024,6 +1024,28 @@ PyCryptodome variants, the other being python-pycryptodomex.") | |||
| 1024 | (license (list license:bsd-2 | 1024 | (license (list license:bsd-2 |
| 1025 | license:public-domain)))) ; code inherited from PyCrypto | 1025 | license:public-domain)))) ; code inherited from PyCrypto |
| 1026 | 1026 | ||
| 1027 | (define-public python-pycryptodome-test-vectors | ||
| 1028 | (package | ||
| 1029 | (name "python-pycryptodome-test-vectors") | ||
| 1030 | (version "1.0.22") | ||
| 1031 | (source | ||
| 1032 | (origin | ||
| 1033 | (method url-fetch) | ||
| 1034 | (uri (pypi-uri "pycryptodome_test_vectors" version)) | ||
| 1035 | (sha256 | ||
| 1036 | (base32 "19bn19fpnkj39nki2dp8k26is5fpqa3q7agkhk9rvfqfvzvgx3nn")))) | ||
| 1037 | (build-system pyproject-build-system) | ||
| 1038 | (arguments | ||
| 1039 | (list #:tests? #f)) ;no tests | ||
| 1040 | (native-inputs | ||
| 1041 | (list python-setuptools)) | ||
| 1042 | (home-page "https://www.pycryptodome.org") | ||
| 1043 | (synopsis "Test vectors for PyCryptodome") | ||
| 1044 | (description | ||
| 1045 | "This package provides test vectors for @code{PyCryptodome}.") | ||
| 1046 | (license (list license:bsd-2 | ||
| 1047 | license:asl2.0)))) | ||
| 1048 | |||
| 1027 | (define-public python-pycryptodomex | 1049 | (define-public python-pycryptodomex |
| 1028 | (package (inherit python-pycryptodome) | 1050 | (package (inherit python-pycryptodome) |
| 1029 | (name "python-pycryptodomex") | 1051 | (name "python-pycryptodomex") |
