Gentoo Archives: gentoo-commits

From: Ben Kohler <bkohler@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/grip/
Date: Thu, 31 Mar 2022 14:48:27
Message-Id: 1648738017.5c2d773e025c827af755b1635653390dd133c0a0.bkohler@gentoo
1 commit: 5c2d773e025c827af755b1635653390dd133c0a0
2 Author: Ben Kohler <bkohler <AT> gentoo <DOT> org>
3 AuthorDate: Thu Mar 31 14:46:12 2022 +0000
4 Commit: Ben Kohler <bkohler <AT> gentoo <DOT> org>
5 CommitDate: Thu Mar 31 14:46:57 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c2d773e
7
8 app-text/grip: add 4.6.1
9
10 Signed-off-by: Ben Kohler <bkohler <AT> gentoo.org>
11
12 app-text/grip/Manifest | 1 +
13 app-text/grip/grip-4.6.1.ebuild | 27 +++++++++++++++++++++++++++
14 2 files changed, 28 insertions(+)
15
16 diff --git a/app-text/grip/Manifest b/app-text/grip/Manifest
17 index 38f66c066d4e..d0f9c61e9c42 100644
18 --- a/app-text/grip/Manifest
19 +++ b/app-text/grip/Manifest
20 @@ -1,2 +1,3 @@
21 DIST grip-4.5.2.tar.gz 145644 BLAKE2B a353a74d55d6496f3dad362b74e434ff22c8130368f6773ab2bfdf66e43c62e8dcba0e3a786157d37b81d7c7e49d0c83a60c847100169684ede9c09f4eb06c3f SHA512 a8937d8ba3633a2d47587eb5c1b0583df7e8a8cacebb87fd50dab3fd2deb91981b38a83a3ed182f4e5e7435c8e2c8d87829e45fa9d32d8823c821f6217c7ccc9
22 DIST grip-4.6.0.tar.gz 147222 BLAKE2B ee5c10ca47ca0e9089d2618dc765a4ca01f4927da8c4256a251a9cf90ee15d63eb6136848cef0005d5f3af1f12b603f6f0fd55b65840bf542dcb9cd29ff35518 SHA512 483170996e593593781b684986dcb8eec20afb02dca84a9f5baeb3917220706332037f7b18f504aba8aa7d1d1c3587a1af18d6d5628f1e96517511c0be40a6ac
23 +DIST grip-4.6.1.tar.gz 147894 BLAKE2B e4f6b5c72e98b5d8ec443c794e95ff0a4250526dd7381f5a28da7d1119b607970593c4b3c22a49ec7da7d772e984abb2a0984ed7290b007e48cddf49bfc290ae SHA512 73eb80995457faa10ba5f174c8151c821f4bd9cda066099ba249cc5aad668e6adef267410ddd24fefa1d1e444c276a10a0881ec5e528bc616d3c4d98a8427b3d
24
25 diff --git a/app-text/grip/grip-4.6.1.ebuild b/app-text/grip/grip-4.6.1.ebuild
26 new file mode 100644
27 index 000000000000..1dc8182a71d1
28 --- /dev/null
29 +++ b/app-text/grip/grip-4.6.1.ebuild
30 @@ -0,0 +1,27 @@
31 +# Copyright 1999-2022 Gentoo Authors
32 +# Distributed under the terms of the GNU General Public License v2
33 +
34 +EAPI=7
35 +
36 +PYTHON_COMPAT=( pypy3 python3_{8..10} )
37 +inherit distutils-r1
38 +
39 +DESCRIPTION="Preview GitHub Markdown files like Readme locally before committing them"
40 +HOMEPAGE="https://github.com/joeyespo/grip"
41 +LICENSE="MIT"
42 +
43 +SLOT="0"
44 +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
45 +
46 +KEYWORDS="~amd64"
47 +
48 +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
49 +RDEPEND="
50 + !media-sound/grip
51 + >=dev-python/docopt-0.4.0[${PYTHON_USEDEP}]
52 + >=dev-python/flask-0.10.1[${PYTHON_USEDEP}]
53 + >=dev-python/markdown-2.5.1[${PYTHON_USEDEP}]
54 + >=dev-python/path-and-address-2.0.1[${PYTHON_USEDEP}]
55 + >=dev-python/pygments-1.6[${PYTHON_USEDEP}]
56 + >=dev-python/requests-2.4.1[${PYTHON_USEDEP}]
57 +"