commit:     4c3be759adf1e9a46a02fb08f9ed3bd6d4992476
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 10 03:15:09 2026 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Mar 10 03:39:11 2026 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c3be759

dev-python/python-discovery: Bump to 1.1.2

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

 dev-python/python-discovery/Manifest               |  2 +
 .../python-discovery/python-discovery-1.1.2.ebuild | 51 ++++++++++++++++++++++
 2 files changed, 53 insertions(+)

diff --git a/dev-python/python-discovery/Manifest 
b/dev-python/python-discovery/Manifest
index c8da52046456..2c9637907324 100644
--- a/dev-python/python-discovery/Manifest
+++ b/dev-python/python-discovery/Manifest
@@ -2,3 +2,5 @@ DIST python_discovery-1.1.0.tar.gz 55674 BLAKE2B 
0873b460369b07973a8e8375d7c04bd
 DIST python_discovery-1.1.0.tar.gz.provenance 9353 BLAKE2B 
41747cb58865e3dd391a99be351c5d10fc3ebbfaf2a647660da02b0ed7de224a15ec0281eec2707c613db3864fccb8f3b650b05ead0a23729764e880a9c939a1
 SHA512 
6e93df010db38c40cd36db30f9a1b50eb0c19e3dcf1529ecb4ee00f7f204b01d828f7f96c3eeac68474e902c6bcbcacc587329ca1e84cf809cce3c6cbe4c043c
 DIST python_discovery-1.1.1.tar.gz 56016 BLAKE2B 
8e6f81743e8e94a3811d604365d5ff9a02927f9363b6b5482fcda5a3341314f9c15c48c9c14ebfb01d4599d18d9777733b0c7fdc28a430c705957b0832cdcd39
 SHA512 
f4eb0c50ddc3231e75e5b0f511f02ef8c5206d76d4c931f1d128a3f10f1eeb0d7c2b60b903120ebb5b5677cd7d8ac3b2701419fb0716ec2fa856f68a6d70cb87
 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

diff --git a/dev-python/python-discovery/python-discovery-1.1.2.ebuild 
b/dev-python/python-discovery/python-discovery-1.1.2.ebuild
new file mode 100644
index 000000000000..42ce908a34a0
--- /dev/null
+++ b/dev-python/python-discovery/python-discovery-1.1.2.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
+}

Reply via email to