From 4cbbfb9ba4e99744e2e1128b79b337c9a4c97e3b Mon Sep 17 00:00:00 2001 From: Bertrand Jacquin Date: Sat, 11 Jan 2020 16:23:08 +0000 Subject: dev-python/libusb1: version bump Package-Manager: Portage-2.3.79, Repoman-2.3.16 --- dev-python/libusb1/Manifest | 2 +- dev-python/libusb1/libusb1-1.6.4.ebuild | 19 ------------------- dev-python/libusb1/libusb1-1.7.1.ebuild | 19 +++++++++++++++++++ 3 files changed, 20 insertions(+), 20 deletions(-) delete mode 100644 dev-python/libusb1/libusb1-1.6.4.ebuild create mode 100644 dev-python/libusb1/libusb1-1.7.1.ebuild (limited to 'dev-python') diff --git a/dev-python/libusb1/Manifest b/dev-python/libusb1/Manifest index 93e83ac1..d76d72d5 100644 --- a/dev-python/libusb1/Manifest +++ b/dev-python/libusb1/Manifest @@ -1 +1 @@ -DIST libusb1-1.6.4.tar.gz 55491 BLAKE2B 2435862ecb24944e97baf362e84758d59f84d60f2c0a659405c55ac00db641220db86196f55e83e4e49f3835bc95170802e9b9ba1d0e84b592dd1f660884090a SHA512 103a2332ea1d9135c9768fbdb821cbe393f721b4104c3a6f7ef98e3159380fd25827665f3a85cea7b299135d03c905d51e1c6ad68728dd3a2130b32b1448a1a0 +DIST libusb1-1.7.1.tar.gz 78016 BLAKE2B 93b214a813b77cb4f2b3813eae450d058cd27ee6505bf1d394bae49a7d7087672b5990adc248e5c4f99ddb00495d249eff94533287ccabae72a22b1d7282a323 SHA512 8a7029a70dba0fee9448a485e7e1205e695dd5f0db15ef5143a7bf6d1e0739e307e139a46fa7d38fb767b12f60610b9408e6c580cc0513e964214faa13ed7b0f diff --git a/dev-python/libusb1/libusb1-1.6.4.ebuild b/dev-python/libusb1/libusb1-1.6.4.ebuild deleted file mode 100644 index 33691e16..00000000 --- a/dev-python/libusb1/libusb1-1.6.4.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PYTHON_COMPAT=( python{2_7,3_6,3_7} ) -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-1.7.1.ebuild b/dev-python/libusb1/libusb1-1.7.1.ebuild new file mode 100644 index 00000000..0f7b0ce9 --- /dev/null +++ b/dev-python/libusb1/libusb1-1.7.1.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +PYTHON_COMPAT=( python{3_6,3_7} ) +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}" -- cgit v1.2.3