[gentoo-commits] repo/gentoo:master commit in: app-text/grip/

2024-06-03 Thread Ben Kohler
commit: c5eebfde8716d8916c3c66091a95911b9582b27f
Author: Ben Kohler  gentoo  org>
AuthorDate: Mon Jun  3 16:33:37 2024 +
Commit: Ben Kohler  gentoo  org>
CommitDate: Mon Jun  3 20:22:21 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5eebfde

app-text/grip: enable py3.12

Signed-off-by: Ben Kohler  gentoo.org>

 app-text/grip/grip-4.6.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/grip/grip-4.6.2.ebuild b/app-text/grip/grip-4.6.2.ebuild
index 7e8469d79e06..f18bbfd3d952 100644
--- a/app-text/grip/grip-4.6.2.ebuild
+++ b/app-text/grip/grip-4.6.2.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-PYTHON_COMPAT=( pypy3 python3_{9..11} )
+PYTHON_COMPAT=( pypy3 python3_{9..12} )
 DISTUTILS_USE_PEP517=setuptools
 inherit distutils-r1 pypi
 



[gentoo-commits] repo/gentoo:master commit in: app-text/grip/

2024-04-27 Thread Ben Kohler
commit: f8f3936c53e9cbbfb9f3c895fa72527e7ee17bc8
Author: Ben Kohler  gentoo  org>
AuthorDate: Sat Apr 27 10:25:31 2024 +
Commit: Ben Kohler  gentoo  org>
CommitDate: Sat Apr 27 12:16:41 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8f3936c

app-text/grip: drop 4.6.1, 4.6.1-r1

Signed-off-by: Ben Kohler  gentoo.org>

 app-text/grip/Manifest |  1 -
 app-text/grip/grip-4.6.1-r1.ebuild | 26 --
 app-text/grip/grip-4.6.1.ebuild| 26 --
 3 files changed, 53 deletions(-)

diff --git a/app-text/grip/Manifest b/app-text/grip/Manifest
index 3072039f0110..a0889b63e8c2 100644
--- a/app-text/grip/Manifest
+++ b/app-text/grip/Manifest
@@ -1,2 +1 @@
-DIST grip-4.6.1.tar.gz 147894 BLAKE2B 
e4f6b5c72e98b5d8ec443c794e95ff0a4250526dd7381f5a28da7d1119b607970593c4b3c22a49ec7da7d772e984abb2a0984ed7290b007e48cddf49bfc290ae
 SHA512 
73eb80995457faa10ba5f174c8151c821f4bd9cda066099ba249cc5aad668e6adef267410ddd24fefa1d1e444c276a10a0881ec5e528bc616d3c4d98a8427b3d
 DIST grip-4.6.2.tar.gz 152280 BLAKE2B 
02a5fb21190fe167428fb36390a087094c064fc11bc2016579391b3568bd421c8f0920f7b325e5be8140ebd8e7f7a0c0e20085f9d8899daf3ee85f27f33ffa9d
 SHA512 
e4dc38d25198a1670df7ecf950fc2c815c3e8507571d54d3df844547ee7db0d1a7cbbbaa23fd7daa1391eea12a2788890d5cee09aa64b8bf1039beeb78a5d25f

diff --git a/app-text/grip/grip-4.6.1-r1.ebuild 
b/app-text/grip/grip-4.6.1-r1.ebuild
deleted file mode 100644
index 87fb2fdf0fad..
--- a/app-text/grip/grip-4.6.1-r1.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( pypy3 python3_{9..11} )
-DISTUTILS_USE_PEP517=setuptools
-inherit distutils-r1 pypi
-
-DESCRIPTION="Preview GitHub Markdown files like Readme locally before 
committing them"
-HOMEPAGE="https://github.com/joeyespo/grip";
-LICENSE="MIT"
-
-SLOT="0"
-
-KEYWORDS="amd64"
-
-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}]
-"

diff --git a/app-text/grip/grip-4.6.1.ebuild b/app-text/grip/grip-4.6.1.ebuild
deleted file mode 100644
index 316839a468c0..
--- a/app-text/grip/grip-4.6.1.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( pypy3 python3_{9..11} )
-inherit distutils-r1 pypi
-
-DESCRIPTION="Preview GitHub Markdown files like Readme locally before 
committing them"
-HOMEPAGE="https://github.com/joeyespo/grip";
-LICENSE="MIT"
-
-SLOT="0"
-
-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}]
-"



[gentoo-commits] repo/gentoo:master commit in: app-text/grip/

2024-04-20 Thread Sam James
commit: 871d4ead931aeb13be8e7843bd140306d0ef6a21
Author: Sam James  gentoo  org>
AuthorDate: Sat Apr 20 13:19:59 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Apr 20 13:19:59 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=871d4ead

app-text/grip: Stabilize 4.6.2 amd64, #930265

Signed-off-by: Sam James  gentoo.org>

 app-text/grip/grip-4.6.2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-text/grip/grip-4.6.2.ebuild b/app-text/grip/grip-4.6.2.ebuild
index 0e207a8554e7..7e8469d79e06 100644
--- a/app-text/grip/grip-4.6.2.ebuild
+++ b/app-text/grip/grip-4.6.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -13,7 +13,7 @@ LICENSE="MIT"
 
 SLOT="0"
 
-KEYWORDS="~amd64"
+KEYWORDS="amd64"
 
 RDEPEND="
!media-sound/grip



[gentoo-commits] repo/gentoo:master commit in: app-text/grip/

