mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-pytest-check-links: Update to 0.10.1.
* gnu/packages/python-xyz.scm (python-pytest-check-links): Update to 0.10.1. [build-system]: Switch to pyproject-build-system. [arguments] <tests?>: The most tests fail. [propagated-inputs]: Remove python-pytest and python-six; add python-requests. [native-inputs]: Remove python-pbr-minimal; add python-hatchling. [home-page]: Fix redirection, it's maintained by Jupyter Lab project. Change-Id: Iebbe30534a4f1033fc59988056b745a7315963cc
This commit is contained in:
parent
1185ba2734
commit
44ee4b62d3
1 changed files with 9 additions and 10 deletions
|
@ -32851,26 +32851,25 @@ evolved from its precursor @code{overtest}.")
|
||||||
(define-public python-pytest-check-links
|
(define-public python-pytest-check-links
|
||||||
(package
|
(package
|
||||||
(name "python-pytest-check-links")
|
(name "python-pytest-check-links")
|
||||||
(version "0.3.0")
|
(version "0.10.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
;; URI uses underscores
|
|
||||||
(uri (pypi-uri "pytest_check_links" version))
|
(uri (pypi-uri "pytest_check_links" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "0vbp9nis2iwjz1rjc623bm2908y34xd7zj4yfk43giz6r29dsn3k"))))
|
||||||
"12x3wmrdzm6wgk0vz02hb769h68nr49q47w5q1pj95pc89hsa34v"))))
|
(build-system pyproject-build-system)
|
||||||
(build-system python-build-system)
|
(arguments
|
||||||
|
(list #:tests? #f)) ;XXX: 12 failed, 4 passed, 2 skipped
|
||||||
|
(native-inputs
|
||||||
|
(list python-hatchling))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list python-docutils
|
(list python-docutils
|
||||||
python-html5lib
|
python-html5lib
|
||||||
python-nbconvert
|
python-nbconvert
|
||||||
python-nbformat
|
python-nbformat
|
||||||
python-pytest
|
python-requests))
|
||||||
python-six))
|
(home-page "https://github.com/jupyterlab/pytest-check-links")
|
||||||
(native-inputs
|
|
||||||
(list python-pbr-minimal))
|
|
||||||
(home-page "https://github.com/minrk/pytest-check-links")
|
|
||||||
(synopsis "Check links in files")
|
(synopsis "Check links in files")
|
||||||
(description "This package provides a pytest plugin that checks URLs for
|
(description "This package provides a pytest plugin that checks URLs for
|
||||||
HTML-containing files.")
|
HTML-containing files.")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue