diff mbox series

bug#54792: [PATCH] gnu: Add python-verspec.

Message ID 87v8va2sz8.fsf@gnu.org
State Accepted
Headers show
Series bug#54792: [PATCH] gnu: Add python-verspec. | expand

Checks

Context Check Description
cbaines/applying patch fail View Laminar job

Commit Message

Ludovic Courtès April 15, 2022, 4:48 p.m. UTC
Vincent Prat <vprat@deeplinks.com> skribis:

> From 6358a97915e91a49eb9fff85729a60e58ff920d2 Mon Sep 17 00:00:00 2001
> From: Vincent Prat <vprat@deeplinks.com>
> Date: Fri, 8 Apr 2022 16:29:38 +0200
> Subject: [PATCH] gnu: Add python-verspec.
>
> * gnu/packages/python.xyz.scm (python-verspec): New variable.

Applied with the changes below, as per
<https://guix.gnu.org/manual/devel/en/html_node/Synopses-and-Descriptions.html>.

Thanks,
Ludo’.
diff mbox series

Patch

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 2278d7fa85..b3187f97be 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -29489,8 +29489,8 @@  (define-public python-verspec
     (home-page "https://github.com/jimporter/verspec")
     (synopsis "Flexible version handling for Python")
     (description
-     "Python library for handling software versions and specifiers, adapted
-from the packaging package.")
+     "This Python library handles software versions and specifiers.  It is
+adapted from the @code{packaging} package.")
     (license (list license:bsd-2 license:asl2.0))))
 
 (define-public python-shtab