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

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

bug#53816: closed ([PATCH] Add package python-types-ujson to python-xyz.


From: GNU bug Tracking System
Subject: bug#53816: closed ([PATCH] Add package python-types-ujson to python-xyz.scm.)
Date: Sun, 27 Feb 2022 22:13:01 +0000

Your message dated Sun, 27 Feb 2022 23:12:10 +0100
with message-id <871qzot0w5.fsf@gnu.org>
and subject line Re: bug#53816: [PATCH] Add package python-types-ujson to 
python-xyz.scm.
has caused the debbugs.gnu.org bug report #53816,
regarding [PATCH] Add package python-types-ujson to python-xyz.scm.
to be marked as done.

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


-- 
53816: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=53816
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] Add package python-types-ujson to python-xyz.scm. Date: Sun, 6 Feb 2022 09:16:05 +0100
---
 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




--- End Message ---
--- Begin Message --- Subject: Re: bug#53816: [PATCH] Add package python-types-ujson to python-xyz.scm. Date: Sun, 27 Feb 2022 23:12:10 +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 | 19 +++++++++++++++++++
>  1 file changed, 19 insertions(+)

I added a conventional commit log and commit.

Thanks!

Ludo’.


--- End Message ---

reply via email to

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