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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3B73213835A for ; Wed, 2 Jun 2021 18:20:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 68767E0843; Wed, 2 Jun 2021 18:20:36 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 52CE7E0843 for ; Wed, 2 Jun 2021 18:20:36 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B8680340C54 for ; Wed, 2 Jun 2021 18:20:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1003A79B for ; Wed, 2 Jun 2021 18:20:33 +0000 (UTC) From: "Wolfgang E. Sanyer" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Wolfgang E. Sanyer" Message-ID: <1622658018.b430475e38965269ce4bf5112978c14107447ba0.ezzieyguywuf@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/rst2ansi/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/rst2ansi/Manifest dev-python/rst2ansi/rst2ansi-0.1.5.ebuild X-VCS-Directories: dev-python/rst2ansi/ X-VCS-Committer: ezzieyguywuf X-VCS-Committer-Name: Wolfgang E. Sanyer X-VCS-Revision: b430475e38965269ce4bf5112978c14107447ba0 X-VCS-Branch: dev Date: Wed, 2 Jun 2021 18:20:33 +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: 6c2ec4db-89f8-4dc9-b804-d906f6b9f7df X-Archives-Hash: 753d144154bdb46b547ff4345bdfaa6d commit: b430475e38965269ce4bf5112978c14107447ba0 Author: Wolfgang E. Sanyer gmail com> AuthorDate: Wed Jun 2 18:04:51 2021 +0000 Commit: Wolfgang E. Sanyer gmail com> CommitDate: Wed Jun 2 18:20:18 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b430475e dev-python/rst2ansi: new package. dep of app-backup/b2 Signed-off-by: Wolfgang E. Sanyer gmail.com> dev-python/rst2ansi/Manifest | 1 + dev-python/rst2ansi/rst2ansi-0.1.5.ebuild | 15 +++++++++++++++ 2 files changed, 16 insertions(+) diff --git a/dev-python/rst2ansi/Manifest b/dev-python/rst2ansi/Manifest new file mode 100644 index 000000000..ce5c205f6 --- /dev/null +++ b/dev-python/rst2ansi/Manifest @@ -0,0 +1 @@ +DIST rst2ansi-0.1.5.tar.gz 9989 BLAKE2B 6792a7a4c0c23ea3eff6ef9462b2349743d3a0ea956e3dce2965981b1c058152a4117be031d5cfca7df18e992994453b2a4db8b7ab719d2279978ab659a78321 SHA512 ab964c9a263df3a638e24537f8077345d9240f88e0e62bcb423caea74c0ffa7736365beb777c9f240c7ccd8ae6ba68a94358f5c487ccc9a6175ce3a81b083b65 diff --git a/dev-python/rst2ansi/rst2ansi-0.1.5.ebuild b/dev-python/rst2ansi/rst2ansi-0.1.5.ebuild new file mode 100644 index 000000000..11675479c --- /dev/null +++ b/dev-python/rst2ansi/rst2ansi-0.1.5.ebuild @@ -0,0 +1,15 @@ +# Copyright 2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{7..9} ) +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"