Skip to content

Commit 187dc1e

Browse files
committed
build: use python-asn1crypto from upstream
It is the exact same package definition.
1 parent b1e8f0b commit 187dc1e

File tree

1 file changed

+1
-28
lines changed

1 file changed

+1
-28
lines changed

contrib/guix/manifest.scm

Lines changed: 1 addition & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
(gnu packages perl)
2525
(gnu packages pkg-config)
2626
(gnu packages python)
27+
(gnu packages python-crypto)
2728
(gnu packages python-web)
2829
(gnu packages shells)
2930
(gnu packages tls)
@@ -248,34 +249,6 @@ signing and timestamping. But osslsigncode is based on OpenSSL and cURL, and
248249
thus should be able to compile on most platforms where these exist.")
249250
(license license:gpl3+))) ; license is with openssl exception
250251

251-
(define-public python-asn1crypto
252-
(package
253-
(name "python-asn1crypto")
254-
(version "1.4.0")
255-
(source
256-
(origin
257-
(method git-fetch)
258-
(uri (git-reference
259-
(url "https://github.com/wbond/asn1crypto")
260-
(commit version)))
261-
(file-name (git-file-name name version))
262-
(sha256
263-
(base32
264-
"19abibn6jw20mzi1ln4n9jjvpdka8ygm4m439hplyrdfqbvgm01r"))))
265-
(build-system python-build-system)
266-
(arguments
267-
'(#:phases
268-
(modify-phases %standard-phases
269-
(replace 'check
270-
(lambda _
271-
(invoke "python" "run.py" "tests"))))))
272-
(home-page "https://github.com/wbond/asn1crypto")
273-
(synopsis "ASN.1 parser and serializer in Python")
274-
(description "asn1crypto is an ASN.1 parser and serializer with definitions
275-
for private keys, public keys, certificates, CRL, OCSP, CMS, PKCS#3, PKCS#7,
276-
PKCS#8, PKCS#12, PKCS#5, X.509 and TSP.")
277-
(license license:expat)))
278-
279252
(define-public python-elfesteem
280253
(let ((commit "87bbd79ab7e361004c98cc8601d4e5f029fd8bd5"))
281254
(package

0 commit comments

Comments
 (0)