[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#75088] [PATCH 5/7] gnu: Add python-types-simplejson.
From: |
Sergey Trofimov |
Subject: |
[bug#75088] [PATCH 5/7] gnu: Add python-types-simplejson. |
Date: |
Wed, 25 Dec 2024 15:01:00 +0100 |
* gnu/packages/python-xyz.scm (python-types-simplejson): New variable.
---
gnu/packages/python-xyz.scm | 17 +++++++++++++++++
1 file changed, 17 insertions(+)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index d5a5dcb878..a75a1992f5 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -37212,6 +37212,23 @@ (define-public python-types-requests
(description "This package provides typing stubs for requests.")
(license license:asl2.0)))
+(define-public python-types-simplejson
+ (package
+ (name "python-types-simplejson")
+ (version "3.17.6")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (pypi-uri "types-simplejson" version))
+ (sha256
+ (base32 "1a3gphpjkb315i7l48l6g1rch3nr43k1f7rgalfsdr7897fyv8pz"))))
+ (build-system python-build-system)
+ (native-inputs (list python-setuptools python-wheel))
+ (home-page "https://github.com/python/typeshed")
+ (synopsis "Typing stubs for simplejson")
+ (description "Typing stubs for simplejson.")
+ (license license:asl2.0)))
+
(define-public python-types-setuptools
(package
(name "python-types-setuptools")
--
2.46.0
- [bug#75088] [PATCH 0/7] Fix beancount and fava builds., Sergey Trofimov, 2024/12/25
- [bug#75088] [PATCH 7/7] gnu: fava: Update to 1.27., Sergey Trofimov, 2024/12/25
- [bug#75088] [PATCH 6/7] gnu: beancount: Fix build., Sergey Trofimov, 2024/12/25
- [bug#75088] [PATCH 4/7] gnu: python-pdfminer-six: Update to 20240706., Sergey Trofimov, 2024/12/25
- [bug#75088] [PATCH 5/7] gnu: Add python-types-simplejson.,
Sergey Trofimov <=
- [bug#75088] [PATCH 1/7] gnu: python-babel: Update to 2.16.0., Sergey Trofimov, 2024/12/25
- [bug#75088] [PATCH 3/7] gnu: python-markdown2: Fix build., Sergey Trofimov, 2024/12/25
- [bug#75088] [PATCH 2/7] gnu: python-flask-babel: Update to 4.0.0., Sergey Trofimov, 2024/12/25
- bug#75088: [PATCH 0/7] Fix beancount and fava builds., Sharlatan Hellseher, 2024/12/27