mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-16 03:50:45 +02:00
gnu: python2-numpydoc: Add missing input.
* gnu/packages/python-xyz.scm (python2-numpydoc)[propagated-inputs]: Add python2-jinja2. (python-numpydoc)[properties]: Record python2-variant.
This commit is contained in:
parent
8cc13fcff5
commit
c85f44431a
1 changed files with 9 additions and 2 deletions
|
@ -4995,10 +4995,17 @@ that client code uses to construct the grammar directly in Python code.")
|
|||
"Numpy's Sphinx extensions")
|
||||
(description
|
||||
"Sphinx extension to support docstrings in Numpy format.")
|
||||
(license license:bsd-2)))
|
||||
(license license:bsd-2)
|
||||
(properties `((python2-variant . ,(delay python2-numpydoc))))))
|
||||
|
||||
(define-public python2-numpydoc
|
||||
(package-with-python2 python-numpydoc))
|
||||
(let ((base (package-with-python2
|
||||
(strip-python2-variant python-numpydoc))))
|
||||
(package
|
||||
(inherit base)
|
||||
(propagated-inputs
|
||||
`(("python2-jinja2" ,python2-jinja2)
|
||||
,@(package-propagated-inputs base))))))
|
||||
|
||||
(define-public python-numexpr
|
||||
(package
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue