summaryrefslogtreecommitdiff
path: root/dev-python
diff options
context:
space:
mode:
authorBertrand Jacquin <bertrand@jacquin.bzh>2022-06-14 21:25:00 +0100
committerBertrand Jacquin <bertrand@jacquin.bzh>2022-06-14 22:11:11 +0100
commit89ccd8dae9e88f973509b025cc34e8586654ec5b (patch)
tree6c1bbe55f743564840466c9670355a47ad500230 /dev-python
parentdev-python/dateparser: Python parser for human readable dates (diff)
downloadportage-89ccd8dae9e88f973509b025cc34e8586654ec5b.tar.xz
dev-python/hidapi: version bump
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/hidapi/Manifest2
-rw-r--r--dev-python/hidapi/hidapi-0.12.0.ebuild (renamed from dev-python/hidapi/hidapi-0.10.1.ebuild)4
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/hidapi/Manifest b/dev-python/hidapi/Manifest
index 257b0a04..c7cdf3b7 100644
--- a/dev-python/hidapi/Manifest
+++ b/dev-python/hidapi/Manifest
@@ -1 +1 @@
-DIST hidapi-0.10.1.tar.gz 60712 BLAKE2B 9f66015f801a73ad520b303a011edbfecb6b2e79e4366b8e72cc15a4b509cd5744c4c5f9d710b120a44f10cab0c72edf6f679961979d7ad2581edf3238426609 SHA512 681e3691a4b05b13abc38d305c68e448728612442d0ef12ce54d12eeebee6e18d33566c462a276d18ce5e29fad208e6fcde49bbe4b162eae5cd72ce37dea880b
+DIST hidapi-0.12.0.tar.gz 145938 BLAKE2B 014c78d47237a6a4b53cc31782aa4ea28655d6ad7df966052e580bd4410ac18574a0163b92b9e94f0ef43412e2707f3326b14c63ce25da442bf07ec7339ab2e4 SHA512 d709239964eae26bc0dd2e7bf9a706006a006270e6c6a779ea47bfeb21ba2aee8c619ac82a21c286c07d37628307dfbb557e772d1e5d989cee49e4a2895389b2
diff --git a/dev-python/hidapi/hidapi-0.10.1.ebuild b/dev-python/hidapi/hidapi-0.12.0.ebuild
index 1ca9e478..aff0a079 100644
--- a/dev-python/hidapi/hidapi-0.10.1.ebuild
+++ b/dev-python/hidapi/hidapi-0.12.0.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2021 Gentoo Authors
+# 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} )
+PYTHON_COMPAT=( python{3_8,3_9,3_10} )
inherit distutils-r1
DESCRIPTION="Python wrapper for dev-libs/hidapi"