From 810de34e206203f69828ea254400112d312e4f7e Mon Sep 17 00:00:00 2001 From: Bertrand Jacquin Date: Tue, 7 Jul 2020 02:20:08 +0100 Subject: dev-python/btchip-python: version bump Package-Manager: Portage-2.3.99, Repoman-2.3.23 --- dev-python/btchip-python/Manifest | 2 +- dev-python/btchip-python/btchip-python-0.1.28.ebuild | 20 -------------------- dev-python/btchip-python/btchip-python-0.1.30.ebuild | 20 ++++++++++++++++++++ 3 files changed, 21 insertions(+), 21 deletions(-) delete mode 100644 dev-python/btchip-python/btchip-python-0.1.28.ebuild create mode 100644 dev-python/btchip-python/btchip-python-0.1.30.ebuild (limited to 'dev-python') diff --git a/dev-python/btchip-python/Manifest b/dev-python/btchip-python/Manifest index 228f94eb..57697494 100644 --- a/dev-python/btchip-python/Manifest +++ b/dev-python/btchip-python/Manifest @@ -1 +1 @@ -DIST btchip-python-0.1.28.tar.gz 33285 BLAKE2B 1d0267ada2775c9e2f150942402ec8df0ae1d2408cf906015b36d0e26e83758e7e2a18fbf96a26dd2681c984548481842cf4e1f1e302a21c7d6225cfc2a29119 SHA512 8b839f993c163f2b7563e9627be6c55d59bd51f16fd35d9a43c0c22ef8c92f6e46f88020ce3e9b25e097ec7b14096a937baa6fa46b1e37c3f0163e7eeb3c1d67 +DIST btchip-python-0.1.30.tar.gz 33364 BLAKE2B 4258fbca08da1f519d79dd37c55ec0fefec069ef81e012ebb63dc9ba61278d2d1436d253d19cc78f3a85012773e94f72f207b6b45546e1b8de4e08dfad74da04 SHA512 7301f2502fada70a2c876b8d28ad78c05c639b89b804bfab3a5fb5d03f7db502cee54ed9e427f525fa8c09069ce707154208e449654dbe9fc3fcc67227cc85b5 diff --git a/dev-python/btchip-python/btchip-python-0.1.28.ebuild b/dev-python/btchip-python/btchip-python-0.1.28.ebuild deleted file mode 100644 index 15a815a5..00000000 --- a/dev-python/btchip-python/btchip-python-0.1.28.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 2019-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python{3_6,3_7} ) -inherit distutils-r1 - -DESCRIPTION="Python communication library for Ledger Hardware Wallet products" -HOMEPAGE="https://github.com/LedgerHQ/btchip-python" -SRC_URI="https://github.com/LedgerHQ/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="~amd64" -IUSE="" - -DEPEND=">=dev-python/hidapi-0.7.99:=[${PYTHON_USEDEP}]" -RDEPEND="${DEPEND}" -BDEPEND="" diff --git a/dev-python/btchip-python/btchip-python-0.1.30.ebuild b/dev-python/btchip-python/btchip-python-0.1.30.ebuild new file mode 100644 index 00000000..c04d6f0e --- /dev/null +++ b/dev-python/btchip-python/btchip-python-0.1.30.ebuild @@ -0,0 +1,20 @@ +# Copyright 2019-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python{3_6,3_7,3_8} ) +inherit distutils-r1 + +DESCRIPTION="Python communication library for Ledger Hardware Wallet products" +HOMEPAGE="https://github.com/LedgerHQ/btchip-python" +SRC_URI="https://github.com/LedgerHQ/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64" +IUSE="" + +DEPEND=">=dev-python/hidapi-0.7.99:=[${PYTHON_USEDEP}]" +RDEPEND="${DEPEND}" +BDEPEND="" -- cgit v1.2.3