2023-10-17 Thread Ben Kohler
commit: 153e06237e120a033544fc2558482af9af64cec0
Author: Ben Kohler  gentoo  org>
AuthorDate: Tue Oct 17 12:37:56 2023 +
Commit: Ben Kohler  gentoo  org>
CommitDate: Tue Oct 17 17:07:59 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=153e0623

app-text/grip: add 4.6.2

Signed-off-by: Ben Kohler  gentoo.org>

 app-text/grip/Manifest  |  1 +
 app-text/grip/grip-4.6.2.ebuild | 26 ++
 2 files changed, 27 insertions(+)

diff --git a/app-text/grip/Manifest b/app-text/grip/Manifest
index 4364ae48615f..3072039f0110 100644
--- a/app-text/grip/Manifest
+++ b/app-text/grip/Manifest
@@ -1 +1,2 @@
 DIST grip-4.6.1.tar.gz 147894 BLAKE2B 
e4f6b5c72e98b5d8ec443c794e95ff0a4250526dd7381f5a28da7d1119b607970593c4b3c22a49ec7da7d772e984abb2a0984ed7290b007e48cddf49bfc290ae
 SHA512 
73eb80995457faa10ba5f174c8151c821f4bd9cda066099ba249cc5aad668e6adef267410ddd24fefa1d1e444c276a10a0881ec5e528bc616d3c4d98a8427b3d
+DIST grip-4.6.2.tar.gz 152280 BLAKE2B 
02a5fb21190fe167428fb36390a087094c064fc11bc2016579391b3568bd421c8f0920f7b325e5be8140ebd8e7f7a0c0e20085f9d8899daf3ee85f27f33ffa9d
 SHA512 
e4dc38d25198a1670df7ecf950fc2c815c3e8507571d54d3df844547ee7db0d1a7cbbbaa23fd7daa1391eea12a2788890d5cee09aa64b8bf1039beeb78a5d25f

diff --git a/app-text/grip/grip-4.6.2.ebuild b/app-text/grip/grip-4.6.2.ebuild
new file mode 100644
index ..0e207a8554e7
--- /dev/null
+++ b/app-text/grip/grip-4.6.2.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( pypy3 python3_{9..11} )
+DISTUTILS_USE_PEP517=setuptools
+inherit distutils-r1 pypi
+
+DESCRIPTION="Preview GitHub Markdown files like Readme locally before 
committing them"
+HOMEPAGE="https://github.com/joeyespo/grip";
+LICENSE="MIT"
+
+SLOT="0"
+
+KEYWORDS="~amd64"
+
+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}]
+"



[gentoo-commits] repo/gentoo:master commit in: app-text/grip/

2023-10-12 Thread Ben Kohler
commit: 795313cf8807d355cdb1a7f558a2ad2b07ff6a39
Author: Ben Kohler  gentoo  org>
AuthorDate: Thu Oct 12 15:06:41 2023 +
Commit: Ben Kohler  gentoo  org>
CommitDate: Thu Oct 12 15:06:41 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=795313cf

app-text/grip: stabilize 4.6.1-r1 for amd64

Signed-off-by: Ben Kohler  gentoo.org>

 app-text/grip/grip-4.6.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/grip/grip-4.6.1-r1.ebuild 
b/app-text/grip/grip-4.6.1-r1.ebuild
index 0e207a8554e7..87fb2fdf0fad 100644
--- a/app-text/grip/grip-4.6.1-r1.ebuild
+++ b/app-text/grip/grip-4.6.1-r1.ebuild
@@ -13,7 +13,7 @@ LICENSE="MIT"
 
 SLOT="0"
 
-KEYWORDS="~amd64"
+KEYWORDS="amd64"
 
 RDEPEND="
!media-sound/grip



[gentoo-commits] repo/gentoo:master commit in: app-text/grip/

2023-07-08 Thread Ben Kohler
commit: 1268f86bc7761300f347db0612f2fa33190243b2
Author: Ben Kohler  gentoo  org>
AuthorDate: Sat Jul  8 13:20:05 2023 +
Commit: Ben Kohler  gentoo  org>
CommitDate: Sat Jul  8 18:41:40 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1268f86b

app-text/grip: update EAPI 7 -> 8, use PEP517 build

Closes: https://bugs.gentoo.org/909898

Signed-off-by: Ben Kohler  gentoo.org>

 app-text/grip/grip-4.6.1-r1.ebuild | 26 ++
 1 file changed, 26 insertions(+)

diff --git a/app-text/grip/grip-4.6.1-r1.ebuild 
b/app-text/grip/grip-4.6.1-r1.ebuild
new file mode 100644
index ..0e207a8554e7
--- /dev/null
+++ b/app-text/grip/grip-4.6.1-r1.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( pypy3 python3_{9..11} )
+DISTUTILS_USE_PEP517=setuptools
+inherit distutils-r1 pypi
+
+DESCRIPTION="Preview GitHub Markdown files like Readme locally before 
committing them"
+HOMEPAGE="https://github.com/joeyespo/grip";
+LICENSE="MIT"
+
+SLOT="0"
+
+KEYWORDS="~amd64"
+
+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}]
+"



[gentoo-commits] repo/gentoo:master commit in: app-text/grip/

2023-03-07 Thread Ben Kohler
commit: 0c30aac5919c92d2d89d093f912aa43b15aa9b3c
Author: Ben Kohler  gentoo  org>
AuthorDate: Tue Mar  7 13:32:32 2023 +
Commit: Ben Kohler  gentoo  org>
CommitDate: Tue Mar  7 13:45:49 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c30aac5

