emacs-bug-tracker
[Top][All Lists]
Advanced

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

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


From: GNU bug Tracking System
Subject: bug#53637: closed ([PATCH] Add package: python-types-dataclasses)
Date: Wed, 02 Feb 2022 17:07:01 +0000

Your message dated Wed, 02 Feb 2022 18:06:07 +0100
with message-id <87o83pryf4.fsf@gnu.org>
and subject line Re: bug#53637: [PATCH] Add package: python-types-dataclasses
has caused the debbugs.gnu.org bug report #53637,
regarding [PATCH] Add package: python-types-dataclasses
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
53637: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=53637
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] Add package: python-types-dataclasses Date: Sun, 30 Jan 2022 17:13:54 +0100
---
 gnu/packages/python-xyz.scm | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 4f77fae8d0..a3b598280f 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -28856,3 +28856,19 @@ (define-public python-esprima
       "This package provides ECMAScript parsing infrastructure for
 multipurpose analysis in Python.")
     (license license:bsd-3)))
+
+(define-public python-types-dataclasses
+  (package
+    (name "python-types-dataclasses")
+    (version "0.6.1")
+    (source (origin
+              (method url-fetch)
+              (uri (pypi-uri "types-dataclasses" version))
+              (sha256
+               (base32
+                "1mq6qd365m8ml889zl5dxj9kncjv71iq1d1fvgj59y0ixlpm6s35"))))
+    (build-system python-build-system)
+    (home-page "https://github.com/python/typeshed";)
+    (synopsis "Typing stubs for dataclasses")
+    (description "Typing stubs for dataclasses")
+    (license license:asl2.0)))
-- 
2.34.0




--- End Message ---
--- Begin Message --- Subject: Re: 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)))

--- End Message ---

reply via email to

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