andreas pushed a commit to branch python-team
in repository guix.
commit 78405c1df8e15667c0698b5d2d71aa242e5a76fd
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Thu Apr 10 16:21:25 2025 +0100
gnu: Remove python-sphinx-autodoc-typehints-5.
No users in Guix, it was intermediate variable which is no longer required.
* gnu/packages/sphinx.scm (python-sphinx-autodoc-typehints-5): Delete
variable.
Change-Id: I0c24541d4615c34559dee1da264042fad6206708
---
gnu/packages/sphinx.scm | 7 -------
1 file changed, 7 deletions(-)
diff --git a/gnu/packages/sphinx.scm b/gnu/packages/sphinx.scm
index 6847592a99..5f06cb04f5 100644
--- a/gnu/packages/sphinx.scm
+++ b/gnu/packages/sphinx.scm
@@ -1234,13 +1234,6 @@ enabled web server.")
documenting acceptable argument types and return value types of functions.")
(license license:expat)))
-(define-public python-sphinx-autodoc-typehints-5
- (package/inherit python-sphinx-autodoc-typehints
- (propagated-inputs
- (modify-inputs
- (package-propagated-inputs python-sphinx-autodoc-typehints)
- (replace "python-sphinx" python-sphinx-5)))))
-
(define-public python-sphinx-pytest
(package
(name "python-sphinx-pytest")