app-text/grip: update SRC_URI

Signed-off-by: Ben Kohler  gentoo.org>

 app-text/grip/grip-4.6.1.ebuild | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/app-text/grip/grip-4.6.1.ebuild b/app-text/grip/grip-4.6.1.ebuild
index 13bb77e76425..316839a468c0 100644
--- a/app-text/grip/grip-4.6.1.ebuild
+++ b/app-text/grip/grip-4.6.1.ebuild
@@ -4,14 +4,13 @@
 EAPI=7
 
 PYTHON_COMPAT=( pypy3 python3_{9..11} )
-inherit distutils-r1
+inherit distutils-r1 pypi
 
 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"
 



[gentoo-commits] repo/gentoo:master commit in: app-text/grip/

2022-07-25 Thread Ben Kohler
commit: 034a8df7a4df3c68d1f5688c6d43bd4b4407f446
Author: Ben Kohler  gentoo  org>
AuthorDate: Sun Jul 24 19:09:18 2022 +
Commit: Ben Kohler  gentoo  org>
CommitDate: Mon Jul 25 14:26:23 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=034a8df7

app-text/grip: enable py3.11

Signed-off-by: Ben Kohler  gentoo.org>

 app-text/grip/grip-4.6.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/grip/grip-4.6.1.ebuild b/app-text/grip/grip-4.6.1.ebuild
index 224d3078f628..94f4ad0ba801 100644
--- a/app-text/grip/grip-4.6.1.ebuild
+++ b/app-text/grip/grip-4.6.1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( pypy3 python3_{8..10} )
+PYTHON_COMPAT=( pypy3 python3_{8..11} )
 inherit distutils-r1
 
 DESCRIPTION="Preview GitHub Markdown files like Readme locally before 
committing them"



[gentoo-commits] repo/gentoo:master commit in: app-text/grip/

2022-05-23 Thread Ben Kohler
commit: dfefad5dfcbdfd9cb963bb20374df1d71cc78f40
Author: Ben Kohler  gentoo  org>
AuthorDate: Mon May 23 16:20:58 2022 +
Commit: Ben Kohler  gentoo  org>
CommitDate: Mon May 23 16:27:58 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dfefad5d

app-text/grip: stabilize 4.6.1 for amd64

Signed-off-by: Ben Kohler  gentoo.org>

 app-text/grip/grip-4.6.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/grip/grip-4.6.1.ebuild b/app-text/grip/grip-4.6.1.ebuild
index 1dc8182a71d1..224d3078f628 100644
--- a/app-text/grip/grip-4.6.1.ebuild
+++ b/app-text/grip/grip-4.6.1.ebuild
@@ -13,7 +13,7 @@ LICENSE="MIT"
 SLOT="0"
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
-KEYWORDS="~amd64"
+KEYWORDS="amd64"
 
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: app-text/grip/

2022-05-23 Thread Ben Kohler
commit: 01890de261fdb833c9bb2b715fdff367033e0e95
Author: Ben Kohler  gentoo  org>
AuthorDate: Mon May 23 16:21:10 2022 +
Commit: Ben Kohler  gentoo  org>
CommitDate: Mon May 23 16:28:07 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01890de2

app-text/grip: drop 4.6.0

Signed-off-by: Ben Kohler  gentoo.org>

 app-text/grip/Manifest  |  1 -
 app-text/grip/grip-4.6.0.ebuild | 27 ---
 2 files changed, 28 deletions(-)

diff --git a/app-text/grip/Manifest b/app-text/grip/Manifest
index 03742b741c98..4364ae48615f 100644
--- a/app-text/grip/Manifest
+++ b/app-text/grip/Manifest
@@ -1,2 +1 @@
-DIST grip-4.6.0.tar.gz 147222 BLAKE2B 
ee5c10ca47ca0e9089d2618dc765a4ca01f4927da8c4256a251a9cf90ee15d63eb6136848cef0005d5f3af1f12b603f6f0fd55b65840bf542dcb9cd29ff35518
 SHA512 
483170996e593593781b684986dcb8eec20afb02dca84a9f5baeb3917220706332037f7b18f504aba8aa7d1d1c3587a1af18d6d5628f1e96517511c0be40a6ac
 DIST grip-4.6.1.tar.gz 147894 BLAKE2B 
e4f6b5c72e98b5d8ec443c794e95ff0a4250526dd7381f5a28da7d1119b607970593c4b3c22a49ec7da7d772e984abb2a0984ed7290b007e48cddf49bfc290ae
 SHA512 
73eb80995457faa10ba5f174c8151c821f4bd9cda066099ba249cc5aad668e6adef267410ddd24fefa1d1e444c276a10a0881ec5e528bc616d3c4d98a8427b3d

diff --git a/app-text/grip/grip-4.6.0.ebuild b/app-text/grip/grip-4.6.0.ebuild
deleted file mode 100644
index 224d3078f628..
--- a/app-text/grip/grip-4.6.0.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( pypy3 python3_{8..10} )
-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}]
-"



[gentoo-commits] repo/gentoo:master commit in: app-text/grip/

2022-03-31 Thread Ben Kohler
commit: 5c2d773e025c827af755b1635653390dd133c0a0
Author: Ben Kohler  gentoo  org>
AuthorDate: Thu Mar 31 14:46:12 2022 +
Commit: Ben Kohler  gentoo  org>
CommitDate: Thu Mar 31 14:46:57 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c2d773e

