mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-24 18:58:08 -07:00
dev-python/python-discovery: Bump to 1.2.0
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
@@ -1,2 +1,4 @@
|
||||
DIST python_discovery-1.1.3.tar.gz 56945 BLAKE2B aa74096669110c853345f18e54f76abaf4ade8c3c71c25df8e1e6346fcd0fe4cc4b6f3359f5076c2c2dbef3b45d2b13668d0382c15468e7ad41361dbb9258a03 SHA512 91a66c6e4bc72359c25f159447f68bf1360270ed51bdfecf3f1918e2d3c21932517325fdb025d2243733505a53390c264af44ff3176f58d96f944c3a9b9957f9
|
||||
DIST python_discovery-1.1.3.tar.gz.provenance 9589 BLAKE2B d194c71e23359b9d37cd3fe557ba7debbbc6727d6cd2841a8e35a6c0ff8b4d084c62bf49c2a7ef1d69a7988c2d5496545e8cc15993d9acbb59fbf99c527b7197 SHA512 a7e6301ae4d91510fde2a85fa4ce8d04d2aa3d2e7c452b9e710ec79ecf38e556d3e55511926d3272ec7f639f785aad0d03ac74bfae958c2900bf06ad20844fec
|
||||
DIST python_discovery-1.2.0.tar.gz 58055 BLAKE2B de4dae59ebfaadc92704f928503d13e2afc0d34c85413ff418fff905abbc8e52c0e24fe70cf0324935991cff25f5ce2e35d0b1d4b29402ac3ba044682018e0ed SHA512 9a1ce35f3f36f5a85b67a5791fb0a44c90ac21eb9f42be6c2e6f9c500f46510d5a9b6dd5041af3d733b1acdaa2023bbb0bd8894f0d2527705398e41ad6bebcf9
|
||||
DIST python_discovery-1.2.0.tar.gz.provenance 10015 BLAKE2B 1af4de8e6d54981452e8d9ba98ecfad88299bde4f7b176f51b2449b74fd55cba495c1ebc21327981a1f4660fbf2b3bca53d798a738a735d8b1ca00a91ec9dd07 SHA512 e0c01953c9d8d6f4729b83472af44d3d588382292147270a3bc9f807b0682a3b3b9dc38e93c8498a160552f95b47e0560f8ab1ce79ff42348a6ca72748f94fc8
|
||||
|
||||
51
dev-python/python-discovery/python-discovery-1.2.0.ebuild
Normal file
51
dev-python/python-discovery/python-discovery-1.2.0.ebuild
Normal file
@@ -0,0 +1,51 @@
|
||||
# Copyright 2026 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
DISTUTILS_USE_PEP517=hatchling
|
||||
PYPI_VERIFY_REPO=https://github.com/tox-dev/python-discovery
|
||||
PYTHON_COMPAT=( pypy3_11 python3_{11..14} python3_{13,14}t )
|
||||
|
||||
inherit distutils-r1 pypi
|
||||
|
||||
DESCRIPTION="Python interpreter discovery"
|
||||
HOMEPAGE="
|
||||
https://github.com/tox-dev/python-discovery/
|
||||
https://pypi.org/project/python-discovery/
|
||||
"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~riscv ~s390"
|
||||
|
||||
RDEPEND="
|
||||
>=dev-python/filelock-3.15.4[${PYTHON_USEDEP}]
|
||||
<dev-python/platformdirs-5[${PYTHON_USEDEP}]
|
||||
>=dev-python/platformdirs-4.3.6[${PYTHON_USEDEP}]
|
||||
"
|
||||
BDEPEND="
|
||||
dev-python/hatch-vcs[${PYTHON_USEDEP}]
|
||||
test? (
|
||||
>=dev-python/setuptools-75.1[${PYTHON_USEDEP}]
|
||||
)
|
||||
"
|
||||
|
||||
EPYTEST_PLUGINS=( pytest-mock )
|
||||
EPYTEST_XDIST=1
|
||||
distutils_enable_tests pytest
|
||||
|
||||
python_test() {
|
||||
local EPYTEST_DESELECT=()
|
||||
|
||||
case ${EPYTHON} in
|
||||
python3.*t)
|
||||
EPYTEST_DESELECT+=(
|
||||
# TODO
|
||||
tests/test_py_info_extra.py::test_satisfies_path_not_abs_basename_match
|
||||
)
|
||||
;;
|
||||
esac
|
||||
|
||||
epytest
|
||||
}
|
||||
Reference in New Issue
Block a user