commit:     3434b6348a33047f196417c354844803e6da3535
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 26 09:06:28 2025 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Jun 26 09:13:45 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3434b634

dev-python/pytools: Bump to 2025.1.7

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/pytools/Manifest                |  1 +
 dev-python/pytools/pytools-2025.1.7.ebuild | 32 ++++++++++++++++++++++++++++++
 2 files changed, 33 insertions(+)

diff --git a/dev-python/pytools/Manifest b/dev-python/pytools/Manifest
index e33bb018b249..0a929a5233b0 100644
--- a/dev-python/pytools/Manifest
+++ b/dev-python/pytools/Manifest
@@ -1 +1,2 @@
 DIST pytools-2025.1.6.tar.gz 96212 BLAKE2B 
f9f538f262158d40aed408d094562cad162a60a330b2bf002b898d473a1085c9f7861c5039770733adb938d67327bfb9d11e130a0385c6f6fc9b79fe732e2927
 SHA512 
b9602d4a4182fd898a7ff1169cd00c6f886a779655b21b1d42f6fd100cc53df2f3c70fed8a3981a57f63f36122ea224b0f17816eb59e85ed3d625c0ae331de99
+DIST pytools-2025.1.7.tar.gz 82709 BLAKE2B 
c76c9feb16a2f580c2b456ade3952a744d234fc984726704455c04fa0adac9882adebad9c80c70f1a1423a33a04cac2edf4d88058c106735d017b9a9d7720a14
 SHA512 
0ec0f7011051fee05668b92a639ffaa289b2ca03f0e20c0b2d2e2461535b971ccedf9b1134f4923e9989c96ee5fcc0b96d46a3354129952b5869c6059d8af904

diff --git a/dev-python/pytools/pytools-2025.1.7.ebuild 
b/dev-python/pytools/pytools-2025.1.7.ebuild
new file mode 100644
index 000000000000..84c30e41a6c7
--- /dev/null
+++ b/dev-python/pytools/pytools-2025.1.7.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=hatchling
+PYTHON_COMPAT=( python3_{11..14} )
+PYTHON_REQ_USE='sqlite'
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Collection of tools missing from the Python standard library"
+HOMEPAGE="
+       https://mathema.tician.de/software/pytools/
+       https://github.com/inducer/pytools/
+       https://pypi.org/project/pytools/
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv"
+
+# NB: numpy are an "extra" (optional) deps
+RDEPEND="
+       >=dev-python/numpy-1.6[${PYTHON_USEDEP}]
+       >=dev-python/platformdirs-2.2[${PYTHON_USEDEP}]
+       >=dev-python/siphash24-1.6[${PYTHON_USEDEP}]
+       >=dev-python/typing-extensions-4.5[${PYTHON_USEDEP}]
+"
+
+EPYTEST_PLUGINS=()
+distutils_enable_tests pytest

Reply via email to