diff options
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/libusb1/Manifest | 1 | ||||
-rw-r--r-- | dev-python/libusb1/libusb1-2.0.1.ebuild | 21 |
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 |