GNU bug report logs -
#52970
[PATCH] gnu: Add python-markdownify.
Previous Next
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your bug report
#52970: [PATCH] gnu: Add python-markdownify.
which was filed against the guix-patches package, has been closed.
The explanation is attached below, along with your original report.
If you require more details, please reply to 52970 <at> debbugs.gnu.org.
--
52970: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=52970
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
Hi,
Giacomo Leidi <goodoldpaul <at> autistici.org> skribis:
> * gnu/packages/markup.scm (python-markdownify): New variable.
Applied, thanks!
Ludo’.
[Message part 3 (message/rfc822, inline)]
* gnu/packages/markup.scm (python-markdownify): New variable.
---
gnu/packages/markup.scm | 25 +++++++++++++++++++++++++
1 file changed, 25 insertions(+)
diff --git a/gnu/packages/markup.scm b/gnu/packages/markup.scm
index cee3207ee5..5f2f525cd2 100644
--- a/gnu/packages/markup.scm
+++ b/gnu/packages/markup.scm
@@ -37,11 +37,13 @@ (define-module (gnu packages markup)
#:use-module (guix build-system python)
#:use-module (guix utils)
#:use-module (gnu packages base)
+ #:use-module (gnu packages check)
#:use-module (gnu packages compression)
#:use-module (gnu packages)
#:use-module (gnu packages perl)
#:use-module (gnu packages pkg-config)
#:use-module (gnu packages python)
+ #:use-module (gnu packages python-xyz)
#:use-module (gnu packages web))
(define-public hoedown
@@ -237,6 +239,29 @@ (define-public perl-text-markdown-discount
@end example")
(license license:perl-license)))
+(define-public python-markdownify
+ (package
+ (name "python-markdownify")
+ (version "0.10.1")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (pypi-uri "markdownify" version))
+ (sha256
+ (base32
+ "0msvrsgq9jigbgg7r7iq7ql5bgslmbxd8sq0nmpbxrjwqypgs7w2"))))
+ (build-system python-build-system)
+ (native-inputs
+ (list python-pytest))
+ (propagated-inputs
+ (list python-flake8 python-beautifulsoup4 python-six))
+ (home-page
+ "https://github.com/matthewwithanm/python-markdownify")
+ (synopsis "Converts HTML to Markdown")
+ (description "This package provides @code{markdownify} a Python library to
+convert HTML to Markdown.")
+ (license license:expat)))
+
(define-public cmark
(package
(name "cmark")
base-commit: 01ec5efff7cf95cae69493bd4ccfdd21a38770ae
--
2.34.0
This bug report was last modified 3 years and 186 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.