From 233976d31d98e67ec7400777601bf1ef2592035c Mon Sep 17 00:00:00 2001 From: Bertrand Jacquin Date: Tue, 10 Oct 2017 22:46:52 +0100 Subject: dev-python/hidapi: Version bump Package-Manager: Portage-2.3.8, Repoman-2.3.3 --- dev-python/hidapi/Manifest | 2 +- dev-python/hidapi/hidapi-0.7.99_p20.ebuild | 31 ------------------------------ dev-python/hidapi/hidapi-0.7.99_p21.ebuild | 31 ++++++++++++++++++++++++++++++ 3 files changed, 32 insertions(+), 32 deletions(-) delete mode 100644 dev-python/hidapi/hidapi-0.7.99_p20.ebuild create mode 100644 dev-python/hidapi/hidapi-0.7.99_p21.ebuild (limited to 'dev-python') diff --git a/dev-python/hidapi/Manifest b/dev-python/hidapi/Manifest index ef97da10..c7c7c1a2 100644 --- a/dev-python/hidapi/Manifest +++ b/dev-python/hidapi/Manifest @@ -1 +1 @@ -DIST hidapi-0.7.99.post20.tar.gz 51283 SHA512 37e463ad206180f7dcf752757446b6650fde5b7226233a7cd2d5d932a95c81dfdef422036e0a0e8fde5e5f28caeaf3e96a0b8f7d88c9bfafb82fd98b5349860d WHIRLPOOL 66fa5b56cae6c5e329473e568cb900fea28502cd55cfe33fe0fe034d5b230b02ce7508e7cd6c96ec70c8a2a64fe65020942d3a5ddb4c84af6b239ea803dbc42d +DIST hidapi-0.7.99.post21.tar.gz 51377 SHA512 40efcbbb1d30c1413a5bc764e9bcef8b798f194456b35c83ea4f46c2eacf3eccfca5bb482602892ba8f24ed8085eb6e21e1fb94f7f12a7abb22bd2c571b21008 WHIRLPOOL 2a406082cd6393388284a8f614c24874116c7092c4e5e25fb103e8cd41c43fc4d7e97c1af60bbc74889a66659ceebf180c972c73c4d3f151d2ae23ab603a822c diff --git a/dev-python/hidapi/hidapi-0.7.99_p20.ebuild b/dev-python/hidapi/hidapi-0.7.99_p20.ebuild deleted file mode 100644 index e6c7ee8a..00000000 --- a/dev-python/hidapi/hidapi-0.7.99_p20.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} ) -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 - ) -} diff --git a/dev-python/hidapi/hidapi-0.7.99_p21.ebuild b/dev-python/hidapi/hidapi-0.7.99_p21.ebuild new file mode 100644 index 00000000..e6c7ee8a --- /dev/null +++ b/dev-python/hidapi/hidapi-0.7.99_p21.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} ) +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 + ) +} -- cgit v1.2.3