summaryrefslogtreecommitdiff
path: root/dev-python/libusb1
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2024-04-14 06:23:35 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2024-04-14 06:23:35 +0000
commit63e9c2d7721dccfc29927b157ad9c1934f727820 (patch)
treedeca7cdb2b56243d1e74e9ddf0437b1f229fd5a8 /dev-python/libusb1
parent904e501ae3ed374d8de2fb5a1fe696eefe129016 (diff)
downloadbaldeagleos-repo-63e9c2d7721dccfc29927b157ad9c1934f727820.tar.gz
baldeagleos-repo-63e9c2d7721dccfc29927b157ad9c1934f727820.tar.xz
baldeagleos-repo-63e9c2d7721dccfc29927b157ad9c1934f727820.zip
Adding metadata
Diffstat (limited to 'dev-python/libusb1')
-rw-r--r--dev-python/libusb1/libusb1-2.0.1-r1.ebuild (renamed from dev-python/libusb1/libusb1-2.0.1.ebuild)8
1 files changed, 6 insertions, 2 deletions
diff --git a/dev-python/libusb1/libusb1-2.0.1.ebuild b/dev-python/libusb1/libusb1-2.0.1-r1.ebuild
index 14f951b72eb2..66b87c01edc8 100644
--- a/dev-python/libusb1/libusb1-2.0.1.ebuild
+++ b/dev-python/libusb1/libusb1-2.0.1-r1.ebuild
@@ -1,14 +1,18 @@
-# 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_{8,9,10,11,12} pypy3 )
+DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 pypi
DESCRIPTION="Pure-python wrapper for libusb-1.0"
-HOMEPAGE="https://github.com/vpelletier/python-libusb1 https://pypi.org/project/libusb1/"
+HOMEPAGE="
+ https://github.com/vpelletier/python-libusb1
+ https://pypi.org/project/libusb1/
+"
LICENSE="LGPL-2.1+"
SLOT="0"