From e7c41bee78e32e100f28f99f62ddda548f025eb4 Mon Sep 17 00:00:00 2001 From: Sharlatan Hellseher Date: Sat, 18 Oct 2025 12:48:07 +0100 Subject: [PATCH] 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] : No tests. [native-inputs]: Add python-setuptools. Change-Id: I9f600fd3c16447617ca1d6da24475abcd2343878 --- gnu/packages/python-xyz.scm | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 11935e6f4f793ab7dd886927de60ed20c310c7a1..89933635e43f384b5dff42858cf6ceb25243dda0 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