From 8193a0288581be304242f65bac43c96dddb5f87b Mon Sep 17 00:00:00 2001 From: Bertrand Jacquin Date: Tue, 10 Oct 2017 22:39:09 +0100 Subject: dev-python/mnemonic: Version bump Package-Manager: Portage-2.3.8, Repoman-2.3.3 --- dev-python/mnemonic/Manifest | 1 + dev-python/mnemonic/mnemonic-0.17.ebuild | 20 -------------------- dev-python/mnemonic/mnemonic-0.18.ebuild | 19 +++++++++++++++++++ 3 files changed, 20 insertions(+), 20 deletions(-) create mode 100644 dev-python/mnemonic/Manifest delete mode 100644 dev-python/mnemonic/mnemonic-0.17.ebuild create mode 100644 dev-python/mnemonic/mnemonic-0.18.ebuild (limited to 'dev-python') diff --git a/dev-python/mnemonic/Manifest b/dev-python/mnemonic/Manifest new file mode 100644 index 00000000..f0e01a04 --- /dev/null +++ b/dev-python/mnemonic/Manifest @@ -0,0 +1 @@ +DIST mnemonic-0.18.tar.gz 21942 SHA512 86ba9b2de3a82d3220b8f8efaa5153db829627ad59c405234cb1a717a99c24789db759e9c779836ef6f9e57d37b7eb5daed52d2d441c62ac189ed1b9ea2f5737 WHIRLPOOL c630f0c68f138955b014e26f3b262aea52a08daa4bf782378b62b1914625fa97ffedbe38ea82cc6c9ddd60c541e857898428cf2ad85c48afcb3721d37a5cb895 diff --git a/dev-python/mnemonic/mnemonic-0.17.ebuild b/dev-python/mnemonic/mnemonic-0.17.ebuild deleted file mode 100644 index b4b27ee6..00000000 --- a/dev-python/mnemonic/mnemonic-0.17.ebuild +++ /dev/null @@ -1,20 +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 git-r3 distutils-r1 - -DESCRIPTION="Mnemonic code for generating deterministic keys, BIP39" -HOMEPAGE="https://trezor.io/" -EGIT_REPO_URI="https://github.com/trezor/python-${PN}.git" -EGIT_COMMIT="44f1dee9548790d32d1dc4b5fddc45b87717a2c4" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND="dev-python/pbkdf2[${PYTHON_USEDEP}]" -DEPEND="${RDEPEND}" diff --git a/dev-python/mnemonic/mnemonic-0.18.ebuild b/dev-python/mnemonic/mnemonic-0.18.ebuild new file mode 100644 index 00000000..e814c3cc --- /dev/null +++ b/dev-python/mnemonic/mnemonic-0.18.ebuild @@ -0,0 +1,19 @@ +# 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 + +DESCRIPTION="Mnemonic code for generating deterministic keys, BIP39" +HOMEPAGE="https://trezor.io/" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND="dev-python/pbkdf2[${PYTHON_USEDEP}]" +DEPEND="${RDEPEND}" -- cgit v1.2.3