commit: 4831f377c5af97343d58368cd29b767c8179cd9b Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Tue Feb 24 07:39:32 2026 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Tue Feb 24 09:03:35 2026 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4831f377
dev-python/types-python-dateutil: New package, 2.9.0.20260124 Required to build dev-python/sqlglot[native-extensions] now. Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-python/types-python-dateutil/Manifest | 1 + dev-python/types-python-dateutil/metadata.xml | 12 ++++++++++++ .../types-python-dateutil-2.9.0.20260124.ebuild | 19 +++++++++++++++++++ 3 files changed, 32 insertions(+) diff --git a/dev-python/types-python-dateutil/Manifest b/dev-python/types-python-dateutil/Manifest new file mode 100644 index 000000000000..3b9a27689ce2 --- /dev/null +++ b/dev-python/types-python-dateutil/Manifest @@ -0,0 +1 @@ +DIST types_python_dateutil-2.9.0.20260124.tar.gz 16596 BLAKE2B 05f369098002f94fac335fde4b8ce26a76d8ba2a2a2ef2d5221cbe9fb3456a995307d992c64adee1f5fe275b2425ff7fea27616ffb907f0dc6668153ae02ed97 SHA512 dc499b7ba1e3e5391c2aec85d8fe65eeab2e8550d503fb250212235ecd3ce5f0bb2453664e31510e72453fb06a6cbc63e49581bdfec288831e0789fa1b1bff65 diff --git a/dev-python/types-python-dateutil/metadata.xml b/dev-python/types-python-dateutil/metadata.xml new file mode 100644 index 000000000000..2bf26562b51f --- /dev/null +++ b/dev-python/types-python-dateutil/metadata.xml @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="project"> + <email>[email protected]</email> + </maintainer> + <stabilize-allarches/> + <upstream> + <remote-id type="github">python/typeshed</remote-id> + <remote-id type="pypi">types-python-dateutil</remote-id> + </upstream> +</pkgmetadata> diff --git a/dev-python/types-python-dateutil/types-python-dateutil-2.9.0.20260124.ebuild b/dev-python/types-python-dateutil/types-python-dateutil-2.9.0.20260124.ebuild new file mode 100644 index 000000000000..5c1566408d94 --- /dev/null +++ b/dev-python/types-python-dateutil/types-python-dateutil-2.9.0.20260124.ebuild @@ -0,0 +1,19 @@ +# Copyright 2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( pypy3_11 python3_{11..14} ) + +inherit distutils-r1 pypi + +DESCRIPTION="Typing stubs for python-dateutil" +HOMEPAGE=" + https://github.com/python/typeshed/ + https://pypi.org/project/types-python-dateutil/ +" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~arm64-macos ~x64-macos"
