commit: 86f03f58fd7b10f51703fd73dff5a3d7923637ef Author: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org> AuthorDate: Sun Jul 9 08:30:34 2023 +0000 Commit: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org> CommitDate: Sun Jul 9 09:20:50 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86f03f58
dev-python/simplebayes: switch to PEP517 Closes: https://bugs.gentoo.org/909964 Signed-off-by: Bernard Cafarelli <voyageur <AT> gentoo.org> .../{simplebayes-1.5.8.ebuild => simplebayes-1.5.8-r1.ebuild} | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/dev-python/simplebayes/simplebayes-1.5.8.ebuild b/dev-python/simplebayes/simplebayes-1.5.8-r1.ebuild similarity index 75% rename from dev-python/simplebayes/simplebayes-1.5.8.ebuild rename to dev-python/simplebayes/simplebayes-1.5.8-r1.ebuild index 84a12fa2b2f6..92d03eb3ba62 100644 --- a/dev-python/simplebayes/simplebayes-1.5.8.ebuild +++ b/dev-python/simplebayes/simplebayes-1.5.8-r1.ebuild @@ -2,7 +2,9 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{9..11} ) + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{9..12} ) inherit distutils-r1 pypi @@ -12,7 +14,3 @@ HOMEPAGE="https://github.com/hickeroar/simplebayes" LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~x86" - -RDEPEND="" -DEPEND="${RDEPEND} - dev-python/setuptools[${PYTHON_USEDEP}]"
