diff options
-rw-r--r-- | gnu/packages/python-xyz.scm | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index d5abea46f4..cbaae6c1a7 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -11448,21 +11448,8 @@ Python.") Markdown. The library features international input, various Markdown extensions, and several HTML output formats. A command line wrapper markdown_py is also provided to convert Markdown files to HTML.") - (properties `((python2-variant . ,(delay python2-markdown)))) (license license:bsd-3))) -;; Markdown 3.2 dropped support for Python 2. -(define-public python2-markdown - (let ((base (package-with-python2 (strip-python2-variant python-markdown)))) - (package - (inherit base) - (version "3.1.1") - (source (origin - (method url-fetch) - (uri (pypi-uri "Markdown" version)) - (sha256 - (base32 - "0yhylk4ffqqs7x086fav4pnfsl1021v7lghznzkififprmmqfl1f"))))))) (define-public python-ptyprocess (package |