mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-certipy: Update to 0.2.2.
* gnu/packages/python-crypto.scm (python-certipy): Update to 0.2.2. [propagated-inputs]: Replace python-pyopenssl by python-cryptography. [native-inputs]: Add python-pypa-build, python-flask. Change-Id: If2a740e90d60e88f3d0839a6c3c6fac7a70b505c Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
parent
64ac97f8c0
commit
aa6126d588
1 changed files with 8 additions and 4 deletions
|
@ -1523,16 +1523,20 @@ use in your tests.")
|
||||||
(define-public python-certipy
|
(define-public python-certipy
|
||||||
(package
|
(package
|
||||||
(name "python-certipy")
|
(name "python-certipy")
|
||||||
(version "0.1.3")
|
(version "0.2.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "certipy" version))
|
(uri (pypi-uri "certipy" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0n980gqpzh0fm58h3i4mi2i10wgj606lscm1r5sk60vbf6vh8mv9"))))
|
(base32 "0pm0kf079ws9s93vpkxnw3gj6a1hi34p34bicx69rqlyh7cg7wgy"))))
|
||||||
(build-system pyproject-build-system)
|
(build-system pyproject-build-system)
|
||||||
(propagated-inputs (list python-pyopenssl))
|
(propagated-inputs (list python-cryptography))
|
||||||
(native-inputs (list python-pytest python-setuptools python-wheel))
|
(native-inputs (list python-pypa-build
|
||||||
|
python-flask
|
||||||
|
python-pytest
|
||||||
|
python-setuptools
|
||||||
|
python-wheel))
|
||||||
(home-page "https://github.com/LLNL/certipy")
|
(home-page "https://github.com/LLNL/certipy")
|
||||||
(synopsis "Utility to create and sign CAs and certificates")
|
(synopsis "Utility to create and sign CAs and certificates")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue