[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: |
Thu, 21 Nov 2024 06:29:24 -0500 (EST) |
sharlatan pushed a commit to branch python-team
in repository guix.
commit 5cf83db5858c28190d9ac49d29371913e6e8e0bf
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")
- 169/361: gnu: python-tinycss: Move to pyproject-build-system., (continued)
- 169/361: gnu: python-tinycss: Move to pyproject-build-system., guix-commits, 2024/11/21
- 182/361: gnu: python-docspec-python: Move to pyproject-build-system., guix-commits, 2024/11/21
- 186/361: gnu: python-jaraco-packaging: Move to pyproject-build-system., guix-commits, 2024/11/21
- 178/361: gnu: abjad-ext-nauert: Update to 3.19., guix-commits, 2024/11/21
- 189/361: gnu: Add ghc-xcb-types., guix-commits, 2024/11/21
- 202/361: gnu: python-uqbar: Upgrade to python-team branch., guix-commits, 2024/11/21
- 204/361: gnu: python-typeguard-4: Ignore failing tests., guix-commits, 2024/11/21
- 203/361: gnu: python-uqbar: Update to 0.6.9., guix-commits, 2024/11/21
- 207/361: gnu: borgmatic: Move to pyproject-build-system., guix-commits, 2024/11/21
- 221/361: gnu: python-websockets: Adjust inputs., guix-commits, 2024/11/21
- 230/361: gnu: Remove python-mrkd.,
guix-commits <=
- 222/361: gnu: python-urllib3: Update to 2.2.1., guix-commits, 2024/11/21
- 229/361: gnu: Remove python-m2r., guix-commits, 2024/11/21
- 232/361: gnu: python-django-4.2: Adjust inputs., guix-commits, 2024/11/21
- 235/361: gnu: python-lazy-loader: Adjust inputs., guix-commits, 2024/11/21
- 241/361: gnu: python-waitress: Adjust inputs., guix-commits, 2024/11/21
- 240/361: gnu: python-responses: Update to 0.25.3., guix-commits, 2024/11/21
- 242/361: gnu: python-requests-unixsocket: Fix build., guix-commits, 2024/11/21
- 246/361: gnu: python-docstring-to-markdown: Adjust inputs., guix-commits, 2024/11/21
- 247/361: gnu: python-jsonschema-3: Fix build., guix-commits, 2024/11/21
- 252/361: gnu: python-behave-web-api: Update to 2.0.1., guix-commits, 2024/11/21