diff options
author | Bertrand Jacquin <bertrand@jacquin.bzh> | 2022-06-14 21:50:23 +0100 |
---|---|---|
committer | Bertrand Jacquin <bertrand@jacquin.bzh> | 2022-06-14 22:11:11 +0100 |
commit | b67631ac3eab0035d4d5e03e5dee8dac9035b181 (patch) | |
tree | 18370e1e3ca0aed2ec3ee701a38fa242bf3a9a81 | |
parent | dev-python/mnemonic: version bump (diff) | |
download | portage-b67631ac3eab0035d4d5e03e5dee8dac9035b181.tar.xz |
dev-python/libusb1: version bump
Package-Manager: Portage-3.0.30, Repoman-3.0.3
-rw-r--r-- | dev-python/libusb1/Manifest | 3 | ||||
-rw-r--r-- | dev-python/libusb1/libusb1-1.9.2.ebuild | 19 | ||||
-rw-r--r-- | dev-python/libusb1/libusb1-3.0.0.ebuild (renamed from dev-python/libusb1/libusb1-2.0.1.ebuild) | 2 |
3 files changed, 2 insertions, 22 deletions
diff --git a/dev-python/libusb1/Manifest b/dev-python/libusb1/Manifest index 63841b30..aca218ac 100644 --- a/dev-python/libusb1/Manifest +++ b/dev-python/libusb1/Manifest @@ -1,2 +1 @@ -DIST libusb1-1.9.2.tar.gz 80139 BLAKE2B 954fb72165e1bb94c5bad5b116e96272f3d8bd07215463a53a0f15f1c98e568dc2a710b23d46829ec870f2baec6184450d68ca280ac3c12af806cb1dde94e33a SHA512 cae50daa7abf367941bc136295adaac33996db5811d6fa302802b3a97d643c7145f0faa370d130d72bc356999e60003b0420700143739fee7c8ba8ddca264788 -DIST libusb1-2.0.1.tar.gz 82619 BLAKE2B 53b5302b0b2a6907b62493f56a041add928a20950542bf8034ada4240b65c51fd187aff3a97393d2cde64b4a7756a0aeebec449a62b25b5b7c82f4afe815c5a5 SHA512 d675ff9e0b89f53341182e69d62573a6494826abdfbcb56a3fe2de232920375ddcd37da1ee802a2315ef695418ce202a3c84b8ec4c7ed24799ed5aee37eaf242 +DIST libusb1-3.0.0.tar.gz 82499 BLAKE2B 6595bd9c5803b92c52732971a634ef306c04499e175d958f14f5be09c86f33cbf968cbd93883b70b93719ea11fa89fe90f97dc088da6d64ae25866af77ceb959 SHA512 3e1726e80a5c60a9081410a0da8603b89a15da37c0e8702b7ef846e58c86529568d6cb6d762bc6a10a8aa6f24f51fd1043f80433e93b6a7434731882e7888da8 diff --git a/dev-python/libusb1/libusb1-1.9.2.ebuild b/dev-python/libusb1/libusb1-1.9.2.ebuild deleted file mode 100644 index a2f4f44e..00000000 --- a/dev-python/libusb1/libusb1-1.9.2.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python{3_8,3_9} ) -inherit distutils-r1 - -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}" diff --git a/dev-python/libusb1/libusb1-2.0.1.ebuild b/dev-python/libusb1/libusb1-3.0.0.ebuild index 415545b1..80ee4882 100644 --- a/dev-python/libusb1/libusb1-2.0.1.ebuild +++ b/dev-python/libusb1/libusb1-3.0.0.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python{3_8,3_9} ) +PYTHON_COMPAT=( python{3_8,3_9,3_10} ) inherit distutils-r1 DESCRIPTION="Pure-python wrapper for dev-libs/libusb" |