summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2024-11-06 21:43:28 +0000
committerSharlatan Hellseher <sharlatanus@gmail.com>2024-12-13 20:19:04 +0000
commit9023969fc66715287fef8dbcd16890944efe80c2 (patch)
treec44370c6753918b654c31184801e511424632e4d /gnu
parent8f8852b520f349150fa08f0f5969eab47c9b65d6 (diff)
gnu: python-sphinx-autodoc-typehints: Update to 1.23.0.
* gnu/packages/sphinx.scm (python-sphinx-autodoc-typehints): Update to 1.23.0. [native-inputs]: Remove python-setuptools and python-wheel; add nss-certs-for-test, python-hatch-vcs, and python-hatchling. Change-Id: I86c2fceb321614d34ca75efb7d88a6922cda0991
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/sphinx.scm16
1 files changed, 9 insertions, 7 deletions
diff --git a/gnu/packages/sphinx.scm b/gnu/packages/sphinx.scm
index b2d363fe7ae..bdd91dd0fc1 100644
--- a/gnu/packages/sphinx.scm
+++ b/gnu/packages/sphinx.scm
@@ -1144,7 +1144,7 @@ enabled web server.")
(define-public python-sphinx-autodoc-typehints
(package
(name "python-sphinx-autodoc-typehints")
- (version "1.18.3")
+ (version "1.23.0")
(source
(origin
(method git-fetch) ;no tests in pypi archive
@@ -1154,7 +1154,7 @@ enabled web server.")
(file-name (git-file-name name version))
(sha256
(base32
- "049dlay21f4bccig31fkbzq2m8v0h6g63p1cn3dxay9q3h0mzgs0"))))
+ "0z5na9cxqq4xc9ikig1s2fwbwl5pjwm04z9zwidbp2lm6k53xs8b"))))
(build-system pyproject-build-system)
(arguments
(list
@@ -1169,15 +1169,17 @@ enabled web server.")
;; '0.0.0'.
(lambda _
(setenv "SETUPTOOLS_SCM_PRETEND_VERSION" #$version))))))
- (propagated-inputs (list python-sphinx))
(native-inputs
- (list python-nptyping
+ (list nss-certs-for-test
+ python-hatch-vcs
+ python-hatchling
+ python-nptyping
python-pytest
- python-setuptools
python-setuptools-scm
python-sphobjinv
- python-typing-extensions
- python-wheel))
+ python-typing-extensions))
+ (propagated-inputs
+ (list python-sphinx))
(home-page "https://pypi.org/project/sphinx-autodoc-typehints/")
(synopsis "Type hints for the Sphinx autodoc extension")
(description "This extension allows you to use Python 3 annotations for