[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
201/223: gnu: Add python-sphinx-autodoc-typehints-5.
From: |
guix-commits |
Subject: |
201/223: gnu: Add python-sphinx-autodoc-typehints-5. |
Date: |
Mon, 21 Oct 2024 18:23:55 -0400 (EDT) |
sharlatan pushed a commit to branch python-team
in repository guix.
commit 23f589937633fdd2d0d14252c5d76ee8c897a890
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 bd757e12aa..973ed761c8 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")
- 178/223: gnu: abjad-ext-rmakers: Update to 3.19., (continued)
- 178/223: gnu: abjad-ext-rmakers: Update to 3.19., guix-commits, 2024/10/21
- 179/223: gnu: abjad-ext-nauert: Update to 3.19., guix-commits, 2024/10/21
- 188/223: gnu: python-jaraco-test: Move to pyproject-build-system., guix-commits, 2024/10/21
- 192/223: gnu: python-pytest-enabler: Break dependency cycle., guix-commits, 2024/10/21
- 175/223: gnu: python-amqp: Move to pyproject-build-system., guix-commits, 2024/10/21
- 193/223: gnu: python-pint: Disable benchmark tests., guix-commits, 2024/10/21
- 197/223: gnu: python-flake8-isort: Move to pyproject-build-system., guix-commits, 2024/10/21
- 198/223: gnu: python-xmltodict: Move to pyproject-build-system., guix-commits, 2024/10/21
- 199/223: gnu: python-rich: Update to 13.7.1., guix-commits, 2024/10/21
- 200/223: gnu: python-cmd2: Move to pyproject-build-system., guix-commits, 2024/10/21
- 201/223: gnu: Add python-sphinx-autodoc-typehints-5.,
guix-commits <=
- 202/223: gnu: python-uqbar: Improve package style., guix-commits, 2024/10/21
- 203/223: gnu: python-uqbar: Upgrade to python-team branch., guix-commits, 2024/10/21
- 205/223: gnu: python-typeguard-4: Ignore failing tests., guix-commits, 2024/10/21
- 209/223: gnu: tuir: Move to pyproject-build-system., guix-commits, 2024/10/21
- 216/223: gnu: python-matplotlib: Ignore failing tests., guix-commits, 2024/10/21
- 220/223: gnu: python-notebook: Add python-jupyter-server to native inputs., guix-commits, 2024/10/21
- 207/223: gnu: python-funsor: Ignore flaky test., guix-commits, 2024/10/21
- 221/223: gnu: build-system/pyproject: Add missing native-inputs., guix-commits, 2024/10/21
- 223/223: gnu: python-urllib3: Update to 2.2.1., guix-commits, 2024/10/21
- 110/223: gnu: python-cattrs: Update to 23.2.3., guix-commits, 2024/10/21