guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#53637: [PATCH] Add package: python-types-dataclasses


From: Ludovic Courtès
Subject: bug#53637: [PATCH] Add package: python-types-dataclasses
Date: Wed, 02 Feb 2022 18:06:07 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux)

Hi,

Pierre-Henry Fröhring <contact@phfrohring.com> skribis:

> ---
>  gnu/packages/python-xyz.scm | 16 ++++++++++++++++
>  1 file changed, 16 insertions(+)

Applied with the changes below and a commit log that follows our
conventions as per:

  https://guix.gnu.org/manual/devel/en/html_node/Submitting-Patches.html

Thanks,
Ludo’.

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index b8300c764f..b65022ac90 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -28917,5 +28917,7 @@ (define-public python-types-dataclasses
     (build-system python-build-system)
     (home-page "https://github.com/python/typeshed";)
     (synopsis "Typing stubs for dataclasses")
-    (description "Typing stubs for dataclasses")
+    (description
+     "This packages provides a collection of library stubs for Python, with
+static types.")
     (license license:asl2.0)))

reply via email to

[Prev in Thread] Current Thread [Next in Thread]