commit: 1953e098c3e9b63846686e079cef53e87543a146 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Wed Mar 11 06:30:09 2026 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Wed Mar 11 06:30:09 2026 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1953e098
dev-python/python-discovery: Bump to 1.1.3 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-python/python-discovery/Manifest | 2 + .../python-discovery/python-discovery-1.1.3.ebuild | 51 ++++++++++++++++++++++ 2 files changed, 53 insertions(+) diff --git a/dev-python/python-discovery/Manifest b/dev-python/python-discovery/Manifest index 2c9637907324..a06d23b45214 100644 --- a/dev-python/python-discovery/Manifest +++ b/dev-python/python-discovery/Manifest @@ -4,3 +4,5 @@ DIST python_discovery-1.1.1.tar.gz 56016 BLAKE2B 8e6f81743e8e94a3811d604365d5ff9 DIST python_discovery-1.1.1.tar.gz.provenance 9636 BLAKE2B d5b252949d5fb79163e18225d8d5b37f09d8a41c743c4b164c47aa652c30a4de51bc5dadb2319d1b4ef42852c03e7c14ca35f5456f8f7be3140aeaed0cae8bd0 SHA512 ecbcb33c01a50ca520cfd8743babc96e4e5b50da69e7c27a85199d597b6e5cf97be7d45e52cb9dc6aa1f8655fc2b6d8e0e6cf6300f885c2149cc3a2f72b4db87 DIST python_discovery-1.1.2.tar.gz 56928 BLAKE2B b5841f4076f750b3f8c4c1ba32ee0b8007f1f45ebec5aff91ddba8fd4638856ea3fa65a9fc95eae2c4266a7dbca4e5dd08643259d6de24559c5d82b7124c5985 SHA512 df04127aba6e95f9d90106663691667f759f93ec5a86580fc37c723b5f9a493576b12328fd2a138b2eea246b1e631245f5ad09c04671f0e1cd468f96b75dfdd1 DIST python_discovery-1.1.2.tar.gz.provenance 9730 BLAKE2B af6db39b92d49572e96a39c703e7871ec55147ff1d6ded36d671dd59eef2ce7ce83f8db47e624b9dd70698abf7efc8ef9920ed01ac1baafdf75b6ad78c2f92b3 SHA512 de5482a6896241625b2d47d60f21c235a815b2593c5108a483fcedfe7c6303e720d864724b5db33a5efb18e4f5a5de0f033cdcefc6558dcc6349ac98a73c6372 +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 diff --git a/dev-python/python-discovery/python-discovery-1.1.3.ebuild b/dev-python/python-discovery/python-discovery-1.1.3.ebuild new file mode 100644 index 000000000000..42ce908a34a0 --- /dev/null +++ b/dev-python/python-discovery/python-discovery-1.1.3.ebuild @@ -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 +}
