[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
200/361: gnu: Add python-sphinx-autodoc-typehints-5.
From: |
guix-commits |
Subject: |
200/361: gnu: Add python-sphinx-autodoc-typehints-5. |
Date: |
Fri, 22 Nov 2024 06:00:41 -0500 (EST) |
andreas pushed a commit to branch python-team
in repository guix.
commit 7a578286df578ba332d0f7b5e01dab44a455d790
Author: Nicolas Graves <ngraves@ngraves.fr>
AuthorDate: Fri May 10 00:54:06 2024 +0200
gnu: Add python-sphinx-autodoc-typehints-5.
* gnu/packages/sphinx.scm (python-sphinx-autodoc-typehints-5): New variable.
Change-Id: I465979829851681635d1073658f262a96758cfb5
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
---
gnu/packages/sphinx.scm | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/gnu/packages/sphinx.scm b/gnu/packages/sphinx.scm
index ef47be148d..95015c30df 100644
--- a/gnu/packages/sphinx.scm
+++ b/gnu/packages/sphinx.scm
@@ -1182,6 +1182,13 @@ 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")
- 99/361: gnu: python-jupyter-server-mathjax: Update to 0.2.6., (continued)
- 99/361: gnu: python-jupyter-server-mathjax: Update to 0.2.6., guix-commits, 2024/11/22
- 109/361: gnu: python-cattrs: Update to 23.2.3., guix-commits, 2024/11/22
- 120/361: gnu: python-platformdirs: Update to 4.2.1., guix-commits, 2024/11/22
- 125/361: gnu: python-sphinx-5: Disable failing tests., guix-commits, 2024/11/22
- 151/361: gnu: qtile: Update to 0.23.0., guix-commits, 2024/11/22
- 180/361: gnu: python-pytest-toolbox: Move to pyproject-build-system., guix-commits, 2024/11/22
- 158/361: gnu: python-scikit-rf: Fix tests., guix-commits, 2024/11/22
- 189/361: gnu: Add ghc-xcb-types., guix-commits, 2024/11/22
- 188/361: gnu: python-nbstripout: Move to pyproject-build-system., guix-commits, 2024/11/22
- 192/361: gnu: python-pint: Disable benchmark tests., guix-commits, 2024/11/22
- 200/361: gnu: Add python-sphinx-autodoc-typehints-5.,
guix-commits <=
- 213/361: gnu: python-warcio: Move to pyproject-build-system., guix-commits, 2024/11/22
- 222/361: gnu: python-urllib3: Update to 2.2.1., guix-commits, 2024/11/22
- 237/361: gnu: python-optree: Adjust inputs., guix-commits, 2024/11/22
- 238/361: gnu: python-parameterized-next: Adjust inputs., guix-commits, 2024/11/22
- 30/361: gnu: python-traitlets: Update to 5.14.1., guix-commits, 2024/11/22
- 33/361: gnu: Add python-rapidfuzz., guix-commits, 2024/11/22
- 72/361: gnu: Add python-hatch-jupyter-builder., guix-commits, 2024/11/22
- 76/361: gnu: python-attrs: Update to 23.2.0., guix-commits, 2024/11/22
- 67/361: gnu: Add python-rfc3986-validator., guix-commits, 2024/11/22
- 81/361: gnu: python-websocket-client: Update to 1.8.0., guix-commits, 2024/11/22