summaryrefslogtreecommitdiff
path: root/app-crypt
diff options
context:
space:
mode:
authorBertrand Jacquin <bertrand@jacquin.bzh>2017-10-15 23:31:42 +0100
committerBertrand Jacquin <bertrand@jacquin.bzh>2018-01-15 21:40:08 +0000
commitc58cd653b33df764a9e440ef720c77e320d48bc7 (patch)
treea73268beafe3298b77a0409b3014e836ef337f62 /app-crypt
parentnet-p2p/monero: Monero: the secure, private, untraceable cryptocurrency (diff)
downloadportage-c58cd653b33df764a9e440ef720c77e320d48bc7.tar.xz
app-crypt/bip32utils: Utilities for generating and using Bitcoin Hierarchical Deterministic wallets
Package-Manager: Portage-2.3.8, Repoman-2.3.3
Diffstat (limited to 'app-crypt')
-rw-r--r--app-crypt/bip32utils/Manifest1
-rw-r--r--app-crypt/bip32utils/bip32utils-0.3_p3.ebuild22
-rw-r--r--app-crypt/bip32utils/metadata.xml8
3 files changed, 31 insertions, 0 deletions
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 @@
+<?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>