commit:     b98c06ae7be6fab447a70589b3542509909756b4
Author:     Julien Roy <julien <AT> jroy <DOT> ca>
AuthorDate: Sat Apr 13 21:49:21 2024 +0000
Commit:     Julien Roy <julien <AT> jroy <DOT> ca>
CommitDate: Sat Apr 13 22:15:22 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b98c06ae

dev-python/libusb1: use PEP517

Closes: https://bugs.gentoo.org/921757
Signed-off-by: Julien Roy <julien <AT> jroy.ca>

 dev-python/libusb1/{libusb1-2.0.1.ebuild => libusb1-2.0.1-r1.ebuild} | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/dev-python/libusb1/libusb1-2.0.1.ebuild 
b/dev-python/libusb1/libusb1-2.0.1-r1.ebuild
similarity index 85%
rename from dev-python/libusb1/libusb1-2.0.1.ebuild
rename to dev-python/libusb1/libusb1-2.0.1-r1.ebuild
index 04c7ffcf70..89d04b7cef 100644
--- a/dev-python/libusb1/libusb1-2.0.1.ebuild
+++ b/dev-python/libusb1/libusb1-2.0.1-r1.ebuild
@@ -1,9 +1,10 @@
-# Copyright 2020-2021 Gentoo Authors
+# Copyright 2020-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
 PYTHON_COMPAT=( python3_{10,11} pypy3 )
+DISTUTILS_USE_PEP517=setuptools
 
 inherit distutils-r1 pypi
 

Reply via email to