From 7b4f100a444d011cebb581409be3e463df96d793 Mon Sep 17 00:00:00 2001 From: Bertrand Jacquin Date: Wed, 3 May 2023 21:22:12 +0100 Subject: dev-python/hidapi: version bump --- dev-python/hidapi/Manifest | 2 +- dev-python/hidapi/hidapi-0.12.0.ebuild | 28 ---------------------------- dev-python/hidapi/hidapi-0.13.1.ebuild | 28 ++++++++++++++++++++++++++++ 3 files changed, 29 insertions(+), 29 deletions(-) delete mode 100644 dev-python/hidapi/hidapi-0.12.0.ebuild create mode 100644 dev-python/hidapi/hidapi-0.13.1.ebuild (limited to 'dev-python') diff --git a/dev-python/hidapi/Manifest b/dev-python/hidapi/Manifest index c7cdf3b7..6eb2b302 100644 --- a/dev-python/hidapi/Manifest +++ b/dev-python/hidapi/Manifest @@ -1 +1 @@ -DIST hidapi-0.12.0.tar.gz 145938 BLAKE2B 014c78d47237a6a4b53cc31782aa4ea28655d6ad7df966052e580bd4410ac18574a0163b92b9e94f0ef43412e2707f3326b14c63ce25da442bf07ec7339ab2e4 SHA512 d709239964eae26bc0dd2e7bf9a706006a006270e6c6a779ea47bfeb21ba2aee8c619ac82a21c286c07d37628307dfbb557e772d1e5d989cee49e4a2895389b2 +DIST hidapi-0.13.1.tar.gz 130169 BLAKE2B 127e622e4b85880f1c20ccb819b806c66357d8cfa6c15d370c13a6a0a3838ac6acf0673c7edbf5309a91f55051b6177800328b8f897ff43cd1e0af1b511c52a6 SHA512 8e6a7a6bf47e24f6f637cc036dc306518d893fc9fdf94639f626725e8f8767d7e85496d8db5f9f394d648ef5af4dd5ead0f0a6d452a019b5d9fa0716371febed diff --git a/dev-python/hidapi/hidapi-0.12.0.ebuild b/dev-python/hidapi/hidapi-0.12.0.ebuild deleted file mode 100644 index 35502d0b..00000000 --- a/dev-python/hidapi/hidapi-0.12.0.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{9..11} ) -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() { - DISTUTILS_ARGS=( - --with-system-hidapi - ) -} diff --git a/dev-python/hidapi/hidapi-0.13.1.ebuild b/dev-python/hidapi/hidapi-0.13.1.ebuild new file mode 100644 index 00000000..35502d0b --- /dev/null +++ b/dev-python/hidapi/hidapi-0.13.1.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{9..11} ) +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() { + DISTUTILS_ARGS=( + --with-system-hidapi + ) +} -- cgit v1.2.3