all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: ZmnSCPxj via Guix-patches via <guix-patches@gnu.org>
To: 52216@debbugs.gnu.org
Subject: [bug#52216] [PATCH] gnu: Add python-mrkd.
Date: Wed, 01 Dec 2021 05:50:24 +0000	[thread overview]
Message-ID: <Y0iINRqpbA8IoQfvnhISYhD1DcdPP6wTSnL5sz8T-Ctx4BkW2NkctsRLC2yYpv_STh-laWJBidiq6h94Ga54RqJUqkh63Lnb1E8uax-xxVc=@protonmail.com> (raw)

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@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@posteo.net>
 ;;; Copyright © 2021 Sébastien Lerique <sl@eauchat.org>
 ;;; Copyright © 2021 Raphaël Mélotte <raphael.melotte@mind.be>
+;;; Copyright © 2021 ZmnSCPxj <ZmnSCPxj@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





             reply	other threads:[~2021-12-01  5:51 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-12-01  5:50 ZmnSCPxj via Guix-patches via [this message]
2021-12-01 15:42 ` [bug#52216] [PATCH] gnu: Add python-mrkd Nicolas Goaziou

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='Y0iINRqpbA8IoQfvnhISYhD1DcdPP6wTSnL5sz8T-Ctx4BkW2NkctsRLC2yYpv_STh-laWJBidiq6h94Ga54RqJUqkh63Lnb1E8uax-xxVc=@protonmail.com' \
    --to=guix-patches@gnu.org \
    --cc=52216@debbugs.gnu.org \
    --cc=ZmnSCPxj@protonmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.