mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-07 11:29:59 +01:00
gnu: python-sphinxcontrib-apidoc: Update to 0.5.0.
* gnu/packages/sphinx.scm (python-sphinxcontrib-apidoc): Update to 0.5.0. [build-system]: Swap to pyproejct-build-system. [arguments] <tests?>: Enable them. [propagated-inputs]: Add python-pbr and python-sphinx. [native-inputs]: Remove python-pbr, python-sphinx, and python-testrepository; add python-setuptools and python-wheel. Change-Id: I6daa8a2bf1deaf71c57bcc712e22ef85724ad0b5
This commit is contained in:
parent
4ea986c35c
commit
51d8ae3af6
1 changed files with 8 additions and 8 deletions
|
@ -284,22 +284,22 @@ sources.")
|
|||
(define-public python-sphinxcontrib-apidoc
|
||||
(package
|
||||
(name "python-sphinxcontrib-apidoc")
|
||||
(version "0.3.0")
|
||||
(version "0.5.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "sphinxcontrib-apidoc" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1f9zfzggs8a596jw51fpfmr149n05mrlyy859iydazbvry9gb6vj"))))
|
||||
(build-system python-build-system)
|
||||
(arguments
|
||||
`(#:tests? #f)) ;requires python-pytest<4.0
|
||||
"0mfdfxqxksixxpcigrjykaq6p2j5ic4yx5gv2lvq4pra469cvvv5"))))
|
||||
(build-system pyproject-build-system)
|
||||
(native-inputs
|
||||
(list python-pytest
|
||||
python-setuptools
|
||||
python-wheel))
|
||||
(propagated-inputs
|
||||
(list python-pbr
|
||||
python-pytest
|
||||
python-sphinx
|
||||
python-testrepository))
|
||||
python-sphinx))
|
||||
(home-page "https://github.com/sphinx-contrib/apidoc")
|
||||
(synopsis "Sphinx extension for running @code{sphinx-apidoc}")
|
||||
(description "This package provides Sphinx extension for running
|
||||
|
|
Loading…
Add table
Reference in a new issue