commit:     9e2da6e97a33010afe119368c02ca1e09f905333
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Thu May  1 19:58:19 2025 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Thu May  1 20:03:44 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e2da6e9

dev-util/pkgdev: drop mention of tomli

Closes: https://bugs.gentoo.org/955205
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-util/pkgdev/pkgdev-0.2.11.ebuild | 7 ++-----
 dev-util/pkgdev/pkgdev-9999.ebuild   | 7 ++-----
 2 files changed, 4 insertions(+), 10 deletions(-)

diff --git a/dev-util/pkgdev/pkgdev-0.2.11.ebuild 
b/dev-util/pkgdev/pkgdev-0.2.11.ebuild
index 35d1bea3a0df..3863c95f9301 100644
--- a/dev-util/pkgdev/pkgdev-0.2.11.ebuild
+++ b/dev-util/pkgdev/pkgdev-0.2.11.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
 DISTUTILS_USE_PEP517=standalone
-PYTHON_COMPAT=( python3_{10..13} )
+PYTHON_COMPAT=( python3_{11..13} )
 inherit distutils-r1 optfeature
 
 if [[ ${PV} == *9999 ]] ; then
@@ -40,9 +40,6 @@ fi
 
 RDEPEND+="
        dev-vcs/git
-       $(python_gen_cond_dep '
-               dev-python/tomli[${PYTHON_USEDEP}]
-       ' 3.10)
 "
 BDEPEND="
        >=dev-python/flit-core-3.8[${PYTHON_USEDEP}]

diff --git a/dev-util/pkgdev/pkgdev-9999.ebuild 
b/dev-util/pkgdev/pkgdev-9999.ebuild
index 0a7b03c5a7df..3c99fef152c0 100644
--- a/dev-util/pkgdev/pkgdev-9999.ebuild
+++ b/dev-util/pkgdev/pkgdev-9999.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
 DISTUTILS_USE_PEP517=standalone
-PYTHON_COMPAT=( python3_{10..13} )
+PYTHON_COMPAT=( python3_{11..13} )
 inherit distutils-r1 optfeature
 
 if [[ ${PV} == *9999 ]] ; then
@@ -40,9 +40,6 @@ fi
 
 RDEPEND+="
        dev-vcs/git
-       $(python_gen_cond_dep '
-               dev-python/tomli[${PYTHON_USEDEP}]
-       ' 3.10)
 "
 BDEPEND="
        >=dev-python/flit-core-3.8[${PYTHON_USEDEP}]

Reply via email to