app-text/grip: add 4.6.1

Signed-off-by: Ben Kohler  gentoo.org>

 app-text/grip/Manifest  |  1 +
 app-text/grip/grip-4.6.1.ebuild | 27 +++
 2 files changed, 28 insertions(+)

diff --git a/app-text/grip/Manifest b/app-text/grip/Manifest
index 38f66c066d4e..d0f9c61e9c42 100644
--- a/app-text/grip/Manifest
+++ b/app-text/grip/Manifest
@@ -1,2 +1,3 @@
 DIST grip-4.5.2.tar.gz 145644 BLAKE2B 
a353a74d55d6496f3dad362b74e434ff22c8130368f6773ab2bfdf66e43c62e8dcba0e3a786157d37b81d7c7e49d0c83a60c847100169684ede9c09f4eb06c3f
 SHA512 
a8937d8ba3633a2d47587eb5c1b0583df7e8a8cacebb87fd50dab3fd2deb91981b38a83a3ed182f4e5e7435c8e2c8d87829e45fa9d32d8823c821f6217c7ccc9
 DIST grip-4.6.0.tar.gz 147222 BLAKE2B 
ee5c10ca47ca0e9089d2618dc765a4ca01f4927da8c4256a251a9cf90ee15d63eb6136848cef0005d5f3af1f12b603f6f0fd55b65840bf542dcb9cd29ff35518
 SHA512 
483170996e593593781b684986dcb8eec20afb02dca84a9f5baeb3917220706332037f7b18f504aba8aa7d1d1c3587a1af18d6d5628f1e96517511c0be40a6ac
+DIST grip-4.6.1.tar.gz 147894 BLAKE2B 
e4f6b5c72e98b5d8ec443c794e95ff0a4250526dd7381f5a28da7d1119b607970593c4b3c22a49ec7da7d772e984abb2a0984ed7290b007e48cddf49bfc290ae
 SHA512 
73eb80995457faa10ba5f174c8151c821f4bd9cda066099ba249cc5aad668e6adef267410ddd24fefa1d1e444c276a10a0881ec5e528bc616d3c4d98a8427b3d

diff --git a/app-text/grip/grip-4.6.1.ebuild b/app-text/grip/grip-4.6.1.ebuild
new file mode 100644
index ..1dc8182a71d1
--- /dev/null
+++ b/app-text/grip/grip-4.6.1.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( pypy3 python3_{8..10} )
+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}]
+"



[gentoo-commits] repo/gentoo:master commit in: app-text/grip/

2022-03-31 Thread Ben Kohler
commit: 4ef8c6621919a4f34751879c16a6c3effa106c16
Author: Ben Kohler  gentoo  org>
AuthorDate: Thu Mar 31 14:48:09 2022 +
Commit: Ben Kohler  gentoo  org>
CommitDate: Thu Mar 31 14:48:09 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ef8c662

app-text/grip: drop 4.5.2-r2

Signed-off-by: Ben Kohler  gentoo.org>

 app-text/grip/Manifest |  1 -
 app-text/grip/grip-4.5.2-r2.ebuild | 27 ---
 2 files changed, 28 deletions(-)

diff --git a/app-text/grip/Manifest b/app-text/grip/Manifest
index d0f9c61e9c42..03742b741c98 100644
--- a/app-text/grip/Manifest
+++ b/app-text/grip/Manifest
@@ -1,3 +1,2 @@
-DIST grip-4.5.2.tar.gz 145644 BLAKE2B 
a353a74d55d6496f3dad362b74e434ff22c8130368f6773ab2bfdf66e43c62e8dcba0e3a786157d37b81d7c7e49d0c83a60c847100169684ede9c09f4eb06c3f
 SHA512 
a8937d8ba3633a2d47587eb5c1b0583df7e8a8cacebb87fd50dab3fd2deb91981b38a83a3ed182f4e5e7435c8e2c8d87829e45fa9d32d8823c821f6217c7ccc9
 DIST grip-4.6.0.tar.gz 147222 BLAKE2B 
ee5c10ca47ca0e9089d2618dc765a4ca01f4927da8c4256a251a9cf90ee15d63eb6136848cef0005d5f3af1f12b603f6f0fd55b65840bf542dcb9cd29ff35518
 SHA512 
483170996e593593781b684986dcb8eec20afb02dca84a9f5baeb3917220706332037f7b18f504aba8aa7d1d1c3587a1af18d6d5628f1e96517511c0be40a6ac
 DIST grip-4.6.1.tar.gz 147894 BLAKE2B 
e4f6b5c72e98b5d8ec443c794e95ff0a4250526dd7381f5a28da7d1119b607970593c4b3c22a49ec7da7d772e984abb2a0984ed7290b007e48cddf49bfc290ae
 SHA512 
73eb80995457faa10ba5f174c8151c821f4bd9cda066099ba249cc5aad668e6adef267410ddd24fefa1d1e444c276a10a0881ec5e528bc616d3c4d98a8427b3d

diff --git a/app-text/grip/grip-4.5.2-r2.ebuild 
b/app-text/grip/grip-4.5.2-r2.ebuild
deleted file mode 100644
index 77bd4c342234..
--- a/app-text/grip/grip-4.5.2-r2.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( pypy3 python3_{7..9} )
-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}]
-"



[gentoo-commits] repo/gentoo:master commit in: app-text/grip/

