From c58cd653b33df764a9e440ef720c77e320d48bc7 Mon Sep 17 00:00:00 2001 From: Bertrand Jacquin Date: Sun, 15 Oct 2017 23:31:42 +0100 Subject: app-crypt/bip32utils: Utilities for generating and using Bitcoin Hierarchical Deterministic wallets Package-Manager: Portage-2.3.8, Repoman-2.3.3 --- app-crypt/bip32utils/Manifest | 1 + app-crypt/bip32utils/bip32utils-0.3_p3.ebuild | 22 ++++++++++++++++++++++ app-crypt/bip32utils/metadata.xml | 8 ++++++++ 3 files changed, 31 insertions(+) create mode 100644 app-crypt/bip32utils/Manifest create mode 100644 app-crypt/bip32utils/bip32utils-0.3_p3.ebuild create mode 100644 app-crypt/bip32utils/metadata.xml (limited to 'app-crypt') diff --git a/app-crypt/bip32utils/Manifest b/app-crypt/bip32utils/Manifest new file mode 100644 index 00000000..a37e514c --- /dev/null +++ b/app-crypt/bip32utils/Manifest @@ -0,0 +1 @@ +DIST bip32utils-0.3.post3.tar.gz 12553 SHA512 b1dba907a214e9fb3211b550c131462bf6935c3257d991822036ac57875e8da9f011e0bff940ab172cda7529ce677e98bf3cc6d34ce332229bf5924276fae9b9 WHIRLPOOL 35de93d90a007c37003318d26f89c19dff98f13ae329a1723dfedb7ef0a85c22fbfb83efc600c32efa4608cfcb9811243ef293e5853e03e94a367385bc9aebf7 diff --git a/app-crypt/bip32utils/bip32utils-0.3_p3.ebuild b/app-crypt/bip32utils/bip32utils-0.3_p3.ebuild new file mode 100644 index 00000000..47a327c5 --- /dev/null +++ b/app-crypt/bip32utils/bip32utils-0.3_p3.ebuild @@ -0,0 +1,22 @@ +# 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="Utilities for generating and using Bitcoin Hierarchical Deterministic wallets" +HOMEPAGE="https://github.com/prusnak/bip32utils" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND="dev-python/ecdsa[${PYTHON_USEDEP}]" +DEPEND="${RDEPEND}" + +S="${WORKDIR}/${MY_P}" diff --git a/app-crypt/bip32utils/metadata.xml b/app-crypt/bip32utils/metadata.xml new file mode 100644 index 00000000..82f7232e --- /dev/null +++ b/app-crypt/bip32utils/metadata.xml @@ -0,0 +1,8 @@ + + + + + bertrand@jacquin.bzh + Bertrand Jacquin + + -- cgit v1.2.3