[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#48091] [PATCH v4 09/11] gnu: Add python-pymdown-extensions.
From: |
Raghav Gururajan |
Subject: |
[bug#48091] [PATCH v4 09/11] gnu: Add python-pymdown-extensions. |
Date: |
Fri, 30 Apr 2021 09:32:27 -0400 |
* gnu/packages/python-xyz.scm (python-pymdown-extensions): New variable.
---
gnu/packages/python-xyz.scm | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 62d539eb78..4b636ce74c 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -327,6 +327,28 @@ source files are written in Markdown, and configured with
a single YAML
configuration file.")
(license license:bsd-3)))
+(define-public python-pymdown-extensions
+ (package
+ (name "python-pymdown-extensions")
+ (version "8.1.1")
+ (source
+ (origin
+ (method url-fetch)
+ (uri
+ (pypi-uri "pymdown-extensions" version))
+ (sha256
+ (base32 "0d8pdndrl1kj105lq7r6kw2dnhcvll6h2qs07w71mcpi7gx728v3"))))
+ (build-system python-build-system)
+ ;; FIXME: "AssertionError: False is not true"
+ (arguments
+ `(#:tests? #f))
+ (propagated-inputs
+ `(("python-markdown" ,python-markdown)))
+ (home-page "https://github.com/facelessuser/pymdown-extensions")
+ (synopsis "Extension pack for Python Markdown")
+ (description "Extension pack for Python Markdown.")
+ (license license:expat)))
+
(define-public python-slixmpp
(package
(name "python-slixmpp")
--
2.31.1
- [bug#48091] [PATCH v3 06/11] gnu: Add python-nltk@3.4., (continued)
- [bug#48091] [PATCH v4 01/11] gnu: Add python-colorful., Raghav Gururajan, 2021/04/30
- [bug#48091] [PATCH v4 02/11] gnu: Add python-yaspin., Raghav Gururajan, 2021/04/30
- [bug#48091] [PATCH v4 03/11] gnu: Add python-pytest-click., Raghav Gururajan, 2021/04/30
- [bug#48091] [PATCH v4 04/11] gnu: python-nltk: Update to 3.6.2., Raghav Gururajan, 2021/04/30
- [bug#48091] [PATCH v4 07/11] gnu: Add python-lunr., Raghav Gururajan, 2021/04/30
- [bug#48091] [PATCH v4 05/11] gnu: python-nltk: Add missing inputs., Raghav Gururajan, 2021/04/30
- [bug#48091] [PATCH v4 06/11] gnu: Add python-nltk@3.4., Raghav Gururajan, 2021/04/30
- [bug#48091] [PATCH v4 08/11] gnu: Add python-mkdocs., Raghav Gururajan, 2021/04/30
- [bug#48091] [PATCH v4 11/11] gnu: Add tgcli., Raghav Gururajan, 2021/04/30
- [bug#48091] [PATCH v4 09/11] gnu: Add python-pymdown-extensions.,
Raghav Gururajan <=
- [bug#48091] [PATCH v4 10/11] gnu: Add python-mkdocs-material., Raghav Gururajan, 2021/04/30
- [bug#48091] [PATCH v5 01/11] gnu: telegram-desktop: Update to 2.7.3., Raghav Gururajan, 2021/04/30
- [bug#48091] [PATCH v5 01/10] gnu: Add python-colorful., Raghav Gururajan, 2021/04/30
- [bug#48091] [PATCH v5 02/10] gnu: Add python-yaspin., Raghav Gururajan, 2021/04/30
- [bug#48091] [PATCH v5 05/10] gnu: Add python-nltk@3.4., Raghav Gururajan, 2021/04/30
- [bug#48091] [PATCH v5 04/10] gnu: python-nltk: Update to 3.6.2., Raghav Gururajan, 2021/04/30
- [bug#48091] [PATCH v5 08/10] gnu: Add python-pymdown-extensions., Raghav Gururajan, 2021/04/30
- [bug#48091] [PATCH v5 06/10] gnu: Add python-lunr., Raghav Gururajan, 2021/04/30
- [bug#48091] [PATCH v5 09/10] gnu: Add python-mkdocs-material., Raghav Gururajan, 2021/04/30
- [bug#48091] [PATCH v5 10/10] gnu: Add tgcli., Raghav Gururajan, 2021/04/30