From 89ccd8dae9e88f973509b025cc34e8586654ec5b Mon Sep 17 00:00:00 2001 From: Bertrand Jacquin Date: Tue, 14 Jun 2022 21:25:00 +0100 Subject: dev-python/hidapi: version bump Package-Manager: Portage-3.0.30, Repoman-3.0.3 --- dev-python/hidapi/Manifest | 2 +- dev-python/hidapi/hidapi-0.10.1.ebuild | 27 --------------------------- dev-python/hidapi/hidapi-0.12.0.ebuild | 27 +++++++++++++++++++++++++++ 3 files changed, 28 insertions(+), 28 deletions(-) delete mode 100644 dev-python/hidapi/hidapi-0.10.1.ebuild create mode 100644 dev-python/hidapi/hidapi-0.12.0.ebuild (limited to 'dev-python') 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.10.1.ebuild deleted file mode 100644 index 1ca9e478..00000000 --- a/dev-python/hidapi/hidapi-0.10.1.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2021 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="Python wrapper for dev-libs/hidapi" -HOMEPAGE="https://github.com/trezor/cython-hidapi" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${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[${PYTHON_USEDEP}]" - -src_configure() { - mydistutilsargs=( - --with-system-hidapi - ) -} diff --git a/dev-python/hidapi/hidapi-0.12.0.ebuild b/dev-python/hidapi/hidapi-0.12.0.ebuild new file mode 100644 index 00000000..aff0a079 --- /dev/null +++ b/dev-python/hidapi/hidapi-0.12.0.ebuild @@ -0,0 +1,27 @@ +# 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,3_10} ) +inherit distutils-r1 + +DESCRIPTION="Python wrapper for dev-libs/hidapi" +HOMEPAGE="https://github.com/trezor/cython-hidapi" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${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[${PYTHON_USEDEP}]" + +src_configure() { + mydistutilsargs=( + --with-system-hidapi + ) +} -- cgit v1.2.3