2022-03-07 Thread Jakov Smolić
commit: dbc8d38aa294617444a503c092a4d5dfdc6a9817
Author: Jakov Smolić  gentoo  org>
AuthorDate: Mon Mar  7 19:09:06 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Mon Mar  7 19:09:06 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dbc8d38a

app-text/grip: Stabilize 4.6.0 amd64, #834717

Signed-off-by: Jakov Smolić  gentoo.org>

 app-text/grip/grip-4.6.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/grip/grip-4.6.0.ebuild b/app-text/grip/grip-4.6.0.ebuild
index 1dc8182a71d1..224d3078f628 100644
--- a/app-text/grip/grip-4.6.0.ebuild
+++ b/app-text/grip/grip-4.6.0.ebuild
@@ -13,7 +13,7 @@ LICENSE="MIT"
 SLOT="0"
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
-KEYWORDS="~amd64"
+KEYWORDS="amd64"
 
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: app-text/grip/

2022-02-04 Thread Ben Kohler
commit: 327f964378401829117dc07d50c1e0c416de50fd
Author: Ben Kohler  gentoo  org>
AuthorDate: Fri Feb  4 20:19:16 2022 +
Commit: Ben Kohler  gentoo  org>
CommitDate: Fri Feb  4 20:25:15 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=327f9643

app-text/grip: bump to 4.6.0

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Ben Kohler  gentoo.org>

 app-text/grip/Manifest  |  1 +
 app-text/grip/grip-4.6.0.ebuild | 27 +++
 2 files changed, 28 insertions(+)

diff --git a/app-text/grip/Manifest b/app-text/grip/Manifest
index 88b44b536ed2..38f66c066d4e 100644
--- a/app-text/grip/Manifest
+++ b/app-text/grip/Manifest
@@ -1 +1,2 @@
 DIST grip-4.5.2.tar.gz 145644 BLAKE2B 
a353a74d55d6496f3dad362b74e434ff22c8130368f6773ab2bfdf66e43c62e8dcba0e3a786157d37b81d7c7e49d0c83a60c847100169684ede9c09f4eb06c3f
 SHA512 
a8937d8ba3633a2d47587eb5c1b0583df7e8a8cacebb87fd50dab3fd2deb91981b38a83a3ed182f4e5e7435c8e2c8d87829e45fa9d32d8823c821f6217c7ccc9
+DIST grip-4.6.0.tar.gz 147222 BLAKE2B 
ee5c10ca47ca0e9089d2618dc765a4ca01f4927da8c4256a251a9cf90ee15d63eb6136848cef0005d5f3af1f12b603f6f0fd55b65840bf542dcb9cd29ff35518
 SHA512 
483170996e593593781b684986dcb8eec20afb02dca84a9f5baeb3917220706332037f7b18f504aba8aa7d1d1c3587a1af18d6d5628f1e96517511c0be40a6ac

diff --git a/app-text/grip/grip-4.6.0.ebuild b/app-text/grip/grip-4.6.0.ebuild
new file mode 100644
index ..1dc8182a71d1
--- /dev/null
+++ b/app-text/grip/grip-4.6.0.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( pypy3 python3_{8..10} )
+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}]
+"



[gentoo-commits] repo/gentoo:master commit in: app-text/grip/

2021-09-23 Thread Ben Kohler
commit: 728e429c924e33eb90afab0e3f2c9c666a8acb33
Author: Ben Kohler  gentoo  org>
AuthorDate: Thu Sep 23 18:28:01 2021 +
Commit: Ben Kohler  gentoo  org>
CommitDate: Thu Sep 23 18:31:40 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=728e429c

app-text/grip: fix DISTUTILS_USE_SETUPTOOLS

Closes: https://bugs.gentoo.org/814314
Package-Manager: Portage-3.0.23, Repoman-3.0.3
Signed-off-by: Ben Kohler  gentoo.org>

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

diff --git a/app-text/grip/grip-4.5.2-r2.ebuild 
b/app-text/grip/grip-4.5.2-r2.ebuild
index bcc8bb3ea4c..77bd4c34223 100644
--- a/app-text/grip/grip-4.5.2-r2.ebuild
+++ b/app-text/grip/grip-4.5.2-r2.ebuild
@@ -4,7 +4,6 @@
 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"



[gentoo-commits] repo/gentoo:master commit in: app-text/grip/

2021-01-27 Thread Ben Kohler
commit: 99867f54a6f44ebce9111802ab63fd80dc453674
Author: Ben Kohler  gentoo  org>
AuthorDate: Wed Jan 27 14:46:45 2021 +
Commit: Ben Kohler  gentoo  org>
CommitDate: Wed Jan 27 14:47:16 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99867f54

app-text/grip: stabilize r2 for minor dep fixes, drop old

Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Ben Kohler  gentoo.org>

 app-text/grip/grip-4.5.2-r1.ebuild | 28 
 app-text/grip/grip-4.5.2-r2.ebuild |  4 ++--
 2 files changed, 2 insertions(+), 30 deletions(-)

diff --git a/app-text/grip/grip-4.5.2-r1.ebuild 
b/app-text/grip/grip-4.5.2-r1.ebuild
deleted file mode 100644
index 883099d1abd..000
--- a/app-text/grip/grip-4.5.2-r1.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# 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} )
-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
-   >=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/grip-4.5.2-r2.ebuild 
b/app-text/grip/grip-4.5.2-r2.ebuild
index 12692b8ffac..bcc8bb3ea4c 100644
--- a/app-text/grip/grip-4.5.2-r2.ebuild
+++ b/app-text/grip/grip-4.5.2-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -14,7 +14,7 @@ LICENSE="MIT"
 SLOT="0"
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
-KEYWORDS="~amd64"
+KEYWORDS="amd64"
 
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: app-text/grip/

