commit: 8fd1145ee04706fe7691c6596204822bc8519452 Author: Takuya Wakazono <pastalian46 <AT> gmail <DOT> com> AuthorDate: Sun Sep 8 13:02:43 2024 +0000 Commit: Takuya Wakazono <pastalian46 <AT> gmail <DOT> com> CommitDate: Sun Sep 8 13:02:43 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8fd1145e
x11-wm/qtile-extras: use setuptools Closes: https://bugs.gentoo.org/921634 Signed-off-by: Takuya Wakazono <pastalian46 <AT> gmail.com> x11-wm/qtile-extras/qtile-extras-0.23.0.ebuild | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/x11-wm/qtile-extras/qtile-extras-0.23.0.ebuild b/x11-wm/qtile-extras/qtile-extras-0.23.0.ebuild index 04ddfe984..036f595e1 100644 --- a/x11-wm/qtile-extras/qtile-extras-0.23.0.ebuild +++ b/x11-wm/qtile-extras/qtile-extras-0.23.0.ebuild @@ -3,7 +3,7 @@ EAPI=8 -DISTUTILS_USE_PEP517=no +DISTUTILS_USE_PEP517=setuptools PYTHON_COMPAT=(python3_{9..12}) inherit distutils-r1 @@ -24,12 +24,4 @@ BDEPEND=" dev-python/setuptools-scm " -export SETUPTOOLS_SCM_PRETEND_VERSION=7.0.0 - -python_compile() { - ${EPYTHON} -m build --wheel --no-isolation -} - -python_install() { - ${EPYTHON} -m installer --destdir="${D}" dist/*.whl -} +export SETUPTOOLS_SCM_PRETEND_VERSION=${PV}
