diff mbox series

bug#43444: [PATCH 1/2] gnu: Add python-rnc2rng.

Message ID 87k0wmizs4.fsf@gnu.org
State Accepted
Headers show
Series bug#43444: [PATCH 1/2] gnu: Add python-rnc2rng. | expand

Checks

Context Check Description
cbaines/applying patch fail View Laminar job

Commit Message

Ludovic Courtès Sept. 21, 2020, 9:30 p.m. UTC
Hi,

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

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

Applied with the changes below, thanks!

Ludo’.
diff mbox series

Patch

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)))