commit: b2eefcff5925fc5e91846447180878db0cf3e013
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 4 15:26:05 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Oct 4 15:34:59 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2eefcff
dev-python/pkginfo: Enable py3.14
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/pkginfo/pkginfo-1.12.1.2.ebuild | 9 ++++++++-
1 file changed, 8 insertions(+), 1 deletion(-)
diff --git a/dev-python/pkginfo/pkginfo-1.12.1.2.ebuild
b/dev-python/pkginfo/pkginfo-1.12.1.2.ebuild
index a8e6c43141ea..8c7f7a176a7c 100644
--- a/dev-python/pkginfo/pkginfo-1.12.1.2.ebuild
+++ b/dev-python/pkginfo/pkginfo-1.12.1.2.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..13} pypy3 pypy3_11 )
+PYTHON_COMPAT=( python3_{11..14} pypy3_11 )
inherit distutils-r1 pypi
@@ -24,5 +24,12 @@ BDEPEND="
)
"
+EPYTEST_PLUGINS=()
distutils_enable_tests pytest
distutils_enable_sphinx docs
+
+EPYTEST_DESELECT=(
+ # fragile to Core Metadata version changing in setuptools
+ # https://bugs.launchpad.net/pkginfo/+bug/2103804 (again)
+ pkginfo/tests/test_installed.py::test_installed_ctor_w_dist_info
+)