From 82cca9d9ade0ce10e0976bec4c987428902c70c1 Mon Sep 17 00:00:00 2001 From: Bertrand Jacquin Date: Tue, 5 Mar 2024 20:52:56 +0000 Subject: dev-python/libusb1: add 3.1.0, drop 3.0.0 --- dev-python/libusb1/Manifest | 2 +- dev-python/libusb1/libusb1-3.0.0.ebuild | 22 ---------------------- dev-python/libusb1/libusb1-3.1.0.ebuild | 20 ++++++++++++++++++++ 3 files changed, 21 insertions(+), 23 deletions(-) delete mode 100644 dev-python/libusb1/libusb1-3.0.0.ebuild create mode 100644 dev-python/libusb1/libusb1-3.1.0.ebuild (limited to 'dev-python') 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.0.0.ebuild deleted file mode 100644 index 46b08c2d..00000000 --- a/dev-python/libusb1/libusb1-3.0.0.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{9..11} ) -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}" - -distutils_enable_tests unittest diff --git a/dev-python/libusb1/libusb1-3.1.0.ebuild b/dev-python/libusb1/libusb1-3.1.0.ebuild new file mode 100644 index 00000000..5cc2a979 --- /dev/null +++ b/dev-python/libusb1/libusb1-3.1.0.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PYTHON_COMPAT=( python3_{11..12} ) +DISTUTILS_USE_PEP517=setuptools +inherit distutils-r1 pypi + +DESCRIPTION="Pure-python wrapper for dev-libs/libusb" +HOMEPAGE="https://github.com/vpelletier/python-libusb1" + +LICENSE="LGPL-2.1+" +SLOT="0" +KEYWORDS="~amd64" + +DEPEND="virtual/libusb:0" +RDEPEND="${DEPEND}" + +distutils_enable_tests unittest -- cgit v1.2.3