summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2025-10-18 12:48:07 +0100
committerSharlatan Hellseher <sharlatanus@gmail.com>2025-10-18 12:54:06 +0100
commite7c41bee78e32e100f28f99f62ddda548f025eb4 (patch)
treef1e7b3dbf86190893ba97604a6b710e45e88e499 /gnu
parent73fc73a5afdd4e51dacf36c6d6d45e7e2c5baa4a (diff)
gnu: python-types-docutils: Update to 0.22.2.20251006.
* gnu/packages/python-xyz.scm (python-types-docutils): Update to 0.22.2.20251006. [buld-system]: Switch to pyproject-build-system. [arguments] <tests?>: No tests. [native-inputs]: Add python-setuptools. Change-Id: I9f600fd3c16447617ca1d6da24475abcd2343878
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/python-xyz.scm10
1 files changed, 6 insertions, 4 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 11935e6f4f..89933635e4 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -36225,14 +36225,16 @@ static types.")
(define-public python-types-docutils
(package
(name "python-types-docutils")
- (version "0.18.2")
+ (version "0.22.2.20251006")
(source
(origin
(method url-fetch)
- (uri (pypi-uri "types-docutils" version))
+ (uri (pypi-uri "types_docutils" version))
(sha256
- (base32 "14ypv0x6fk1pjw0bvvr1lkb2g6dvq2pwvbd5b5pzjl6182fhmaim"))))
- (build-system python-build-system)
+ (base32 "1cp3p4bsaa646fa3kpjwjwsqbn6vz77pn57913lkknkf21ch8v63"))))
+ (build-system pyproject-build-system)
+ (arguments (list #:tests? #f)) ;no tests
+ (native-inputs (list python-setuptools))
(home-page "https://github.com/python/typeshed")
(synopsis "Typing stubs for docutils")
(description "This package provides a collection of library stubs for