commit:     3f17aaf8443ebee9973abd23e50317766135bb53
Author:     Ben Kohler <bkohler <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 28 18:15:35 2020 +0000
Commit:     Ben Kohler <bkohler <AT> gentoo <DOT> org>
CommitDate: Mon Dec 28 18:50:10 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f17aaf8

app-text/grip: add python3_9 & fix USE deps

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Ben Kohler <bkohler <AT> gentoo.org>

 app-text/grip/grip-4.5.2-r2.ebuild | 28 ++++++++++++++++++++++++++++
 1 file changed, 28 insertions(+)

diff --git a/app-text/grip/grip-4.5.2-r2.ebuild 
b/app-text/grip/grip-4.5.2-r2.ebuild
new file mode 100644
index 00000000000..12692b8ffac
--- /dev/null
+++ b/app-text/grip/grip-4.5.2-r2.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( pypy3 python3_{7..9} )
+DISTUTILS_USE_SETUPTOOLS=rdepend
+inherit distutils-r1
+
+DESCRIPTION="Preview GitHub Markdown files like Readme locally before 
committing them"
+HOMEPAGE="https://github.com/joeyespo/grip";
+LICENSE="MIT"
+
+SLOT="0"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+KEYWORDS="~amd64"
+
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
+RDEPEND="
+       !media-sound/grip
+       >=dev-python/docopt-0.4.0[${PYTHON_USEDEP}]
+       >=dev-python/flask-0.10.1[${PYTHON_USEDEP}]
+       >=dev-python/markdown-2.5.1[${PYTHON_USEDEP}]
+       >=dev-python/path-and-address-2.0.1[${PYTHON_USEDEP}]
+       >=dev-python/pygments-1.6[${PYTHON_USEDEP}]
+       >=dev-python/requests-2.4.1[${PYTHON_USEDEP}]
+"

Reply via email to