unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: "Ludovic Courtès" <ludo@gnu.org>
To: Konrad Hinsen <konrad.hinsen@fastmail.net>
Cc: 43444-done@debbugs.gnu.org
Subject: bug#43444: [PATCH 1/2] gnu: Add python-rnc2rng.
Date: Mon, 21 Sep 2020 23:30:03 +0200	[thread overview]
Message-ID: <87k0wmizs4.fsf@gnu.org> (raw)
In-Reply-To: <m1een2yqfp.fsf@khs-macbook.home> (Konrad Hinsen's message of "Wed, 16 Sep 2020 12:19:22 +0200")

[-- Attachment #1: Type: text/plain, Size: 184 bytes --]

Hi,

Konrad Hinsen <konrad.hinsen@fastmail.net> skribis:

> * gnu/packages/python-xyz.scm (python-rnc2rng): New variable.

Applied with the changes below, thanks!

Ludo’.


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: Type: text/x-patch, Size: 995 bytes --]

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 55ef5f5640..004f07cec2 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -22038,12 +22038,11 @@ and pandoc-citeproc.")
      `(#:phases (modify-phases %standard-phases
                   (replace 'check
                     (lambda _
-                      (invoke "python" "test.py")
-                      #t)))))
+                      (invoke "python" "test.py"))))))
     (home-page "https://github.com/djc/rnc2rng")
-    (synopsis
-     "RELAX NG Compact to regular syntax conversion library")
+    (synopsis "Convert RELAX NG Compact to regular syntax")
     (description
-     "Converts RELAX NG schemata in Compact syntax (rnc) to
+     "This package provides the @command{rnc2rng} command-line tool as well as
+a Python library to convert RELAX NG schemata in Compact syntax (rnc) to
 equivalent schemata in the XML-based default RELAX NG syntax.")
     (license license:expat)))

      reply	other threads:[~2020-09-21 21:31 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-09-16 10:19 [bug#43444] [PATCH 1/2] gnu: Add python-rnc2rng Konrad Hinsen
2020-09-21 21:30 ` Ludovic Courtès [this message]

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

  List information: https://guix.gnu.org/

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

  git send-email \
    --in-reply-to=87k0wmizs4.fsf@gnu.org \
    --to=ludo@gnu.org \
    --cc=43444-done@debbugs.gnu.org \
    --cc=konrad.hinsen@fastmail.net \
    /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 public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).