summaryrefslogtreecommitdiff
path: root/dev-python/libusb1
diff options
context:
space:
mode:
authorBertrand Jacquin <bertrand@jacquin.bzh>2024-03-05 20:52:56 +0000
committerBertrand Jacquin <bertrand@jacquin.bzh>2024-03-05 21:46:06 +0000
commit82cca9d9ade0ce10e0976bec4c987428902c70c1 (patch)
tree8007e8ccc4929cb7a6ff613d3992962753b9ba3e /dev-python/libusb1
parentdev-python/mnemonic: add 0.21, drop 0.20 (diff)
downloadportage-82cca9d9ade0ce10e0976bec4c987428902c70c1.tar.xz
dev-python/libusb1: add 3.1.0, drop 3.0.0
Diffstat (limited to 'dev-python/libusb1')
-rw-r--r--dev-python/libusb1/Manifest2
-rw-r--r--dev-python/libusb1/libusb1-3.1.0.ebuild (renamed from dev-python/libusb1/libusb1-3.0.0.ebuild)6
2 files changed, 3 insertions, 5 deletions
diff --git a/dev-python/libusb1/Manifest b/dev-python/libusb1/Manifest
index aca218ac..d53fe448 100644
--- a/dev-python/libusb1/Manifest
+++ b/dev-python/libusb1/Manifest
@@ -1 +1 @@
-DIST libusb1-3.0.0.tar.gz 82499 BLAKE2B 6595bd9c5803b92c52732971a634ef306c04499e175d958f14f5be09c86f33cbf968cbd93883b70b93719ea11fa89fe90f97dc088da6d64ae25866af77ceb959 SHA512 3e1726e80a5c60a9081410a0da8603b89a15da37c0e8702b7ef846e58c86529568d6cb6d762bc6a10a8aa6f24f51fd1043f80433e93b6a7434731882e7888da8
+DIST libusb1-3.1.0.tar.gz 83013 BLAKE2B d2d09d6fd94714471357080ac10bf9e76158d59a43d16c82135898cd312829c611a18359b13a2d616eb574b50c9e0cd58bd2747e5eaa50f374893cf4c3251f7c SHA512 9ee841e3d6f31e5fbebc8112f6d00ddd959a5e882515e238a84fcf5516c636198d9b84d64e39ff848c9d93c32bc5ab0d8eb6b65bb6213b4af28522fcc6b6ee99
diff --git a/dev-python/libusb1/libusb1-3.0.0.ebuild b/dev-python/libusb1/libusb1-3.1.0.ebuild
index 46b08c2d..5cc2a979 100644
--- a/dev-python/libusb1/libusb1-3.0.0.ebuild
+++ b/dev-python/libusb1/libusb1-3.1.0.ebuild
@@ -3,18 +3,16 @@
EAPI=8
+PYTHON_COMPAT=( python3_{11..12} )
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
-inherit distutils-r1
+inherit distutils-r1 pypi
DESCRIPTION="Pure-python wrapper for dev-libs/libusb"
HOMEPAGE="https://github.com/vpelletier/python-libusb1"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="LGPL-2.1+"
SLOT="0"
KEYWORDS="~amd64"
-IUSE=""
DEPEND="virtual/libusb:0"
RDEPEND="${DEPEND}"