mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-06 02:17:34 -08:00
dev-python/pyusb: Bump to 1.3.1
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
parent
d55c77fda4
commit
5f97908f24
@ -1 +1,2 @@
|
||||
DIST pyusb-1.2.1.tar.gz 75292 BLAKE2B c1b99f22919ab4beb8e96d664147dc51001c4a48b3acf9ba3961f7f53a9d13277c622e891481fd00b9d34d2ed8a2a0932b7949c13396ea4d76b36f36fcc4cdb0 SHA512 51d0c1165540afa21d6d0ab7315ac77b08083d1cb8e502173dfb1766bc542173f9d7b0070fd14bc71d147e31c3f0780b277093791a7c82485962a04ec62bf0f1
|
||||
DIST pyusb-1.3.1.tar.gz 77281 BLAKE2B e86a24022e2ced4286500ca537d964cf974a47204fc70af6dd8993e039ccf47f710cb7a3564417bbd392cac0b4b06acc1de4ad8c880f782604ecae83ce87aae4 SHA512 91dad112b928133f7439c25ba473bfa8b214fc15daa37c8992304032766498694da5a84c8451d1ae007d0eeb9e840f700d071579324fb96d95302a1e6042e208
|
||||
|
||||
31
dev-python/pyusb/pyusb-1.3.1.ebuild
Normal file
31
dev-python/pyusb/pyusb-1.3.1.ebuild
Normal file
@ -0,0 +1,31 @@
|
||||
# Copyright 1999-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
PYTHON_COMPAT=( python3_{10..13} )
|
||||
|
||||
inherit distutils-r1 pypi
|
||||
|
||||
DESCRIPTION="USB support for Python"
|
||||
HOMEPAGE="
|
||||
https://pyusb.github.io/pyusb/
|
||||
https://github.com/pyusb/pyusb/
|
||||
https://pypi.org/project/pyusb/
|
||||
"
|
||||
|
||||
LICENSE="BSD"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~riscv ~x86"
|
||||
|
||||
### This version is compatible with both 0.X and 1.X versions of libusb
|
||||
DEPEND="virtual/libusb:="
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
DOCS=( README.rst docs/tutorial.rst )
|
||||
|
||||
python_test() {
|
||||
cd tests || die
|
||||
"${EPYTHON}" testall.py || die "Tests failed with ${EPYTHON}"
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user