diff options
author | Zac Medico <zmedico@gentoo.org> | 2024-03-06 11:47:42 -0800 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2024-03-06 11:49:08 -0800 |
commit | f1084cbe5079171e1bc17319154fe126711b4358 (patch) | |
tree | 5f51a8e2e71709e0008628230132dd67f915a704 /net-misc/htail | |
parent | media-gfx/mypaint: update HOMEPAGE, enable py3.12 (diff) | |
download | gentoo-f1084cbe5079171e1bc17319154fe126711b4358.tar.gz gentoo-f1084cbe5079171e1bc17319154fe126711b4358.tar.bz2 gentoo-f1084cbe5079171e1bc17319154fe126711b4358.zip |
net-misc/htail: enable PEP517 build
Closes: https://bugs.gentoo.org/910007
Signed-off-by: Zac Medico <zmedico@gentoo.org>
Diffstat (limited to 'net-misc/htail')
-rw-r--r-- | net-misc/htail/htail-1.5.ebuild | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/net-misc/htail/htail-1.5.ebuild b/net-misc/htail/htail-1.5.ebuild index 3125e0a4d3ad..cb7f47746b65 100644 --- a/net-misc/htail/htail-1.5.ebuild +++ b/net-misc/htail/htail-1.5.ebuild @@ -1,10 +1,10 @@ -# Copyright 2022-2023 Gentoo Authors +# Copyright 2022-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 -PYTHON_COMPAT=( python3_{9..11} ) -DISTUTILS_USE_SETUPTOOLS=bdepend +PYTHON_COMPAT=( python3_{10..12} ) +DISTUTILS_USE_PEP517=setuptools inherit distutils-r1 pypi @@ -14,3 +14,4 @@ HOMEPAGE="https://github.com/vpelletier/htail" LICENSE="GPL-2+" SLOT="0" KEYWORDS="~amd64 ~x86" +BDEPEND="${DISTUTILS_DEPS}" |