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: Fri, 04 Feb 2022 20:27:05
Message-Id: 1644006315.327f964378401829117dc07d50c1e0c416de50fd.bkohler@gentoo
1 commit: 327f964378401829117dc07d50c1e0c416de50fd
2 Author: Ben Kohler <bkohler <AT> gentoo <DOT> org>
3 AuthorDate: Fri Feb 4 20:19:16 2022 +0000
4 Commit: Ben Kohler <bkohler <AT> gentoo <DOT> org>
5 CommitDate: Fri Feb 4 20:25:15 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=327f9643
7
8 app-text/grip: bump to 4.6.0
9
10 Package-Manager: Portage-3.0.30, Repoman-3.0.3
11 Signed-off-by: Ben Kohler <bkohler <AT> gentoo.org>
12
13 app-text/grip/Manifest | 1 +
14 app-text/grip/grip-4.6.0.ebuild | 27 +++++++++++++++++++++++++++
15 2 files changed, 28 insertions(+)
16
17 diff --git a/app-text/grip/Manifest b/app-text/grip/Manifest
18 index 88b44b536ed2..38f66c066d4e 100644
19 --- a/app-text/grip/Manifest
20 +++ b/app-text/grip/Manifest
21 @@ -1 +1,2 @@
22 DIST grip-4.5.2.tar.gz 145644 BLAKE2B a353a74d55d6496f3dad362b74e434ff22c8130368f6773ab2bfdf66e43c62e8dcba0e3a786157d37b81d7c7e49d0c83a60c847100169684ede9c09f4eb06c3f SHA512 a8937d8ba3633a2d47587eb5c1b0583df7e8a8cacebb87fd50dab3fd2deb91981b38a83a3ed182f4e5e7435c8e2c8d87829e45fa9d32d8823c821f6217c7ccc9
23 +DIST grip-4.6.0.tar.gz 147222 BLAKE2B ee5c10ca47ca0e9089d2618dc765a4ca01f4927da8c4256a251a9cf90ee15d63eb6136848cef0005d5f3af1f12b603f6f0fd55b65840bf542dcb9cd29ff35518 SHA512 483170996e593593781b684986dcb8eec20afb02dca84a9f5baeb3917220706332037f7b18f504aba8aa7d1d1c3587a1af18d6d5628f1e96517511c0be40a6ac
24
25 diff --git a/app-text/grip/grip-4.6.0.ebuild b/app-text/grip/grip-4.6.0.ebuild
26 new file mode 100644
27 index 000000000000..1dc8182a71d1
28 --- /dev/null
29 +++ b/app-text/grip/grip-4.6.0.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 +"