From 6243676c91946098c06d42bc87b5eb99aac40bf0 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Thu, 25 Apr 2024 23:59:45 +0100 Subject: gentoo auto-resync : 25:04:2024 - 23:59:45 --- dev-python/pytools/Manifest | 2 ++ dev-python/pytools/pytools-2024.1.2.ebuild | 33 ++++++++++++++++++++++++++++++ 2 files changed, 35 insertions(+) create mode 100644 dev-python/pytools/pytools-2024.1.2.ebuild (limited to 'dev-python/pytools') diff --git a/dev-python/pytools/Manifest b/dev-python/pytools/Manifest index f18b1e64d72d..5e19476aa5af 100644 --- a/dev-python/pytools/Manifest +++ b/dev-python/pytools/Manifest @@ -1,3 +1,5 @@ DIST pytools-2024.1.1.tar.gz 77122 BLAKE2B 38b46a6363c707da90670a28d63dbaf1b77f739a4f7473bda11fa671ad267ee33c48312e3813e05888d3cd48efc60ec3006d57a316053ff2d0160d0b284bca9d SHA512 3b47764ac6f1ea0938c32e42092c0acfe81b2f22eb15c3ded589c5022c8a07ff89420f30ec78779ccb9f07d8611fa9c447539859371d8aade603f302b747cf97 +DIST pytools-2024.1.2.tar.gz 77642 BLAKE2B b393149a81a708f3681b34e88e22113223f53f23e83c8f1848d4fd6ec456af7145fba8a98efd716d8be5b6184fc9973c05aa9c0814d48ee4925255b57f6119a5 SHA512 3252b3930934c43f840a77f41e0958fef6121db1d64efc5498defadf8e48fdbda89d1539b87b6367c8acf4ad7eaf7fdf364263340ffebd834861f0f21f1af4c7 EBUILD pytools-2024.1.1.ebuild 831 BLAKE2B 68eac5e0f37e04d831864417ccffe9fe38c4b925f386743c8b25928799ad1aa1367dcd99679efc607f29dc32d8774eb0ac403f4667d94735bb85024a345b7d32 SHA512 6d72857ea97f8085679b14296dbb1b8a67ea03c265e10be43c98a362b408e3af58afbfe05b17fbb89ff1ba2f9c31a7cd3c4ee4348c2ec565a198bf174f64a2ba +EBUILD pytools-2024.1.2.ebuild 833 BLAKE2B da74419e9b99c3df99d5e8c8d8dd732df264395d983e86dd1952ed8c7c8e12ad4172af2943ec41c3d346315c7789446f1d050ee294004452aca002e3bad5b260 SHA512 1d7abe68e3b001e6e6b6b8229249a77db91188717eac7206c1320c02b5247a65e085b05efedbdbe6c5b42269cb490eee9cf591f56d8e4e919838fcaf50d637d2 MISC metadata.xml 496 BLAKE2B d0067ed5726907ed3d635fc88dc33722335e7c853ee4a5a1c727faecdf6a78ab7de4261fe40c5c903908e1f2b8eb597ff3c014044fc7ea02bc357254d544da64 SHA512 c6b546564e9c54bccc55f83310ff194192be0673bfe552e18e29a82e87d2caf4c0d51e42d1675cf5b8f6dff1fa1410676f71c9c0c56273ba6efc4efc608c43d9 diff --git a/dev-python/pytools/pytools-2024.1.2.ebuild b/dev-python/pytools/pytools-2024.1.2.ebuild new file mode 100644 index 000000000000..5b603b0c29b1 --- /dev/null +++ b/dev-python/pytools/pytools-2024.1.2.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{10..12} ) +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 is now an "extra" (optional) dep -- we can remove it from +# RDEPEND If revdeps don't need it +RDEPEND=" + >=dev-python/numpy-1.6.0[${PYTHON_USEDEP}] + >=dev-python/platformdirs-2.2.0[${PYTHON_USEDEP}] + $(python_gen_cond_dep ' + >=dev-python/typing-extensions-4.0[${PYTHON_USEDEP}] + ' 3.10) +" + +distutils_enable_tests pytest -- cgit v1.2.3