GNU bug report logs - #52216
[PATCH] gnu: Add python-mrkd.

Previous Next

Package: guix-patches;

Reported by: ZmnSCPxj <ZmnSCPxj <at> protonmail.com>

Date: Wed, 1 Dec 2021 05:51:01 UTC

Severity: normal

Tags: patch

Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 52216 in the body.
You can then email your comments to 52216 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#52216; Package guix-patches. (Wed, 01 Dec 2021 05:51:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to ZmnSCPxj <ZmnSCPxj <at> protonmail.com>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Wed, 01 Dec 2021 05:51:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: ZmnSCPxj <ZmnSCPxj <at> protonmail.com>
To: "guix-patches <at> gnu.org" <guix-patches <at> gnu.org>
Subject: [PATCH] gnu: Add python-mrkd.
Date: Wed, 01 Dec 2021 05:50:24 +0000
Good morning,

Recent C-lightning releases now require this.

Tested by `./pre-inst-env guix build python-mrkd`, then, used resulting binary on one of the C-lightning manpage sources and checked result is as expected.

Regards,
ZmnSCPxj

From 0d6e4d3c553aad67cdd95a674a0aa4a3f095e61d Mon Sep 17 00:00:00 2001
From: ZmnSCPxj <ZmnSCPxj <at> protonmail.com>
Date: Wed, 1 Dec 2021 04:55:04 +0000
Subject: [PATCH] gnu: Add python-mrkd.

* gnu/packages/python-xyz.scm (python-mrkd): New variable.
---
 gnu/packages/python-xyz.scm | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 9d202bf65e..501fdc7162 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -111,6 +111,7 @@
 ;;; Copyright © 2021 Felix Gruber <felgru <at> posteo.net>
 ;;; Copyright © 2021 Sébastien Lerique <sl <at> eauchat.org>
 ;;; Copyright © 2021 Raphaël Mélotte <raphael.melotte <at> mind.be>
+;;; Copyright © 2021 ZmnSCPxj <ZmnSCPxj <at> protonmail.com>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -28129,3 +28130,23 @@ (define-public python-iwlib
     (description
      "This package provides a Python interface to iw wireless tools.")
     (license license:gpl2)))
+
+(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
+     `(("python-jinja2" ,python-jinja2)
+       ("python-mistune" ,python-mistune)
+       ("python-pygments" ,python-pygments)))
+    (home-page "https://pypi.org/project/mrkd/")
+    (synopsis "Python Markdown implementation")
+    (description "Write man pages using Markdown, and convert them to Roff or HTML")
+    (license license:bsd-3)))
--
2.34.0





Information forwarded to guix-patches <at> gnu.org:
bug#52216; Package guix-patches. (Wed, 01 Dec 2021 15:43:01 GMT) Full text and rfc822 format available.

Message #8 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
To: ZmnSCPxj via Guix-patches via <guix-patches <at> gnu.org>
Cc: ZmnSCPxj <ZmnSCPxj <at> protonmail.com>, 52216-done <at> debbugs.gnu.org
Subject: Re: [bug#52216] [PATCH] gnu: Add python-mrkd.
Date: Wed, 01 Dec 2021 16:42:34 +0100
Hello,

ZmnSCPxj via Guix-patches via <guix-patches <at> gnu.org> writes:

> Subject: [PATCH] gnu: Add python-mrkd.
>
> * gnu/packages/python-xyz.scm (python-mrkd): New variable.

Thank you. I applied your patch with two changes:
- I moved the package definition out of the end of the file, as this
  location is likely to introduce merge conflicts;
- I turned the description into a full sentence.

Regards,
-- 
Nicolas Goaziou




Reply sent to Nicolas Goaziou <mail <at> nicolasgoaziou.fr>:
You have taken responsibility. (Wed, 01 Dec 2021 15:43:02 GMT) Full text and rfc822 format available.

Notification sent to ZmnSCPxj <ZmnSCPxj <at> protonmail.com>:
bug acknowledged by developer. (Wed, 01 Dec 2021 15:43:02 GMT) Full text and rfc822 format available.

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Thu, 30 Dec 2021 12:24:06 GMT) Full text and rfc822 format available.

This bug report was last modified 2 years and 79 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.