diff options
author | Bertrand Jacquin <bertrand@jacquin.bzh> | 2019-06-17 23:49:53 +0100 |
---|---|---|
committer | Bertrand Jacquin <bertrand@jacquin.bzh> | 2019-06-17 23:49:53 +0100 |
commit | 28bfd0f420f84d61608266900076f16ecfecd9bf (patch) | |
tree | aaf90030efe6266e714ec396d1a6f8643458e6ef | |
parent | sys-kernel/stable-sources: Version bump (diff) | |
download | portage-28bfd0f420f84d61608266900076f16ecfecd9bf.tar.xz |
dev-python/btchip-python: Python library for Ledger Hardware Wallet
Package-Manager: Portage-2.3.66, Repoman-2.3.11
-rw-r--r-- | dev-python/btchip-python/Manifest | 1 | ||||
-rw-r--r-- | dev-python/btchip-python/btchip-python-0.1.28.ebuild | 20 | ||||
-rw-r--r-- | dev-python/btchip-python/metadata.xml | 8 |
3 files changed, 29 insertions, 0 deletions
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 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <email>bertrand@jacquin.bzh</email> + <name>Bertrand Jacquin</name> + </maintainer> +</pkgmetadata> |