[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
230/474: gnu: Remove python-mrkd.
From: |
guix-commits |
Subject: |
230/474: gnu: Remove python-mrkd. |
Date: |
Sat, 30 Nov 2024 18:20:26 -0500 (EST) |
sharlatan pushed a commit to branch python-team
in repository guix.
commit ae7c40ba16b82eb4ce05fa1d29078831e07962b8
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 5fa22943b0..a0376b1e6d 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")
- 184/474: gnu: python-jaraco-context: Move to pyproject-build-system., (continued)
- 184/474: gnu: python-jaraco-context: Move to pyproject-build-system., guix-commits, 2024/11/30
- 183/474: gnu: python-jaraco-classes: Move to pyproject-build-system., guix-commits, 2024/11/30
- 190/474: gnu: python-sparse: Move to pyproject-build-system., guix-commits, 2024/11/30
- 191/474: gnu: python-pytest-enabler: Break dependency cycle., guix-commits, 2024/11/30
- 197/474: gnu: python-xmltodict: Move to pyproject-build-system., guix-commits, 2024/11/30
- 199/474: gnu: python-cmd2: Move to pyproject-build-system., guix-commits, 2024/11/30
- 211/474: gnu: python-numpydoc: Move to pyproject-build-sytem., guix-commits, 2024/11/30
- 207/474: gnu: borgmatic: Move to pyproject-build-system., guix-commits, 2024/11/30
- 231/474: gnu: python-daft: Adjust inputs., guix-commits, 2024/11/30
- 212/474: gnu: python-multidict: Move to pyproject-build-system., guix-commits, 2024/11/30
- 230/474: gnu: Remove python-mrkd.,
guix-commits <=
- 223/474: gnu: Remove python-mistune-next., guix-commits, 2024/11/30
- 213/474: gnu: python-warcio: Move to pyproject-build-system., guix-commits, 2024/11/30
- 379/474: gnu: Remove python-typeguard-4., guix-commits, 2024/11/30
- 388/474: gnu: python-pytest-regressions: Update to 2.5.0., guix-commits, 2024/11/30
- 393/474: gnu: python-anytree: Update to 2.12.0., guix-commits, 2024/11/30
- 399/474: gnu: Add python-pytest-asyncio-0.23., guix-commits, 2024/11/30
- 403/474: gnu: python-uvloop: Update to 0.21.0., guix-commits, 2024/11/30
- 414/474: gnu: Add python-taskgroup., guix-commits, 2024/11/30
- 415/474: gnu: hypercorn: Update to 0.17.3., guix-commits, 2024/11/30
- 430/474: gnu: python-pyflakes: Move to pyproejct-build-system., guix-commits, 2024/11/30