mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Remove python-mrkd.
This package fails to build, see <https://ci.guix.gnu.org/build/4351017/details>. Not in use by any other packages and has no fresh release for 3y, see <https://github.com/refi64/mrkd/issues/7>. * gnu/packages/python-xyz.scm (python-mrkd): Delete variable. Change-Id: Id740b7ab67f9ffee3f4c0c26c11395ac39d04ced
This commit is contained in:
parent
e9720c6049
commit
a9199fed6b
1 changed files with 0 additions and 20 deletions
|
@ -1477,26 +1477,6 @@ that best match text queries.")
|
||||||
"This package implements a Python port of the JavaScript @code{mdurl}.")
|
"This package implements a Python port of the JavaScript @code{mdurl}.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public python-mrkd
|
|
||||||
(package
|
|
||||||
(name "python-mrkd")
|
|
||||||
(version "0.2.0")
|
|
||||||
(source
|
|
||||||
(origin
|
|
||||||
(method url-fetch)
|
|
||||||
(uri (pypi-uri "mrkd" version))
|
|
||||||
(sha256
|
|
||||||
(base32 "1bvaqbna1ihb4y2mv9pmvqcq3r9j6lwbbii99dani8lxx4dqqvs5"))))
|
|
||||||
(build-system python-build-system)
|
|
||||||
(propagated-inputs
|
|
||||||
(list python-jinja2 python-mistune python-pygments))
|
|
||||||
(home-page "https://pypi.org/project/mrkd/")
|
|
||||||
(synopsis "Python Markdown implementation")
|
|
||||||
(description
|
|
||||||
"@code{mrkd} writes man pages using Markdown, and convert them to Roff or
|
|
||||||
HTML")
|
|
||||||
(license license:bsd-3)))
|
|
||||||
|
|
||||||
(define-public python-mkdocs
|
(define-public python-mkdocs
|
||||||
(package
|
(package
|
||||||
(name "python-mkdocs")
|
(name "python-mkdocs")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue