[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
230/361: gnu: Remove python-mrkd.
From: |
guix-commits |
Subject: |
230/361: gnu: Remove python-mrkd. |
Date: |
Fri, 22 Nov 2024 06:00:47 -0500 (EST) |
andreas pushed a commit to branch python-team
in repository guix.
commit 1cd6f71088995c87796f51bf9189c6197f73f2ee
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Tue Nov 5 12:19:51 2024 +0000
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
---
gnu/packages/python-xyz.scm | 20 --------------------
1 file changed, 20 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index ae3eb589a2..97bb4b7589 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -1477,26 +1477,6 @@ that best match text queries.")
"This package implements a Python port of the JavaScript @code{mdurl}.")
(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
(package
(name "python-mkdocs")
- 163/361: gnu: python-dateutil: Move to pyproject-build-system., (continued)
- 163/361: gnu: python-dateutil: Move to pyproject-build-system., guix-commits, 2024/11/22
- 170/361: gnu: behave: Move to pyproject-build-system., guix-commits, 2024/11/22
- 167/361: gnu: python-unidecode: Update to 1.3.8., guix-commits, 2024/11/22
- 174/361: gnu: python-amqp: Move to pyproject-build-system., guix-commits, 2024/11/22
- 181/361: gnu: python-cairosvg: Move to pyproject-build-system., guix-commits, 2024/11/22
- 177/361: gnu: abjad-ext-rmakers: Update to 3.19., guix-commits, 2024/11/22
- 186/361: gnu: python-jaraco-packaging: Move to pyproject-build-system., guix-commits, 2024/11/22
- 198/361: gnu: python-rich: Update to 13.7.1., guix-commits, 2024/11/22
- 199/361: gnu: python-cmd2: Move to pyproject-build-system., guix-commits, 2024/11/22
- 221/361: gnu: python-websockets: Adjust inputs., guix-commits, 2024/11/22
- 230/361: gnu: Remove python-mrkd.,
guix-commits <=
- 249/361: gnu: python-cucumber-tag-expressions: Update to 6.1.1., guix-commits, 2024/11/22
- 136/361: gnu: python-seaborn: Correct dependencies., guix-commits, 2024/11/22
- 143/361: gnu: python-zope-i18nmessageid: Update to 5.1.1., guix-commits, 2024/11/22
- 128/361: gnu: python-pycurl: Update to 7.45.3., guix-commits, 2024/11/22
- 137/361: gnu: python-transient: Move to pyproject-build-system., guix-commits, 2024/11/22
- 146/361: gnu: python-django-localflavor: Move to pyproject-build-system., guix-commits, 2024/11/22
- 156/361: gnu: conda: Reindent., guix-commits, 2024/11/22
- 155/361: gnu: conda: Move to pyproject-build-system., guix-commits, 2024/11/22
- 169/361: gnu: python-tinycss: Move to pyproject-build-system., guix-commits, 2024/11/22
- 176/361: gnu: abjad: Update to 3.19., guix-commits, 2024/11/22