From 81bc7b36643300b9a67ffae7a4cb5f11fb9d3032 Mon Sep 17 00:00:00 2001 From: Petr Hodina Date: Tue, 27 Dec 2022 23:00:04 +0100 Subject: [PATCH 07/10] gnu: Add python-types-python-dateutil. * gnu/packages/python-xyz.scm (python-types-python-dateutil): New variable. diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 2e08e6cf2b..48044a3ef3 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -30569,6 +30569,23 @@ (define-public python-types-protobuf collection.") (license license:asl2.0))) +(define-public python-types-python-dateutil + (package + (name "python-types-python-dateutil") + (version "2.8.19.5") + (source (origin + (method url-fetch) + (uri (pypi-uri "types-python-dateutil" version)) + (sha256 + (base32 + "17bsv3j5lmq60px9q8zhaj5f7pv81i6xfg8dlpcpczazf5gzr4db")))) + (build-system python-build-system) + (home-page "https://github.com/python/typeshed") + (synopsis "Typing stubs for python-dateutil") + (description "This package provides collection of library stubs for Python, +with static types for python-dateutil.") + (license license:asl2.0))) + (define-public python-types-pytz (package (name "python-types-pytz") -- 2.38.1