From 5b0734fbcd7f109a6b85b18114c8c82c38a113c1 Mon Sep 17 00:00:00 2001 From: Bertrand Jacquin Date: Tue, 5 Mar 2024 20:51:01 +0000 Subject: dev-python/mnemonic: add 0.21, drop 0.20 --- dev-python/mnemonic/Manifest | 2 +- dev-python/mnemonic/mnemonic-0.20.ebuild | 23 ----------------------- dev-python/mnemonic/mnemonic-0.21.ebuild | 17 +++++++++++++++++ 3 files changed, 18 insertions(+), 24 deletions(-) delete mode 100644 dev-python/mnemonic/mnemonic-0.20.ebuild create mode 100644 dev-python/mnemonic/mnemonic-0.21.ebuild (limited to 'dev-python') diff --git a/dev-python/mnemonic/Manifest b/dev-python/mnemonic/Manifest index edd8992b..7bb8e207 100644 --- a/dev-python/mnemonic/Manifest +++ b/dev-python/mnemonic/Manifest @@ -1 +1 @@ -DIST mnemonic-0.20.tar.gz 67596 BLAKE2B 1f135ba24597d560e17ceeb048618ccfa5680cc2407b74b0dd7255a5a31fe3bd9b5da63bc0c411a24d948191518a4da5ca9c9ec5a4b2907c384df479f0b20ad2 SHA512 3e9b654c29f3330f3544e4d56faf3374c328c32a46c1b2272f32b8e0010067d29569c39e169ed8620bb24fc32d99026f12d9468c9378850a42820b1932bef384 +DIST mnemonic-0.21.tar.gz 152462 BLAKE2B fb482a7d93614e2cc78b8e25cfef0bd50cba4869c91a9ad2525c6d993986ba4aab045635dfb8f2877e1686fb8e6ff35c669072e622e2110980a661e5dbbe1e01 SHA512 595e33968733267a91935de9df2ec4f4a1ef801129ec8aa5f1ae001b671595c569a9ba760d5cb828bdff3b51e50f63c3b5ecd508677dca2f3cc7b54586716b7f diff --git a/dev-python/mnemonic/mnemonic-0.20.ebuild b/dev-python/mnemonic/mnemonic-0.20.ebuild deleted file mode 100644 index 14109efc..00000000 --- a/dev-python/mnemonic/mnemonic-0.20.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{9..11} ) -inherit distutils-r1 - -DESCRIPTION="Mnemonic code for generating deterministic keys, BIP39" -HOMEPAGE="https://github.com/trezor/python-mnemonic" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND="" -DEPEND="${RDEPEND} - dev-python/setuptools[${PYTHON_USEDEP}]" - -distutils_enable_tests unittest diff --git a/dev-python/mnemonic/mnemonic-0.21.ebuild b/dev-python/mnemonic/mnemonic-0.21.ebuild new file mode 100644 index 00000000..bf74117c --- /dev/null +++ b/dev-python/mnemonic/mnemonic-0.21.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PYTHON_COMPAT=( python3_{11..12} ) +DISTUTILS_USE_PEP517=poetry +inherit distutils-r1 pypi + +DESCRIPTION="Mnemonic code for generating deterministic keys, BIP39" +HOMEPAGE="https://github.com/trezor/python-mnemonic" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +distutils_enable_tests unittest -- cgit v1.2.3