Skip to content

Commit ef237a1

Browse files
committed
gnu: Add package python-pytest-check-links
* gnu/packages/python-xyz.scm (python-pytest-check-links): New variable.
1 parent bd39fcd commit ef237a1

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

gnu/packages/python-xyz.scm

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17466,3 +17466,31 @@ extensive support of PNG features. It can also read and write Netpbm PAM
1746617466
files, with a focus on its use as an intermediate format for implementing
1746717467
custom PNG processing.")
1746817468
(license license:expat)))
17469+
17470+
(define-public python-pytest-check-links
17471+
(package
17472+
(name "python-pytest-check-links")
17473+
(version "0.3.0")
17474+
(source
17475+
(origin
17476+
(method url-fetch)
17477+
;; URI uses underscores
17478+
(uri (pypi-uri "pytest_check_links" version))
17479+
(sha256
17480+
(base32
17481+
"12x3wmrdzm6wgk0vz02hb769h68nr49q47w5q1pj95pc89hsa34v"))))
17482+
(build-system python-build-system)
17483+
(propagated-inputs
17484+
`(("python-docutils" ,python-docutils)
17485+
("python-html5lib" ,python-html5lib)
17486+
("python-nbconvert" ,python-nbconvert)
17487+
("python-nbformat" ,python-nbformat)
17488+
("python-pytest" ,python-pytest)
17489+
("python-six" ,python-six)))
17490+
(native-inputs
17491+
`(("python-pbr-minimal" ,python-pbr-minimal)))
17492+
(home-page
17493+
"https://github.com/minrk/pytest-check-links")
17494+
(synopsis "Check links in files")
17495+
(description "Plugin for pytest that checks URLs for HTML-containing files")
17496+
(license license:bsd-3)))

0 commit comments

Comments
 (0)