summaryrefslogtreecommitdiff
path: root/px/packages/python-xyz.scm
diff options
context:
space:
mode:
authorFranz Geffke <m@f-a.nz>2025-02-23 10:28:58 +0000
committerFranz Geffke <m@f-a.nz>2025-02-23 10:28:58 +0000
commit28942471ed9a625c8134164de9600539620e408d (patch)
treebd7ebb9253909629075d7fbb01026639e1c72aa5 /px/packages/python-xyz.scm
parentf2c775d7739cdd13e0a0bcddfc0ede539475ed1a (diff)
px: Remove python-markdown2
Diffstat (limited to 'px/packages/python-xyz.scm')
-rw-r--r--px/packages/python-xyz.scm20
1 files changed, 0 insertions, 20 deletions
diff --git a/px/packages/python-xyz.scm b/px/packages/python-xyz.scm
index cafd5a9..823a63c 100644
--- a/px/packages/python-xyz.scm
+++ b/px/packages/python-xyz.scm
@@ -114,26 +114,6 @@ inferring type information using compile-time introspection.")
(description "A Qt user interface for the Maestral Daemon.")
(license license:asl2.0)))
-(define-public python-markdown2
- (package
- (name "python-markdown2")
- (version "2.4.1")
- (source
- (origin
- (method url-fetch)
- (uri (string-append
- "https://github.com/trentm/python-markdown2/archive/refs/tags/"
- version ".tar.gz"))
- (sha256
- (base32 "0259g4wq124fxzrqs50frkc03zldy916g68xn7n9vpw1z0iznva5"))))
- (build-system python-build-system)
- (home-page "https://github.com/trentm/python-markdown2")
- (synopsis
- "Markdown is a light text markup format and a processor to convert that to HTML.")
- (description
- "Markdown is a light text markup format and a processor to convert that to HTML.")
- (license license:asl2.0)))
-
(define-public python-maestral
(package
(name "python-maestral")