unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#53816] [PATCH] Add package python-types-ujson to python-xyz.scm.
@ 2022-02-06  8:16 Pierre-Henry Fröhring
  2022-02-27 22:12 ` bug#53816: " Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: Pierre-Henry Fröhring @ 2022-02-06  8:16 UTC (permalink / raw)
  To: 53816; +Cc: Pierre-Henry Fröhring

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

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 7c1b5e8ed3..09077dc77b 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -28931,3 +28931,22 @@ (define-public python-types-dataclasses
      "This packages provides a collection of library stubs for Python, with
 static types.")
     (license license:asl2.0)))
+
+(define-public python-types-ujson
+  (package
+    (name "python-types-ujson")
+    (version "4.2.1")
+    (source (origin
+              (method url-fetch)
+              (uri (pypi-uri "types-ujson" version))
+              (sha256
+               (base32
+                "0k9n9hsq4k2zaakdwbkcsvi7m8d3mv2y9yl6f171y58ld4qpcxcy"))))
+    (build-system python-build-system)
+    (home-page "https://github.com/python/typeshed")
+    (synopsis "Typing stubs for ujson")
+    (description
+     "This is a PEP 561 type stub package for the ujson
+package.  It can be used by type-checking tools like mypy, PyCharm,
+pytype etc. to check code that uses ujson.")
+    (license license:asl2.0)))
-- 
2.34.0





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

* bug#53816: [PATCH] Add package python-types-ujson to python-xyz.scm.
  2022-02-06  8:16 [bug#53816] [PATCH] Add package python-types-ujson to python-xyz.scm Pierre-Henry Fröhring
@ 2022-02-27 22:12 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2022-02-27 22:12 UTC (permalink / raw)
  To: Pierre-Henry Fröhring; +Cc: 53816-done

Hi,

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

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

I added a conventional commit log and commit.

Thanks!

Ludo’.




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

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

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-06  8:16 [bug#53816] [PATCH] Add package python-types-ujson to python-xyz.scm Pierre-Henry Fröhring
2022-02-27 22:12 ` bug#53816: " Ludovic Courtès

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).