summaryrefslogtreecommitdiff
path: root/dev-python
diff options
context:
space:
mode:
authorBertrand Jacquin <bertrand@jacquin.bzh>2021-06-02 22:56:55 +0100
committerBertrand Jacquin <bertrand@jacquin.bzh>2021-06-02 23:10:01 +0100
commit8269ba4d84778d40f3b676cba69fedd63409ec8d (patch)
tree7bd24a9f16cee9d72c60084d8fd8a2d94a2bae85 /dev-python
parentdev-python/hidapi: version bump (diff)
downloadportage-8269ba4d84778d40f3b676cba69fedd63409ec8d.tar.xz
dev-python/libusb1: version bump
Package-Manager: Portage-3.0.18, Repoman-3.0.2
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/libusb1/Manifest2
-rw-r--r--dev-python/libusb1/libusb1-1.9.2.ebuild (renamed from dev-python/libusb1/libusb1-1.8.ebuild)4
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/libusb1/Manifest b/dev-python/libusb1/Manifest
index fc0deac3..ea291aea 100644
--- a/dev-python/libusb1/Manifest
+++ b/dev-python/libusb1/Manifest
@@ -1 +1 @@
-DIST libusb1-1.8.tar.gz 78282 BLAKE2B 85a7a74ec13fd290053f9c6a99d6174e8b2d3b8b49067ee36cb90757488cb6a238c30327a27e7af3581ee9eace33d9ececb47c4e0ecb85f27dd6c1d91867f5c3 SHA512 756d091dbae089d719f8c2b21419fb850b00547152c457501dc8e3296ece10418a6a255f9eece25b05eb5e039c892f2f31b52f3b7ca8668f8bd152ebfb8a90eb
+DIST libusb1-1.9.2.tar.gz 80139 BLAKE2B 954fb72165e1bb94c5bad5b116e96272f3d8bd07215463a53a0f15f1c98e568dc2a710b23d46829ec870f2baec6184450d68ca280ac3c12af806cb1dde94e33a SHA512 cae50daa7abf367941bc136295adaac33996db5811d6fa302802b3a97d643c7145f0faa370d130d72bc356999e60003b0420700143739fee7c8ba8ddca264788
diff --git a/dev-python/libusb1/libusb1-1.8.ebuild b/dev-python/libusb1/libusb1-1.9.2.ebuild
index 78cfb83b..421e2628 100644
--- a/dev-python/libusb1/libusb1-1.8.ebuild
+++ b/dev-python/libusb1/libusb1-1.9.2.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python{3_7,3_8} )
+PYTHON_COMPAT=( python{3_7,3_8,3_9} )
inherit distutils-r1
DESCRIPTION="Pure-python wrapper for dev-libs/libusb"