diff --git a/dev-python/rst2ansi/Manifest b/dev-python/rst2ansi/Manifest new file mode 100644 index 0000000000..ce5c205f62 --- /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 0000000000..11675479c1 --- /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"