2020-12-28 Thread Ben Kohler
commit: 3f17aaf8443ebee9973abd23e50317766135bb53
Author: Ben Kohler  gentoo  org>
AuthorDate: Mon Dec 28 18:15:35 2020 +
Commit: Ben Kohler  gentoo  org>
CommitDate: Mon Dec 28 18:50:10 2020 +
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  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 000..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}]
+"



[gentoo-commits] repo/gentoo:master commit in: app-text/grip/

2020-10-05 Thread Ben Kohler
commit: 5da96971506342b4228a1b0360795cccda2bfbbd
Author: Ben Kohler  gentoo  org>
AuthorDate: Mon Oct  5 14:54:30 2020 +
Commit: Ben Kohler  gentoo  org>
CommitDate: Mon Oct  5 14:55:44 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5da96971

app-text/grip: set DISTUTILS_USE_SETUPTOOLS=rdepend

Closes: https://bugs.gentoo.org/746662

Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Ben Kohler  gentoo.org>

 app-text/grip/{grip-4.5.2.ebuild => grip-4.5.2-r1.ebuild} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/grip/grip-4.5.2.ebuild 
b/app-text/grip/grip-4.5.2-r1.ebuild
similarity index 95%
rename from app-text/grip/grip-4.5.2.ebuild
rename to app-text/grip/grip-4.5.2-r1.ebuild
index 529c0af1c38..883099d1abd 100644
--- a/app-text/grip/grip-4.5.2.ebuild
+++ b/app-text/grip/grip-4.5.2-r1.ebuild
@@ -4,7 +4,7 @@
 EAPI=7
 
 PYTHON_COMPAT=( pypy3 python3_{6,7,8} )
-
+DISTUTILS_USE_SETUPTOOLS=rdepend
 inherit distutils-r1
 
 DESCRIPTION="Preview GitHub Markdown files like Readme locally before 
committing them"



[gentoo-commits] repo/gentoo:master commit in: app-text/grip/

2020-08-21 Thread Ben Kohler
commit: 18b426cfb990254cf703ec35c0b9e67d09d3b9d2
Author: Ben Kohler  gentoo  org>
AuthorDate: Fri Aug 21 18:38:03 2020 +
Commit: Ben Kohler  gentoo  org>
CommitDate: Fri Aug 21 18:53:40 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18b426cf

app-text/grip: add blocker on media-sound/grip

Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Ben Kohler  gentoo.org>

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

diff --git a/app-text/grip/grip-4.5.2.ebuild b/app-text/grip/grip-4.5.2.ebuild
index f268c25ab59..529c0af1c38 100644
--- a/app-text/grip/grip-4.5.2.ebuild
+++ b/app-text/grip/grip-4.5.2.ebuild
@@ -18,6 +18,7 @@ KEYWORDS="amd64"
 
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
 RDEPEND="
+   !media-sound/grip
>=dev-python/docopt-0.4.0
>=dev-python/flask-0.10.1
>=dev-python/markdown-2.5.1



[gentoo-commits] repo/gentoo:master commit in: app-text/grip/

2020-06-30 Thread Ben Kohler
commit: bb5b9eec1c8f99ac6ee4d485f64a960393be4e11
Author: Ben Kohler  gentoo  org>
AuthorDate: Tue Jun 30 12:59:00 2020 +
Commit: Ben Kohler  gentoo  org>
CommitDate: Tue Jun 30 13:26:33 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb5b9eec

app-text/grip: 4.5.2 stable on amd64

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Ben Kohler  gentoo.org>

 app-text/grip/grip-4.5.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/grip/grip-4.5.2.ebuild b/app-text/grip/grip-4.5.2.ebuild
index ebeeb4c683e..f268c25ab59 100644
--- a/app-text/grip/grip-4.5.2.ebuild
+++ b/app-text/grip/grip-4.5.2.ebuild
@@ -14,7 +14,7 @@ LICENSE="MIT"
 SLOT="0"
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
-KEYWORDS="~amd64"
+KEYWORDS="amd64"
 
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: app-text/grip/

2020-06-24 Thread Ben Kohler
commit: a42d6b5c6b08fe9bd2bdc5628026c4f68c0cf120
Author: Ben Kohler  gentoo  org>
AuthorDate: Wed Jun 24 18:36:24 2020 +
Commit: Ben Kohler  gentoo  org>
CommitDate: Wed Jun 24 21:22:13 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a42d6b5c

app-text/grip: drop old

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Ben Kohler  gentoo.org>

 app-text/grip/Manifest  |  1 -
 app-text/grip/grip-4.2.0.ebuild | 27 ---
 2 files changed, 28 deletions(-)

diff --git a/app-text/grip/Manifest b/app-text/grip/Manifest
index 28893afe0d8..88b44b536ed 100644
--- a/app-text/grip/Manifest
+++ b/app-text/grip/Manifest
@@ -1,2 +1 @@
-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.2.0.ebuild b/app-text/grip/grip-4.2.0.ebuild
deleted file mode 100644
index d5e458d1fbb..000
--- a/app-text/grip/grip-4.2.0.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( pypy3 python3_6 )
-
-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}.zip"
-
-KEYWORDS="~amd64"
-
-DEPEND="app-arch/unzip"
-RDEPEND="
-   >=dev-python/docopt-0.6.2
-   >=dev-python/flask-0.10.1
-   >=dev-python/markdown-2.5.1
-   >=dev-python/path-and-address-1.0.0
-   >=dev-python/pygments-1.6
-   >=dev-python/requests-2.4.1
-"



