[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
70/91: gnu: Add python-sphinx-autodoc-typehints-5.
From: |
guix-commits |
Subject: |
70/91: gnu: Add python-sphinx-autodoc-typehints-5. |
Date: |
Thu, 23 May 2024 17:17:37 -0400 (EDT) |
ngz pushed a commit to branch python-team
in repository guix.
commit e5f7bcca014f84f147875fe796c14d20dc8ebbc9
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 f5444e3331..5ec3695e85 100644
--- a/gnu/packages/sphinx.scm
+++ b/gnu/packages/sphinx.scm
@@ -1167,6 +1167,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")
- 25/91: gnu: gunicorn: Move to pyproject-build-system., (continued)
- 25/91: gnu: gunicorn: Move to pyproject-build-system., guix-commits, 2024/05/23
- 30/91: gnu: python-dateutil: Move to pyproject-build-system., guix-commits, 2024/05/23
- 44/91: gnu: python-sphinx-autodoc-typehints: Move to pyproject-build-system., guix-commits, 2024/05/23
- 41/91: gnu: python-parse-type: Move to pyproject-build-system., guix-commits, 2024/05/23
- 21/91: gnu: conda: Move to pyproject-build-system., guix-commits, 2024/05/23
- 46/91: gnu: abjad-ext-rmakers: Update to 3.19., guix-commits, 2024/05/23
- 50/91: gnu: python-cairosvg: Move to pyproject-build-system., guix-commits, 2024/05/23
- 56/91: gnu: python-jaraco-test: Move to pyproject-build-system., guix-commits, 2024/05/23
- 66/91: gnu: python-flake8-isort: Move to pyproject-build-system., guix-commits, 2024/05/23
- 63/91: gnu: python-autoflake: Update to 2.3.1., guix-commits, 2024/05/23
- 70/91: gnu: Add python-sphinx-autodoc-typehints-5.,
guix-commits <=
- 69/91: gnu: python-cmd2: Move to pyproject-build-system., guix-commits, 2024/05/23
- 74/91: gnu: python-typeguard-4: Ignore failing tests., guix-commits, 2024/05/23
- 79/91: gnu: python-pytest-trio: Move to pyproject-build-system., guix-commits, 2024/05/23
- 76/91: gnu: python-funsor: Ignore flaky test., guix-commits, 2024/05/23
- 83/91: gnu: python-multidict: Move to pyproject-build-system., guix-commits, 2024/05/23
- 90/91: gnu: python-notebook: Add python-jupyter-server to native inputs., guix-commits, 2024/05/23
- 88/91: gnu: python-qemu-qmp: Move to pyproject-build-system., guix-commits, 2024/05/23
- 49/91: gnu: python-pytest-toolbox: Move to pyproject-build-system., guix-commits, 2024/05/23
- 52/91: gnu: python-jaraco-classes: Move to pyproject-build-system., guix-commits, 2024/05/23
- 34/91: gnu: gunicorn: Update to 21.2.0., guix-commits, 2024/05/23