From 28bfd0f420f84d61608266900076f16ecfecd9bf Mon Sep 17 00:00:00 2001 From: Bertrand Jacquin Date: Mon, 17 Jun 2019 23:49:53 +0100 Subject: dev-python/btchip-python: Python library for Ledger Hardware Wallet Package-Manager: Portage-2.3.66, Repoman-2.3.11 --- dev-python/btchip-python/Manifest | 1 + dev-python/btchip-python/btchip-python-0.1.28.ebuild | 20 ++++++++++++++++++++ dev-python/btchip-python/metadata.xml | 8 ++++++++ 3 files changed, 29 insertions(+) create mode 100644 dev-python/btchip-python/Manifest create mode 100644 dev-python/btchip-python/btchip-python-0.1.28.ebuild create mode 100644 dev-python/btchip-python/metadata.xml (limited to 'dev-python') diff --git a/dev-python/btchip-python/Manifest b/dev-python/btchip-python/Manifest new file mode 100644 index 00000000..228f94eb --- /dev/null +++ b/dev-python/btchip-python/Manifest @@ -0,0 +1 @@ +DIST btchip-python-0.1.28.tar.gz 33285 BLAKE2B 1d0267ada2775c9e2f150942402ec8df0ae1d2408cf906015b36d0e26e83758e7e2a18fbf96a26dd2681c984548481842cf4e1f1e302a21c7d6225cfc2a29119 SHA512 8b839f993c163f2b7563e9627be6c55d59bd51f16fd35d9a43c0c22ef8c92f6e46f88020ce3e9b25e097ec7b14096a937baa6fa46b1e37c3f0163e7eeb3c1d67 diff --git a/dev-python/btchip-python/btchip-python-0.1.28.ebuild b/dev-python/btchip-python/btchip-python-0.1.28.ebuild new file mode 100644 index 00000000..c024d17e --- /dev/null +++ b/dev-python/btchip-python/btchip-python-0.1.28.ebuild @@ -0,0 +1,20 @@ +# Copyright 2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python{2_7,3_6} ) +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/metadata.xml b/dev-python/btchip-python/metadata.xml new file mode 100644 index 00000000..82f7232e --- /dev/null +++ b/dev-python/btchip-python/metadata.xml @@ -0,0 +1,8 @@ + + + + + bertrand@jacquin.bzh + Bertrand Jacquin + + -- cgit v1.2.3