summaryrefslogtreecommitdiff
path: root/dev-python/libusb1
diff options
context:
space:
mode:
authorBertrand Jacquin <bertrand@jacquin.bzh>2022-01-20 01:59:50 +0000
committerBertrand Jacquin <bertrand@jacquin.bzh>2022-01-20 01:59:50 +0000
commitfe5f617df1bc5abf155460b57ef49f2f44535c12 (patch)
tree5ff731e4be85c7e3ec883202487bb93540ae5a77 /dev-python/libusb1
parentsys-kernel/stable-sources: version bump (diff)
downloadportage-fe5f617df1bc5abf155460b57ef49f2f44535c12.tar.xz
dev-python/libusb1: version bump
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Diffstat (limited to 'dev-python/libusb1')
-rw-r--r--dev-python/libusb1/Manifest1
-rw-r--r--dev-python/libusb1/libusb1-2.0.1.ebuild21
2 files changed, 22 insertions, 0 deletions
diff --git a/dev-python/libusb1/Manifest b/dev-python/libusb1/Manifest
index ea291aea..63841b30 100644
--- a/dev-python/libusb1/Manifest
+++ b/dev-python/libusb1/Manifest
@@ -1 +1,2 @@
DIST libusb1-1.9.2.tar.gz 80139 BLAKE2B 954fb72165e1bb94c5bad5b116e96272f3d8bd07215463a53a0f15f1c98e568dc2a710b23d46829ec870f2baec6184450d68ca280ac3c12af806cb1dde94e33a SHA512 cae50daa7abf367941bc136295adaac33996db5811d6fa302802b3a97d643c7145f0faa370d130d72bc356999e60003b0420700143739fee7c8ba8ddca264788
+DIST libusb1-2.0.1.tar.gz 82619 BLAKE2B 53b5302b0b2a6907b62493f56a041add928a20950542bf8034ada4240b65c51fd187aff3a97393d2cde64b4a7756a0aeebec449a62b25b5b7c82f4afe815c5a5 SHA512 d675ff9e0b89f53341182e69d62573a6494826abdfbcb56a3fe2de232920375ddcd37da1ee802a2315ef695418ce202a3c84b8ec4c7ed24799ed5aee37eaf242
diff --git a/dev-python/libusb1/libusb1-2.0.1.ebuild b/dev-python/libusb1/libusb1-2.0.1.ebuild
new file mode 100644
index 00000000..415545b1
--- /dev/null
+++ b/dev-python/libusb1/libusb1-2.0.1.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2022 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}"
+
+distutils_enable_tests unittest