gnu: Add python-types-aiofiles.

* gnu/packages/python-xyz.scm (python-types-aiofiles): New variable.

Change-Id: I7f21b80b47f1c0a71812623c574a6892a9782af0
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
Hugo Buddelmeijer 2025-09-23 21:39:45 +02:00 committed by Sharlatan Hellseher
parent 622f2105eb
commit 6b48bd14df
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -38009,6 +38009,24 @@ static types.")
(description "This package providis typing stubs for python-dateutil.") (description "This package providis typing stubs for python-dateutil.")
(license license:asl2.0))) (license license:asl2.0)))
(define-public python-types-aiofiles
(package
(name "python-types-aiofiles")
(version "24.1.0.20250822")
(source
(origin
(method url-fetch)
(uri (pypi-uri "types_aiofiles" version))
(sha256
(base32 "0ysar1an6il2rsd54fwzwdis209z3qq3i4zhgixfjzrh1j70vfcs"))))
(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-aiofiles")
(description "This package providis typing stubs for python-aiofiles.")
(license license:asl2.0)))
(define-public python-types-docutils (define-public python-types-docutils
(package (package
(name "python-types-docutils") (name "python-types-docutils")