mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-04 09:16:31 +01:00
gnu: python-pytest-checkdocs: Update to 2.7.1.
* gnu/packages/python-check.scm (python-pytest-checkdocs): Update to 2.7.1.
This commit is contained in:
parent
bd152b5475
commit
529318bd22
1 changed files with 8 additions and 5 deletions
|
@ -921,18 +921,21 @@ (define-public python-pytest-doctest-custom
|
||||||
(define-public python-pytest-checkdocs
|
(define-public python-pytest-checkdocs
|
||||||
(package
|
(package
|
||||||
(name "python-pytest-checkdocs")
|
(name "python-pytest-checkdocs")
|
||||||
(version "1.2.5")
|
(version "2.7.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "pytest-checkdocs" version))
|
(uri (pypi-uri "pytest-checkdocs" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0m4kn7141i6k8qr8ak3lbmk9vim11xsrlnrggcfwczfrglc6jmia"))))
|
(base32 "1bn1wr3yz8avkwacffyh26za7mg20f9pajpakfk4cn7yvmgbhcrb"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
|
(arguments (list #:tests? #f)) ;no tests in pypi archive
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list python-docutils python-importlib-metadata python-more-itertools))
|
(list python-docutils
|
||||||
(native-inputs
|
python-importlib-metadata
|
||||||
(list python-setuptools-scm python-pytest))
|
python-pep517
|
||||||
|
python-pytest))
|
||||||
|
(native-inputs (list python-setuptools-scm))
|
||||||
(home-page "https://github.com/jaraco/pytest-checkdocs")
|
(home-page "https://github.com/jaraco/pytest-checkdocs")
|
||||||
(synopsis "Check the README when running tests")
|
(synopsis "Check the README when running tests")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Reference in a new issue