[gentoo-commits] repo/gentoo:master commit in: app-text/grip/

2020-02-05 Thread Michał Górny
commit: e21999c1ff37af04498681b5801ecadbc7f1d53b
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Feb  5 17:54:06 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Feb  5 17:54:06 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e21999c1

app-text/grip: Remove py2

Signed-off-by: Michał Górny  gentoo.org>

 app-text/grip/grip-4.2.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/grip/grip-4.2.0.ebuild b/app-text/grip/grip-4.2.0.ebuild
index 1325c688908..d5e458d1fbb 100644
--- a/app-text/grip/grip-4.2.0.ebuild
+++ b/app-text/grip/grip-4.2.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 pypy3 python3_6 )
+PYTHON_COMPAT=( pypy3 python3_6 )
 
 inherit distutils-r1
 



[gentoo-commits] repo/gentoo:master commit in: app-text/grip/

2020-01-20 Thread Ben Kohler
commit: a17d6533ba1d8336435abac21a64f95e06b18157
Author: Ben Kohler  gentoo  org>
AuthorDate: Mon Jan 20 18:09:08 2020 +
Commit: Ben Kohler  gentoo  org>
CommitDate: Mon Jan 20 18:15:00 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a17d6533

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  gentoo.org>

 app-text/grip/Manifest  |  1 +
 app-text/grip/grip-4.5.2.ebuild | 27 +++
 app-text/grip/metadata.xml  |  5 -
 3 files changed, 32 insertions(+), 1 deletion(-)

diff --git a/app-text/grip/Manifest b/app-text/grip/Manifest
index a3614b2193d..28893afe0d8 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 000..ebeeb4c683e
--- /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 2411725f821..39a5a95b6c6 100644
--- a/app-text/grip/metadata.xml
+++ b/app-text/grip/metadata.xml
@@ -1,7 +1,10 @@
 
 http://www.gentoo.org/dtd/metadata.dtd";>
 
-   
+   
+   bkoh...@gentoo.org
+   Ben Kohler
+   

joeyespo/grip
grip



[gentoo-commits] repo/gentoo:master commit in: app-text/grip/

2019-08-29 Thread David Seifert
commit: b1d5fe42d91e4d16179d78e185ce46f3f090fece
Author: David Seifert  gentoo  org>
AuthorDate: Thu Aug 29 11:38:23 2019 +
Commit: David Seifert  gentoo  org>
CommitDate: Thu Aug 29 11:38:23 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1d5fe42

app-text/grip: [QA] Add missing DEPEND="app-arch/unzip"

Package-Manager: Portage-2.3.73, Repoman-2.3.17
Signed-off-by: David Seifert  gentoo.org>

 app-text/grip/grip-4.2.0.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/app-text/grip/grip-4.2.0.ebuild b/app-text/grip/grip-4.2.0.ebuild
index 2a8b144c555..8c88d409de9 100644
--- a/app-text/grip/grip-4.2.0.ebuild
+++ b/app-text/grip/grip-4.2.0.ebuild
@@ -16,6 +16,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.zip"
 
 KEYWORDS="~amd64"
 
+DEPEND="app-arch/unzip"
 RDEPEND="
>=dev-python/docopt-0.6.2
>=dev-python/flask-0.10.1



[gentoo-commits] repo/gentoo:master commit in: app-text/grip/

2018-06-27 Thread Pacho Ramos
commit: 865cb5c916d801b00b34fc201df852a87c46d20b
Author: Pacho Ramos  gentoo  org>
AuthorDate: Wed Jun 27 18:06:30 2018 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Wed Jun 27 19:29:07 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=865cb5c9

app-text/grip: Support python3.6

Package-Manager: Portage-2.3.41, Repoman-2.3.9

 app-text/grip/grip-4.2.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/grip/grip-4.2.0.ebuild b/app-text/grip/grip-4.2.0.ebuild
index fabda5f42c9..26ce65a1362 100644
--- a/app-text/grip/grip-4.2.0.ebuild
+++ b/app-text/grip/grip-4.2.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 pypy{,3} python3_{4,5} )
+PYTHON_COMPAT=( python2_7 pypy{,3} python3_{4,5,6} )
 
 inherit distutils-r1
 



[gentoo-commits] repo/gentoo:master commit in: app-text/grip/

2018-04-10 Thread Patrice Clement
commit: 3d2d88cd72dce1d0827fc291849e581be65b1df2
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Sun Apr  8 08:51:19 2018 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Tue Apr 10 21:43:30 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d2d88cd

app-text/grip: use doubleqoutes instead of single quotes.

Closes: https://github.com/gentoo/gentoo/pull/7863

 app-text/grip/grip-4.2.0.ebuild | 12 ++--
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/app-text/grip/grip-4.2.0.ebuild b/app-text/grip/grip-4.2.0.ebuild
index 32493d9a31a..fabda5f42c9 100644
--- a/app-text/grip/grip-4.2.0.ebuild
+++ b/app-text/grip/grip-4.2.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -7,14 +7,14 @@ PYTHON_COMPAT=( python2_7 pypy{,3} python3_{4,5} )
 
 inherit distutils-r1
 
