~ruther/guix-local

d401e309483f1150b8e9275b499af0b687e5c7c5 — Nicolas Graves 2 years ago 473800b
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>
1 files changed, 7 insertions(+), 0 deletions(-)

M gnu/packages/sphinx.scm
M gnu/packages/sphinx.scm => gnu/packages/sphinx.scm +7 -0
@@ 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")