From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 920CC15ACFB for ; Fri, 28 Apr 2023 07:06:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CB5FFE09D5; Fri, 28 Apr 2023 07:06:55 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B4BE8E09D5 for ; Fri, 28 Apr 2023 07:06:55 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D182933E830 for ; Fri, 28 Apr 2023 07:06:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5F7D8A4E for ; Fri, 28 Apr 2023 07:06:53 +0000 (UTC) From: "Anna Vyalkova" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anna Vyalkova" Message-ID: <1682659298.89fb61b7af62d3af14e473bf1d05bbe8862c01be.cybertailor@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/base58/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/base58/base58-2.1.1-r1.ebuild dev-python/base58/base58-2.1.1.ebuild dev-python/base58/metadata.xml X-VCS-Directories: dev-python/base58/ X-VCS-Committer: cybertailor X-VCS-Committer-Name: Anna Vyalkova X-VCS-Revision: 89fb61b7af62d3af14e473bf1d05bbe8862c01be X-VCS-Branch: dev Date: Fri, 28 Apr 2023 07:06:53 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: c544bdac-d5b6-4322-98da-4054a29d4c05 X-Archives-Hash: 93c4f10179af7356f95758e640fc67c0 commit: 89fb61b7af62d3af14e473bf1d05bbe8862c01be Author: Anna (cybertailor) Vyalkova sysrq in> AuthorDate: Fri Apr 28 04:59:16 2023 +0000 Commit: Anna Vyalkova sysrq in> CommitDate: Fri Apr 28 05:21:38 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=89fb61b7 dev-python/base58: enable py3.11 Signed-off-by: Anna (cybertailor) Vyalkova sysrq.in> .../{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(-) 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 492305f25..6e7a3510f 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 d57691944..eb56a913c 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 +