summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Kohler <bkohler@gentoo.org>2020-01-20 12:09:08 -0600
committerBen Kohler <bkohler@gentoo.org>2020-01-20 12:15:00 -0600
commita17d6533ba1d8336435abac21a64f95e06b18157 (patch)
tree0e63d76e808f5ade21175e39a00f9fa6d87320f7 /app-text/grip
parentdev-python/path-and-address: bump to 2.0.1 & update PYTHON_COMPAT (diff)
downloadgentoo-a17d6533ba1d8336435abac21a64f95e06b18157.tar.gz
gentoo-a17d6533ba1d8336435abac21a64f95e06b18157.tar.bz2
gentoo-a17d6533ba1d8336435abac21a64f95e06b18157.zip
app-text/grip: take package, bump to 4.5.2, update PYTHON_COMPAT
Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Ben Kohler <bkohler@gentoo.org>
Diffstat (limited to 'app-text/grip')
-rw-r--r--app-text/grip/Manifest1
-rw-r--r--app-text/grip/grip-4.5.2.ebuild27
-rw-r--r--app-text/grip/metadata.xml5
3 files changed, 32 insertions, 1 deletions
diff --git a/app-text/grip/Manifest b/app-text/grip/Manifest
index a3614b2193d2..28893afe0d82 100644
--- a/app-text/grip/Manifest
+++ b/app-text/grip/Manifest
@@ -1 +1,2 @@
DIST grip-4.2.0.zip 43079 BLAKE2B b7aa31c554d646fdedee88f54e2ad825d56eed26cb18ec364cc0e2638f3d002f2fb3192daa15085b2db5a9d608e37df8c74b19466042c57fa62b80f7bc259eef SHA512 2989a1cc2cb98254e932d5bf6679a205992e74802e68fe45d11cf087747d2379778df254bbf1cf980bb8993dc5568c5112707c645babbb32aae49f443319ff6b
+DIST grip-4.5.2.tar.gz 145644 BLAKE2B a353a74d55d6496f3dad362b74e434ff22c8130368f6773ab2bfdf66e43c62e8dcba0e3a786157d37b81d7c7e49d0c83a60c847100169684ede9c09f4eb06c3f SHA512 a8937d8ba3633a2d47587eb5c1b0583df7e8a8cacebb87fd50dab3fd2deb91981b38a83a3ed182f4e5e7435c8e2c8d87829e45fa9d32d8823c821f6217c7ccc9
diff --git a/app-text/grip/grip-4.5.2.ebuild b/app-text/grip/grip-4.5.2.ebuild
new file mode 100644
index 000000000000..ebeeb4c683ee
--- /dev/null
+++ b/app-text/grip/grip-4.5.2.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( pypy3 python3_{6,7,8} )
+
+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="
+ >=dev-python/docopt-0.4.0
+ >=dev-python/flask-0.10.1
+ >=dev-python/markdown-2.5.1
+ >=dev-python/path-and-address-2.0.1
+ >=dev-python/pygments-1.6
+ >=dev-python/requests-2.4.1
+"
diff --git a/app-text/grip/metadata.xml b/app-text/grip/metadata.xml
index 2411725f8215..39a5a95b6c6e 100644
--- a/app-text/grip/metadata.xml
+++ b/app-text/grip/metadata.xml
@@ -1,7 +1,10 @@
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <!-- maintainer-needed -->
+ <maintainer type="person">
+ <email>bkohler@gentoo.org</email>
+ <name>Ben Kohler</name>
+ </maintainer>
<upstream>
<remote-id type="github">joeyespo/grip</remote-id>
<remote-id type="pypi">grip</remote-id>