From 955d10ed952018821511d1f2901f8bfcad166f81 Mon Sep 17 00:00:00 2001 From: Bertrand Jacquin Date: Wed, 21 Aug 2019 02:02:10 +0100 Subject: app-crypt/bip32utils: Version bump Package-Manager: Portage-2.3.69, Repoman-2.3.16 --- app-crypt/bip32utils/Manifest | 2 +- app-crypt/bip32utils/bip32utils-0.3_p3.ebuild | 22 ---------------------- app-crypt/bip32utils/bip32utils-0.3_p4.ebuild | 22 ++++++++++++++++++++++ 3 files changed, 23 insertions(+), 23 deletions(-) delete mode 100644 app-crypt/bip32utils/bip32utils-0.3_p3.ebuild create mode 100644 app-crypt/bip32utils/bip32utils-0.3_p4.ebuild (limited to 'app-crypt') diff --git a/app-crypt/bip32utils/Manifest b/app-crypt/bip32utils/Manifest index 86d2a310..e60915c0 100644 --- a/app-crypt/bip32utils/Manifest +++ b/app-crypt/bip32utils/Manifest @@ -1 +1 @@ -DIST bip32utils-0.3.post3.tar.gz 12553 BLAKE2B d5cedfc887111bb4b857d4d65fc5013a7763e399c53c1f62a205bbeb4a727319d777d5d3958e523144369d5ffc99b78d68771b4a6a75311bad433001f04afdfd SHA512 b1dba907a214e9fb3211b550c131462bf6935c3257d991822036ac57875e8da9f011e0bff940ab172cda7529ce677e98bf3cc6d34ce332229bf5924276fae9b9 +DIST bip32utils-0.3.post4.tar.gz 12917 BLAKE2B 0d5eba2da9a88e73dd3b96afd7ff103b4a8708cfca45039530784ec45fd0c0ac6a374c2674d570d5d021135ef54e9a2d5d954f975eab8b2577f5443955b7ee41 SHA512 934024a896815d5d4782b9a92a762f60e6efd42f2a1f03f1679f57820f6066319cfc235f80fedcac950f42fafe95a76a0b914b8eb06fcd0a0140ae2f986c6f42 diff --git a/app-crypt/bip32utils/bip32utils-0.3_p3.ebuild b/app-crypt/bip32utils/bip32utils-0.3_p3.ebuild deleted file mode 100644 index 47a327c5..00000000 --- a/app-crypt/bip32utils/bip32utils-0.3_p3.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# 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/bip32utils-0.3_p4.ebuild b/app-crypt/bip32utils/bip32utils-0.3_p4.ebuild new file mode 100644 index 00000000..0ce633cb --- /dev/null +++ b/app-crypt/bip32utils/bip32utils-0.3_p4.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2019 Gentoo Authors +# 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}" -- cgit v1.2.3