commit: 016e5ae4129e1f73c754ad770590220d5a9cee52 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Fri Jan 28 04:36:52 2022 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Fri Jan 28 05:16:46 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=016e5ae4
dev-python/filebytes: convert to PEP517 See: https://github.com/gentoo/gentoo/pull/23806 Signed-off-by: Sam James <sam <AT> gentoo.org> dev-python/filebytes/filebytes-0.10.2.ebuild | 4 +--- dev-python/filebytes/filebytes-9999.ebuild | 4 +--- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/dev-python/filebytes/filebytes-0.10.2.ebuild b/dev-python/filebytes/filebytes-0.10.2.ebuild index 6dcf19310aed..e7dd4c7a61bf 100644 --- a/dev-python/filebytes/filebytes-0.10.2.ebuild +++ b/dev-python/filebytes/filebytes-0.10.2.ebuild @@ -3,6 +3,7 @@ EAPI=8 +DISTUTILS_USE_PEP517=setuptools PYTHON_COMPAT=( python3_{9..10} ) inherit distutils-r1 @@ -20,6 +21,3 @@ fi LICENSE="BSD" SLOT="0" - -DEPEND="${PYTHON_DEPS}" -RDEPEND="${DEPEND}" diff --git a/dev-python/filebytes/filebytes-9999.ebuild b/dev-python/filebytes/filebytes-9999.ebuild index 6dcf19310aed..e7dd4c7a61bf 100644 --- a/dev-python/filebytes/filebytes-9999.ebuild +++ b/dev-python/filebytes/filebytes-9999.ebuild @@ -3,6 +3,7 @@ EAPI=8 +DISTUTILS_USE_PEP517=setuptools PYTHON_COMPAT=( python3_{9..10} ) inherit distutils-r1 @@ -20,6 +21,3 @@ fi LICENSE="BSD" SLOT="0" - -DEPEND="${PYTHON_DEPS}" -RDEPEND="${DEPEND}"
