mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-python/pytools: Bump to 2025.2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
@@ -1,2 +1,3 @@
|
||||
DIST pytools-2025.1.6.tar.gz 96212 BLAKE2B f9f538f262158d40aed408d094562cad162a60a330b2bf002b898d473a1085c9f7861c5039770733adb938d67327bfb9d11e130a0385c6f6fc9b79fe732e2927 SHA512 b9602d4a4182fd898a7ff1169cd00c6f886a779655b21b1d42f6fd100cc53df2f3c70fed8a3981a57f63f36122ea224b0f17816eb59e85ed3d625c0ae331de99
|
||||
DIST pytools-2025.1.7.tar.gz 82709 BLAKE2B c76c9feb16a2f580c2b456ade3952a744d234fc984726704455c04fa0adac9882adebad9c80c70f1a1423a33a04cac2edf4d88058c106735d017b9a9d7720a14 SHA512 0ec0f7011051fee05668b92a639ffaa289b2ca03f0e20c0b2d2e2461535b971ccedf9b1134f4923e9989c96ee5fcc0b96d46a3354129952b5869c6059d8af904
|
||||
DIST pytools-2025.2.tar.gz 83961 BLAKE2B 17083c3e64de11d42d940d3f844aee5bb852dd426d5a5a9830c187d1fc2962d3c3e7480b8200a5b9e87a291626eb5e12e7d20cbdaaab923b465e56c81ff383eb SHA512 bb8d8c290ed55e2c6309d417eb842c5f04c9e4ac05c8883d34e855097be1ba0808c5d49bfbe970345349e897ec68c362f01edac6668ed94e96185491e618b673
|
||||
|
||||
32
dev-python/pytools/pytools-2025.2.ebuild
Normal file
32
dev-python/pytools/pytools-2025.2.ebuild
Normal file
@@ -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
|
||||
Reference in New Issue
Block a user