summaryrefslogtreecommitdiff
path: root/gnu/packages/python-xyz.scm
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2025-07-31 14:13:44 +0100
committerSharlatan Hellseher <sharlatanus@gmail.com>2025-09-25 09:35:49 +0100
commite8841b511585e3d00a273f2a55a2ab28b20d3790 (patch)
treefb92967b6cbbce7e32f645be61a6530ca253b9b9 /gnu/packages/python-xyz.scm
parent25a65f31925da56e7d5628687a67f7292efac0fd (diff)
gnu: python-pyasn1: Update to 0.6.1.
* gnu/packages/python-xyz.scm (python-pyasn1): Update to 0.6.1. [build-system]: Use pyproject. [arguments] <test-backend>: Use 'unittest. [native-inputs]: Add python-setuptools. [home-page]: Fix URL as development moved to GitHub. Change-Id: Idcf44dacf179be325f171cabe9c06f906d0b45ed
Diffstat (limited to 'gnu/packages/python-xyz.scm')
-rw-r--r--gnu/packages/python-xyz.scm13
1 files changed, 9 insertions, 4 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index d4af42741e..b1a32640e8 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -18176,16 +18176,21 @@ primary use case is APIs defined before keyword-only parameters existed.")
(define-public python-pyasn1
(package
(name "python-pyasn1")
- (version "0.4.8")
+ (version "0.6.1")
(source
(origin
(method url-fetch)
(uri (pypi-uri "pyasn1" version))
(sha256
(base32
- "1fnhbi3rmk47l9851gbik0flfr64vs5j0hbqx24cafjap6gprxxf"))))
- (build-system python-build-system)
- (home-page "https://pyasn1.sourceforge.net/")
+ "0d5h500ig8sp72pabd1wcyglc4951xalbkqahf056dl4vlmhsn3g"))))
+ (build-system pyproject-build-system)
+ (arguments
+ (list #:test-backend #~'unittest
+ #:test-flags #~(list "discover" "tests")))
+ (native-inputs
+ (list python-setuptools))
+ (home-page "https://github.com/pyasn1/pyasn1")
(synopsis "ASN.1 types and codecs")
(description
"This is an implementation of ASN.1 types and codecs in Python. It is