-DESCRIPTION='Preview GitHub Markdown files like Readme locally before 
committing them'
-HOMEPAGE='https://github.com/joeyespo/grip'
-LICENSE='MIT'
+DESCRIPTION="Preview GitHub Markdown files like Readme locally before 
committing them"
+HOMEPAGE="https://github.com/joeyespo/grip";
+LICENSE="MIT"
 
-SLOT='0'
+SLOT="0"
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.zip"
 
-KEYWORDS='~amd64'
+KEYWORDS="~amd64"
 
 RDEPEND="
>=dev-python/docopt-0.6.2



[gentoo-commits] repo/gentoo:master commit in: app-text/grip/

2016-07-07 Thread Austin English
commit: 8bc135007e71f26294cc23eb27f9a29e66b1fbe2
Author: Austin English  gentoo  org>
AuthorDate: Thu Jul  7 21:51:57 2016 +
Commit: Austin English  gentoo  org>
CommitDate: Thu Jul  7 22:50:45 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8bc13500

app-text/grip: add maintainer-needed

Package-Manager: portage-2.2.28

 app-text/grip/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/app-text/grip/metadata.xml b/app-text/grip/metadata.xml
index 097975e..6f49eba 100644
--- a/app-text/grip/metadata.xml
+++ b/app-text/grip/metadata.xml
@@ -1,4 +1,5 @@
 
 http://www.gentoo.org/dtd/metadata.dtd";>
 
+
 



[gentoo-commits] repo/gentoo:master commit in: app-text/grip/

2016-05-29 Thread Kristian Fiskerstrand
commit: c8a94680eaf1f633a27417b5cd9a5c7887b26c31
Author: Kristian Fiskerstrand  gentoo  org>
AuthorDate: Sun May 29 15:22:37 2016 +
Commit: Kristian Fiskerstrand  gentoo  org>
CommitDate: Sun May 29 15:29:40 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8a94680

app-text/grip: Dropping to maintainer-needed

Gentoo-Bug: 584246

Package-Manager: portage-2.3.0_rc1

 app-text/grip/metadata.xml | 9 -
 1 file changed, 9 deletions(-)

diff --git a/app-text/grip/metadata.xml b/app-text/grip/metadata.xml
index 5c173d1..097975e 100644
--- a/app-text/grip/metadata.xml
+++ b/app-text/grip/metadata.xml
@@ -1,13 +1,4 @@
 
 http://www.gentoo.org/dtd/metadata.dtd";>
 
-  
-dev.rindeal+bugs.gentoo@gmail.com
-Jan Chren (rindeal)
-Proxied maintainer; set to assignee in all bugs
-  
-  
-proxy-ma...@gentoo.org
-Proxy Maintainers
-  
 



[gentoo-commits] repo/gentoo:master commit in: app-text/grip/

2016-04-15 Thread Patrice Clement
commit: 17599102cbccab670f54dda0feb934f81bec5aa9
Author: Jan Chren  gmail  com>
AuthorDate: Fri Apr 15 17:56:34 2016 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Fri Apr 15 19:05:36 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17599102

app-text/grip: new package

Closes: https://github.com/gentoo/gentoo/pull/1268

Signed-off-by: Patrice Clement  gentoo.org>

 app-text/grip/Manifest  |  1 +
 app-text/grip/grip-4.2.0.ebuild | 27 +++
 app-text/grip/metadata.xml  | 13 +
 3 files changed, 41 insertions(+)

diff --git a/app-text/grip/Manifest b/app-text/grip/Manifest
new file mode 100644
index 000..f34ad12
--- /dev/null
+++ b/app-text/grip/Manifest
@@ -0,0 +1 @@
+DIST grip-4.2.0.zip 43079 SHA256 
8eab9415ade50b9160d84160b0adb9f0ef8460a2b409a9c94158a5461b294394 SHA512 
2989a1cc2cb98254e932d5bf6679a205992e74802e68fe45d11cf087747d2379778df254bbf1cf980bb8993dc5568c5112707c645babbb32aae49f443319ff6b
 WHIRLPOOL 
536cecc62272cd891d4b7bc782f77b6c9e3f142c4436107b050a3fada7abb23a98c6b864b3fc3d11561fe76a7504cb7ad0c892ec44aecefc31b7a2f74d34e136

diff --git a/app-text/grip/grip-4.2.0.ebuild b/app-text/grip/grip-4.2.0.ebuild
new file mode 100644
index 000..a031604
--- /dev/null
+++ b/app-text/grip/grip-4.2.0.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 pypy{,3} python3_{3,4,5} )
+
+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}.zip"
+
+KEYWORDS='~amd64'
+
+RDEPEND="
+   >=dev-python/docopt-0.6.2
+   >=dev-python/flask-0.10.1
+   >=dev-python/markdown-2.5.1
+   >=dev-python/path-and-address-1.0.0
+   >=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
new file mode 100644
index 000..5c173d1
--- /dev/null
+++ b/app-text/grip/metadata.xml
@@ -0,0 +1,13 @@
+
+http://www.gentoo.org/dtd/metadata.dtd";>
+
+  
+dev.rindeal+bugs.gentoo@gmail.com
+Jan Chren (rindeal)
+Proxied maintainer; set to assignee in all bugs
+  
+  
+proxy-ma...@gentoo.org
+Proxy Maintainers
+  
+