all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#53637] [PATCH] Add package: python-types-dataclasses
@ 2022-01-30 16:13 Pierre-Henry Fröhring
  2022-02-02 17:06 ` bug#53637: " Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: Pierre-Henry Fröhring @ 2022-01-30 16:13 UTC (permalink / raw)
  To: 53637; +Cc: Pierre-Henry Fröhring

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





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#53637: [PATCH] Add package: python-types-dataclasses
  2022-01-30 16:13 [bug#53637] [PATCH] Add package: python-types-dataclasses Pierre-Henry Fröhring
@ 2022-02-02 17:06 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2022-02-02 17:06 UTC (permalink / raw)
  To: Pierre-Henry Fröhring; +Cc: 53637-done

[-- Attachment #1: Type: text/plain, Size: 353 bytes --]

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’.


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: Type: text/x-patch, Size: 574 bytes --]

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

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-02-02 18:27 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-30 16:13 [bug#53637] [PATCH] Add package: python-types-dataclasses Pierre-Henry Fröhring
2022-02-02 17:06 ` bug#53637: " Ludovic Courtès

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.