mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-12 06:41:27 +01:00
gnu: python-manuel: Update to 1.13.0.
* gnu/packages/python-web.scm (python-manuel): Update to 1.13.0. [build-system]: Use pyproject-build-system. [propagated-inputs]: Remove python-six; add python-setuptools. [native-inputs]: Addd python-setuptools and python-wheel. Change-Id: I6c4d55edec178df8874c98cabab3f33ab4c67f57
This commit is contained in:
parent
c1162021cf
commit
94e2b27e7d
1 changed files with 5 additions and 5 deletions
|
@ -8224,19 +8224,19 @@ Swagger.")
|
|||
(define-public python-manuel
|
||||
(package
|
||||
(name "python-manuel")
|
||||
(version "1.10.1")
|
||||
(version "1.13.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "manuel" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1bdzay7j70fly5fy6wbdi8fbrxjrrlxnxnw226rwry1c8a351rpy"))))
|
||||
(build-system python-build-system)
|
||||
"0nl8psji3fizbxw34gdg22dndlg9lf5f56mnh1vr4vgsx06i4qsx"))))
|
||||
(build-system pyproject-build-system)
|
||||
(propagated-inputs
|
||||
(list python-six))
|
||||
(list python-setuptools))
|
||||
(native-inputs
|
||||
(list python-zope-testing))
|
||||
(list python-setuptools python-wheel python-zope-testing))
|
||||
(home-page "https://pypi.org/project/manuel/")
|
||||
(synopsis "Build tested documentation")
|
||||
(description
|
||||
|
|
Loading…
Add table
Reference in a new issue