diff mbox series

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

Message ID 87o83pryf4.fsf@gnu.org
State Accepted
Headers show
Series bug#53637: [PATCH] Add package: python-types-dataclasses | expand

Checks

Context Check Description
cbaines/applying patch fail View Laminar job

Commit Message

Ludovic Courtès Feb. 2, 2022, 5:06 p.m. UTC
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 mbox series

Patch

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