From 89fb61b7af62d3af14e473bf1d05bbe8862c01be Mon Sep 17 00:00:00 2001 From: "Anna (cybertailor) Vyalkova" Date: Fri, 28 Apr 2023 09:59:16 +0500 Subject: [PATCH] dev-python/base58: enable py3.11 Signed-off-by: Anna (cybertailor) Vyalkova --- ...base58-2.1.1.ebuild => base58-2.1.1-r1.ebuild} | 10 +++++++--- dev-python/base58/metadata.xml | 15 ++++++++------- 2 files changed, 15 insertions(+), 10 deletions(-) rename dev-python/base58/{base58-2.1.1.ebuild => base58-2.1.1-r1.ebuild} (65%) diff --git a/dev-python/base58/base58-2.1.1.ebuild b/dev-python/base58/base58-2.1.1-r1.ebuild similarity index 65% rename from dev-python/base58/base58-2.1.1.ebuild rename to dev-python/base58/base58-2.1.1-r1.ebuild index 492305f25f..6e7a3510fd 100644 --- a/dev-python/base58/base58-2.1.1.ebuild +++ b/dev-python/base58/base58-2.1.1-r1.ebuild @@ -1,13 +1,17 @@ -# Copyright 2020-2022 Gentoo Authors +# Copyright 2020-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{9..10} ) +PYTHON_COMPAT=( python3_{9..11} ) +DISTUTILS_USE_PEP517=setuptools inherit distutils-r1 pypi DESCRIPTION="Base58 and Base58Check implementation" -HOMEPAGE="https://github.com/keis/base58" +HOMEPAGE=" + https://pypi.org/project/base58/ + https://github.com/keis/base58 +" LICENSE="MIT" SLOT="0" diff --git a/dev-python/base58/metadata.xml b/dev-python/base58/metadata.xml index d57691944b..eb56a913c7 100644 --- a/dev-python/base58/metadata.xml +++ b/dev-python/base58/metadata.xml @@ -1,11 +1,12 @@ - - a.zuber@gmx.ch - Andreas Zuber - - - keis/base58 - + + a.zuber@gmx.ch + Andreas Zuber + + + base58 + keis/base58 +