bug#53637: [PATCH] Add package: python-types-dataclasses
Commit Message
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’.
@@ -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)))