commit: b430475e38965269ce4bf5112978c14107447ba0 Author: Wolfgang E. Sanyer <ezzieyguywuf <AT> gmail <DOT> com> AuthorDate: Wed Jun 2 18:04:51 2021 +0000 Commit: Wolfgang E. Sanyer <ezzieyguywuf <AT> gmail <DOT> 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 <ezzieyguywuf <AT> 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"