mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add python-types-simplejson.
* gnu/packages/python-xyz.scm (python-types-simplejson): New variable. Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
parent
ece7f83d4e
commit
848d9f3d07
1 changed files with 21 additions and 0 deletions
|
@ -37401,6 +37401,27 @@ Python, with static types.")
|
||||||
(description "This package provides typing stubs for requests.")
|
(description "This package provides typing stubs for requests.")
|
||||||
(license license:asl2.0)))
|
(license license:asl2.0)))
|
||||||
|
|
||||||
|
(define-public python-types-simplejson
|
||||||
|
(package
|
||||||
|
(name "python-types-simplejson")
|
||||||
|
(version "3.19.0.20241221")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (pypi-uri "types_simplejson" version))
|
||||||
|
(sha256
|
||||||
|
(base32 "0w7wvr84d7bj27hc2bsyh69s9d84zpkdhsibbmsibba91zdzjjhi"))))
|
||||||
|
(build-system pyproject-build-system)
|
||||||
|
(arguments
|
||||||
|
(list
|
||||||
|
#:tests? #f)) ; no tests in PyPI archive, no release or tags on GitHub
|
||||||
|
(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
|
(define-public python-types-setuptools
|
||||||
(package
|
(package
|
||||||
(name "python-types-setuptools")
|
(name "python-types-setuptools")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue