From df899fa791750d19ac5a7dc30a1778095d3f8d60 Mon Sep 17 00:00:00 2001 From: "Liguros - Gitlab CI/CD [develop]" Date: Wed, 1 Jun 2022 12:52:02 +0000 Subject: Adding metadata --- dev-python/base58/Manifest | 2 +- dev-python/base58/base58-2.1.0.ebuild | 26 -------------------------- dev-python/base58/base58-2.1.1.ebuild | 24 ++++++++++++++++++++++++ 3 files changed, 25 insertions(+), 27 deletions(-) delete mode 100644 dev-python/base58/base58-2.1.0.ebuild create mode 100644 dev-python/base58/base58-2.1.1.ebuild (limited to 'dev-python/base58') diff --git a/dev-python/base58/Manifest b/dev-python/base58/Manifest index db3fd16b5f6f..1e93990c3e34 100644 --- a/dev-python/base58/Manifest +++ b/dev-python/base58/Manifest @@ -1 +1 @@ -DIST base58-2.1.0.tar.gz 6351 BLAKE2B 0ec76670a5257cc9ff855f0cee359932ba8a25733bdf034e98a41c9cd42a30d89765c399b0e4ef211ed90be23eb41bd790c3d8bae283c35afc36a0c9f8416788 SHA512 1912d01eed30d923fecef72f643f1a1e9954c80505805ef5d673e361eb8ee73d5cbb7cdb48599cfa3b28969b79fb4fd9994aea21dc7a9779a1bb21d729dc058c +DIST base58-2.1.1.tar.gz 6528 BLAKE2B 7ef740243fed7e2f39d3e6f1abe4782c0877415f7f8edbeba419e0ccf4ac7c6e0f6425f419a883df7f040abede7b88071c5d34f95b8e5f26d572cfda39b3af31 SHA512 b62620cf19716a70acaef1d2361f11e4188661935b1c349a73e8f0757b7643807a0e0ff2f98c7a672fd24d8d5301352998b86953583e690fb687c66929632a54 diff --git a/dev-python/base58/base58-2.1.0.ebuild b/dev-python/base58/base58-2.1.0.ebuild deleted file mode 100644 index 53bd8c7142d4..000000000000 --- a/dev-python/base58/base58-2.1.0.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{7,8,9,10} ) -DISTUTILS_USE_SETUPTOOLS=rdepend - -inherit distutils-r1 - -DESCRIPTION="Base58 and Base58Check implementation" -HOMEPAGE="https://github.com/keis/base58" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -BDEPEND=" - test? ( - dev-python/pyhamcrest[${PYTHON_USEDEP}] - dev-python/pytest-benchmark[${PYTHON_USEDEP}] - ) -" - -distutils_enable_tests pytest diff --git a/dev-python/base58/base58-2.1.1.ebuild b/dev-python/base58/base58-2.1.1.ebuild new file mode 100644 index 000000000000..498f2194e451 --- /dev/null +++ b/dev-python/base58/base58-2.1.1.ebuild @@ -0,0 +1,24 @@ +# Copyright 2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PYTHON_COMPAT=( python3_{7,8,9,10} ) +inherit distutils-r1 + +DESCRIPTION="Base58 and Base58Check implementation" +HOMEPAGE="https://github.com/keis/base58" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +BDEPEND=" + test? ( + dev-python/pyhamcrest[${PYTHON_USEDEP}] + dev-python/pytest-benchmark[${PYTHON_USEDEP}] + ) +" + +distutils_enable_tests pytest -- cgit v1.3