From 2df25e7fcc266e3213bd8aa1c11886d32ef7a20a Mon Sep 17 00:00:00 2001 From: Arthur Zamarin Date: Mon, 31 Mar 2025 20:47:30 +0300 Subject: [PATCH] dev-python/py-zabbix: use PEP517 Closes: https://bugs.gentoo.org/921669 Closes: https://bugs.gentoo.org/909931 Signed-off-by: Arthur Zamarin --- .../{py-zabbix-1.1.7.ebuild => py-zabbix-1.1.7-r1.ebuild} | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) rename dev-python/py-zabbix/{py-zabbix-1.1.7.ebuild => py-zabbix-1.1.7-r1.ebuild} (82%) diff --git a/dev-python/py-zabbix/py-zabbix-1.1.7.ebuild b/dev-python/py-zabbix/py-zabbix-1.1.7-r1.ebuild similarity index 82% rename from dev-python/py-zabbix/py-zabbix-1.1.7.ebuild rename to dev-python/py-zabbix/py-zabbix-1.1.7-r1.ebuild index 4cc568fc04194..e3657ba45343a 100644 --- a/dev-python/py-zabbix/py-zabbix-1.1.7.ebuild +++ b/dev-python/py-zabbix/py-zabbix-1.1.7-r1.ebuild @@ -1,8 +1,9 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 +DISTUTILS_USE_PEP517=setuptools PYPI_NO_NORMALIZE=1 PYTHON_COMPAT=( python3_{10..12} pypy3 )