summaryrefslogtreecommitdiff
path: root/dev-python
diff options
context:
space:
mode:
authorBertrand Jacquin <bertrand@jacquin.bzh>2021-06-02 22:51:43 +0100
committerBertrand Jacquin <bertrand@jacquin.bzh>2021-06-02 23:10:01 +0100
commitb4346af701a0c28b175ab8dd9c5852da067f0449 (patch)
tree0a2da48da8a5701976c024ecf27aa31cdcb25ca1 /dev-python
parentdev-python/btchip-python: version bump (diff)
downloadportage-b4346af701a0c28b175ab8dd9c5852da067f0449.tar.xz
dev-python/hidapi: version bump
Package-Manager: Portage-3.0.18, Repoman-3.0.2
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/hidapi/Manifest3
-rw-r--r--dev-python/hidapi/hidapi-0.10.1.ebuild (renamed from dev-python/hidapi/hidapi-0.9.0.ebuild)4
-rw-r--r--dev-python/hidapi/hidapi-0.7.99_p21.ebuild31
3 files changed, 3 insertions, 35 deletions
diff --git a/dev-python/hidapi/Manifest b/dev-python/hidapi/Manifest
index 1cf401dc..257b0a04 100644
--- a/dev-python/hidapi/Manifest
+++ b/dev-python/hidapi/Manifest
@@ -1,2 +1 @@
-DIST hidapi-0.7.99.post21.tar.gz 51377 BLAKE2B 668fe4c9c22ac92552bb179cbfcc2a70faeebb75d2ea7a390eac67e677b8cd2e096e941c3bba6b9b9e87256a8cd4cdc8e2527cdb8c76a43707197cdaecbe28fe SHA512 40efcbbb1d30c1413a5bc764e9bcef8b798f194456b35c83ea4f46c2eacf3eccfca5bb482602892ba8f24ed8085eb6e21e1fb94f7f12a7abb22bd2c571b21008
-DIST hidapi-0.9.0.tar.gz 53063 BLAKE2B 42cc393fc0345d5e9c0db92718ae775c4fdd6141c83174cd3d25ac50ec53d055f12fceda4627aa2f2fc7e25863e63273bab2906969c209162b24a730b01c9602 SHA512 ad6d8f62ccb0c16ac3a48ccf376f9fa00efdb06357fd6853c7236b64a57c51f72d02aa3f7bae0812c3addf78958894d1303330902cf6b804d42066a89f4ed720
+DIST hidapi-0.10.1.tar.gz 60712 BLAKE2B 9f66015f801a73ad520b303a011edbfecb6b2e79e4366b8e72cc15a4b509cd5744c4c5f9d710b120a44f10cab0c72edf6f679961979d7ad2581edf3238426609 SHA512 681e3691a4b05b13abc38d305c68e448728612442d0ef12ce54d12eeebee6e18d33566c462a276d18ce5e29fad208e6fcde49bbe4b162eae5cd72ce37dea880b
diff --git a/dev-python/hidapi/hidapi-0.9.0.ebuild b/dev-python/hidapi/hidapi-0.10.1.ebuild
index bd7dac8b..0d6771d5 100644
--- a/dev-python/hidapi/hidapi-0.9.0.ebuild
+++ b/dev-python/hidapi/hidapi-0.10.1.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="Python wrapper for dev-libs/hidapi"
diff --git a/dev-python/hidapi/hidapi-0.7.99_p21.ebuild b/dev-python/hidapi/hidapi-0.7.99_p21.ebuild
deleted file mode 100644
index e3fc87c2..00000000
--- a/dev-python/hidapi/hidapi-0.7.99_p21.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python{3_7,3_8} )
-inherit distutils-r1
-
-MY_P="${P/_p/.post}"
-
-DESCRIPTION="Python wrapper for dev-libs/hidapi"
-HOMEPAGE="https://trezor.io"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="dev-libs/hidapi
- virtual/libusb:1"
-DEPEND="${RDEPEND}
- >=dev-python/cython-0.24.0"
-
-S="${WORKDIR}/${MY_P}"
-
-src_configure() {
- mydistutilsargs=(
- --with-system-hidapi
- )
-}