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 901C215802F for ; Sat, 25 Feb 2023 07:17:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8E4CEE0936; Sat, 25 Feb 2023 07:17:26 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 pigeon.gentoo.org (Postfix) with ESMTPS id 74026E0936 for ; Sat, 25 Feb 2023 07:17:26 +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 81558340FBF for ; Sat, 25 Feb 2023 07:17:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 358768DA for ; Sat, 25 Feb 2023 07:17:22 +0000 (UTC) From: "Viorel Munteanu" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Viorel Munteanu" Message-ID: <1677283067.bbd3cb81d3f03fc2d9475f7d4e84723b33c3aa1c.ceamac@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/rst2ansi/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/rst2ansi/metadata.xml dev-python/rst2ansi/rst2ansi-0.1.5-r1.ebuild dev-python/rst2ansi/rst2ansi-0.1.5-r2.ebuild X-VCS-Directories: dev-python/rst2ansi/ X-VCS-Committer: ceamac X-VCS-Committer-Name: Viorel Munteanu X-VCS-Revision: bbd3cb81d3f03fc2d9475f7d4e84723b33c3aa1c X-VCS-Branch: master Date: Sat, 25 Feb 2023 07:17:22 +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: c576a0a1-c798-4463-8d8d-5e31bb7889dd X-Archives-Hash: 065a3915b2ff979fea93bbc1e9e175d2 commit: bbd3cb81d3f03fc2d9475f7d4e84723b33c3aa1c Author: Anna (cybertailor) Vyalkova sysrq in> AuthorDate: Fri Feb 24 23:57:47 2023 +0000 Commit: Viorel Munteanu gentoo org> CommitDate: Fri Feb 24 23:57:47 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=bbd3cb81 dev-python/rst2ansi: enable py3.11 Signed-off-by: Anna (cybertailor) Vyalkova sysrq.in> dev-python/rst2ansi/metadata.xml | 11 +++++++++-- dev-python/rst2ansi/rst2ansi-0.1.5-r1.ebuild | 15 --------------- dev-python/rst2ansi/rst2ansi-0.1.5-r2.ebuild | 18 ++++++++++++++++++ 3 files changed, 27 insertions(+), 17 deletions(-) diff --git a/dev-python/rst2ansi/metadata.xml b/dev-python/rst2ansi/metadata.xml index 6c3e4ceeb..53991b547 100644 --- a/dev-python/rst2ansi/metadata.xml +++ b/dev-python/rst2ansi/metadata.xml @@ -1,9 +1,16 @@ - - + ezzieyguywuf@gmail.com Wolfgang E. Sanyer + + cyber+gentoo@sysrq.in + Anna + + + rst2ansi + Snaipe/python-rst2ansi + diff --git a/dev-python/rst2ansi/rst2ansi-0.1.5-r1.ebuild b/dev-python/rst2ansi/rst2ansi-0.1.5-r1.ebuild deleted file mode 100644 index eb6ec01f1..000000000 --- a/dev-python/rst2ansi/rst2ansi-0.1.5-r1.ebuild +++ /dev/null @@ -1,15 +0,0 @@ -# Copyright 2021-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{8..10} ) -inherit distutils-r1 - -DESCRIPTION="Render reStructuredText documents to the terminal" -HOMEPAGE="https://github.com/Snaipe/python-rst2ansi" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" diff --git a/dev-python/rst2ansi/rst2ansi-0.1.5-r2.ebuild b/dev-python/rst2ansi/rst2ansi-0.1.5-r2.ebuild new file mode 100644 index 000000000..14ec0e96e --- /dev/null +++ b/dev-python/rst2ansi/rst2ansi-0.1.5-r2.ebuild @@ -0,0 +1,18 @@ +# Copyright 2021-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PYTHON_COMPAT=( python3_{9..11} ) +DISTUTILS_USE_PEP517=setuptools +inherit distutils-r1 pypi + +DESCRIPTION="Render reStructuredText documents to the terminal" +HOMEPAGE=" + https://pypi.org/project/rst2ansi/ + https://github.com/Snaipe/python-rst2ansi +" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86"