mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add python-types-python-dateutil.
* gnu/packages/python-xyz.scm (python-types-python-dateutil): New variable. Change-Id: I823d4d3b077326d8c16b79a0dfd43e4b4b7314e4
This commit is contained in:
parent
7afacbfe72
commit
e5a3d7e8a1
1 changed files with 18 additions and 0 deletions
|
@ -37861,6 +37861,24 @@ multipurpose analysis in Python.")
|
||||||
static types.")
|
static types.")
|
||||||
(license license:asl2.0)))
|
(license license:asl2.0)))
|
||||||
|
|
||||||
|
(define-public python-types-python-dateutil
|
||||||
|
(package
|
||||||
|
(name "python-types-python-dateutil")
|
||||||
|
(version "2.9.0.20250708")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (pypi-uri "types_python_dateutil" version))
|
||||||
|
(sha256
|
||||||
|
(base32 "1ay8sp8qshx2na2sa9sz9hg2hb7yrws9ymshqfb9cv1dmdfxgnyc"))))
|
||||||
|
(build-system pyproject-build-system)
|
||||||
|
(arguments (list #:tests? #f)) ;no tests in PyPI archive
|
||||||
|
(native-inputs (list python-setuptools))
|
||||||
|
(home-page "https://github.com/python/typeshed")
|
||||||
|
(synopsis "Typing stubs for python-dateutil")
|
||||||
|
(description "This package providis typing stubs for python-dateutil.")
|
||||||
|
(license license:asl2.0)))
|
||||||
|
|
||||||
(define-public python-types-docutils
|
(define-public python-types-docutils
|
||||||
(package
|
(package
|
||||||
(name "python-types-docutils")
|
(name "python-types-docutils")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue