commit: c25c55d31b964dd460c38ef1d1079d4abe36321e Author: Zac Medico <zmedico <AT> gentoo <DOT> org> AuthorDate: Wed Mar 6 16:41:42 2024 +0000 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org> CommitDate: Wed Mar 6 16:42:43 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c25c55d3
app-misc/jpipe: enable PEP517 build Closes: https://bugs.gentoo.org/909882 Signed-off-by: Zac Medico <zmedico <AT> gentoo.org> app-misc/jpipe/jpipe-0.2.0-r1.ebuild | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/app-misc/jpipe/jpipe-0.2.0-r1.ebuild b/app-misc/jpipe/jpipe-0.2.0-r1.ebuild index ada99312a317..850a03389239 100644 --- a/app-misc/jpipe/jpipe-0.2.0-r1.ebuild +++ b/app-misc/jpipe/jpipe-0.2.0-r1.ebuild @@ -1,10 +1,11 @@ -# Copyright 2021-2023 Gentoo Authors +# Copyright 2021-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 GO_OPTIONAL=1 DISTUTILS_OPTIONAL=1 PYTHON_COMPAT=( python3_{9,10,11} ) +DISTUTILS_USE_PEP517=setuptools inherit go-module distutils-r1 pypi @@ -40,6 +41,8 @@ RDEPEND=" ) " +distutils_enable_tests pytest + src_unpack() { if use python; then default
