public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: app-text/grip/
@ 2016-04-15 19:20 Patrice Clement
  0 siblings, 0 replies; 29+ messages in thread
From: Patrice Clement @ 2016-04-15 19:20 UTC (permalink / raw
  To: gentoo-commits

commit:     17599102cbccab670f54dda0feb934f81bec5aa9
Author:     Jan Chren <dev.rindeal+github.com <AT> gmail <DOT> com>
AuthorDate: Fri Apr 15 17:56:34 2016 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Fri Apr 15 19:05:36 2016 +0000
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 <monsieurp <AT> 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 0000000..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 0000000..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 0000000..5c173d1
--- /dev/null
+++ b/app-text/grip/metadata.xml
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+  <maintainer type="person">
+    <email>dev.rindeal+bugs.gentoo.org@gmail.com</email>
+    <name>Jan Chren (rindeal)</name>
+    <description>Proxied maintainer; set to assignee in all bugs</description>
+  </maintainer>
+  <maintainer type="project">
+    <email>proxy-maint@gentoo.org</email>
+    <name>Proxy Maintainers</name>
+  </maintainer>
+</pkgmetadata>


^ permalink raw reply related	[flat|nested] 29+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-text/grip/
@ 2016-05-29 15:30 Kristian Fiskerstrand
  0 siblings, 0 replies; 29+ messages in thread
From: Kristian Fiskerstrand @ 2016-05-29 15:30 UTC (permalink / raw
  To: gentoo-commits

commit:     c8a94680eaf1f633a27417b5cd9a5c7887b26c31
Author:     Kristian Fiskerstrand <k_f <AT> gentoo <DOT> org>
AuthorDate: Sun May 29 15:22:37 2016 +0000
Commit:     Kristian Fiskerstrand <k_f <AT> gentoo <DOT> org>
CommitDate: Sun May 29 15:29:40 2016 +0000
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 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-  <maintainer type="person">
-    <email>dev.rindeal+bugs.gentoo.org@gmail.com</email>
-    <name>Jan Chren (rindeal)</name>
-    <description>Proxied maintainer; set to assignee in all bugs</description>
-  </maintainer>
-  <maintainer type="project">
-    <email>proxy-maint@gentoo.org</email>
-    <name>Proxy Maintainers</name>
-  </maintainer>
 </pkgmetadata>


^ permalink raw reply related	[flat|nested] 29+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-text/grip/
@ 2016-07-07 22:50 Austin English
  0 siblings, 0 replies; 29+ messages in thread
From: Austin English @ 2016-07-07 22:50 UTC (permalink / raw
  To: gentoo-commits

commit:     8bc135007e71f26294cc23eb27f9a29e66b1fbe2
Author:     Austin English <wizardedit <AT> gentoo <DOT> org>
AuthorDate: Thu Jul  7 21:51:57 2016 +0000
Commit:     Austin English <wizardedit <AT> gentoo <DOT> org>
CommitDate: Thu Jul  7 22:50:45 2016 +0000
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 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
+<!-- maintainer-needed -->
 </pkgmetadata>


^ permalink raw reply related	[flat|nested] 29+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-text/grip/
@ 2018-04-10 21:43 Patrice Clement
  0 siblings, 0 replies; 29+ messages in thread
From: Patrice Clement @ 2018-04-10 21:43 UTC (permalink / raw
  To: gentoo-commits

commit:     3d2d88cd72dce1d0827fc291849e581be65b1df2
Author:     Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Sun Apr  8 08:51:19 2018 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Tue Apr 10 21:43:30 2018 +0000
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


^ permalink raw reply related	[flat|nested] 29+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-text/grip/
@ 2018-06-27 19:29 Pacho Ramos
  0 siblings, 0 replies; 29+ messages in thread
From: Pacho Ramos @ 2018-06-27 19:29 UTC (permalink / raw
  To: gentoo-commits

commit:     865cb5c916d801b00b34fc201df852a87c46d20b
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 27 18:06:30 2018 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Wed Jun 27 19:29:07 2018 +0000
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
 


^ permalink raw reply related	[flat|nested] 29+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-text/grip/
@ 2019-08-29 11:39 David Seifert
  0 siblings, 0 replies; 29+ messages in thread
From: David Seifert @ 2019-08-29 11:39 UTC (permalink / raw
  To: gentoo-commits

commit:     b1d5fe42d91e4d16179d78e185ce46f3f090fece
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 29 11:38:23 2019 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Thu Aug 29 11:38:23 2019 +0000
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 <soap <AT> 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


^ permalink raw reply related	[flat|nested] 29+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-text/grip/
@ 2020-01-20 18:15 Ben Kohler
  0 siblings, 0 replies; 29+ messages in thread
From: Ben Kohler @ 2020-01-20 18:15 UTC (permalink / raw
  To: gentoo-commits

commit:     a17d6533ba1d8336435abac21a64f95e06b18157
Author:     Ben Kohler <bkohler <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 20 18:09:08 2020 +0000
Commit:     Ben Kohler <bkohler <AT> gentoo <DOT> org>
CommitDate: Mon Jan 20 18:15:00 2020 +0000
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 <bkohler <AT> 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 00000000000..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 @@
 <?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>


^ permalink raw reply related	[flat|nested] 29+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-text/grip/
@ 2020-02-05 17:59 Michał Górny
  0 siblings, 0 replies; 29+ messages in thread
From: Michał Górny @ 2020-02-05 17:59 UTC (permalink / raw
  To: gentoo-commits

commit:     e21999c1ff37af04498681b5801ecadbc7f1d53b
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Feb  5 17:54:06 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Feb  5 17:54:06 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e21999c1

app-text/grip: Remove py2

Signed-off-by: Michał Górny <mgorny <AT> 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
 


^ permalink raw reply related	[flat|nested] 29+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-text/grip/
@ 2020-06-24 21:22 Ben Kohler
  0 siblings, 0 replies; 29+ messages in thread
From: Ben Kohler @ 2020-06-24 21:22 UTC (permalink / raw
  To: gentoo-commits

commit:     a42d6b5c6b08fe9bd2bdc5628026c4f68c0cf120
Author:     Ben Kohler <bkohler <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 24 18:36:24 2020 +0000
Commit:     Ben Kohler <bkohler <AT> gentoo <DOT> org>
CommitDate: Wed Jun 24 21:22:13 2020 +0000
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 <bkohler <AT> 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..00000000000
--- 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
-"


^ permalink raw reply related	[flat|nested] 29+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-text/grip/
@ 2020-06-30 13:26 Ben Kohler
  0 siblings, 0 replies; 29+ messages in thread
From: Ben Kohler @ 2020-06-30 13:26 UTC (permalink / raw
  To: gentoo-commits

commit:     bb5b9eec1c8f99ac6ee4d485f64a960393be4e11
Author:     Ben Kohler <bkohler <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 30 12:59:00 2020 +0000
Commit:     Ben Kohler <bkohler <AT> gentoo <DOT> org>
CommitDate: Tue Jun 30 13:26:33 2020 +0000
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 <bkohler <AT> 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="


^ permalink raw reply related	[flat|nested] 29+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-text/grip/
@ 2020-08-21 18:54 Ben Kohler
  0 siblings, 0 replies; 29+ messages in thread
From: Ben Kohler @ 2020-08-21 18:54 UTC (permalink / raw
  To: gentoo-commits

commit:     18b426cfb990254cf703ec35c0b9e67d09d3b9d2
Author:     Ben Kohler <bkohler <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 21 18:38:03 2020 +0000
Commit:     Ben Kohler <bkohler <AT> gentoo <DOT> org>
CommitDate: Fri Aug 21 18:53:40 2020 +0000
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 <bkohler <AT> 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


^ permalink raw reply related	[flat|nested] 29+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-text/grip/
@ 2020-10-05 14:56 Ben Kohler
  0 siblings, 0 replies; 29+ messages in thread
From: Ben Kohler @ 2020-10-05 14:56 UTC (permalink / raw
  To: gentoo-commits

commit:     5da96971506342b4228a1b0360795cccda2bfbbd
Author:     Ben Kohler <bkohler <AT> gentoo <DOT> org>
AuthorDate: Mon Oct  5 14:54:30 2020 +0000
Commit:     Ben Kohler <bkohler <AT> gentoo <DOT> org>
CommitDate: Mon Oct  5 14:55:44 2020 +0000
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 <bkohler <AT> 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"


^ permalink raw reply related	[flat|nested] 29+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-text/grip/
@ 2020-12-28 18:50 Ben Kohler
  0 siblings, 0 replies; 29+ messages in thread
From: Ben Kohler @ 2020-12-28 18:50 UTC (permalink / raw
  To: gentoo-commits

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}]
+"


^ permalink raw reply related	[flat|nested] 29+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-text/grip/
@ 2021-01-27 14:47 Ben Kohler
  0 siblings, 0 replies; 29+ messages in thread
From: Ben Kohler @ 2021-01-27 14:47 UTC (permalink / raw
  To: gentoo-commits

commit:     99867f54a6f44ebce9111802ab63fd80dc453674
Author:     Ben Kohler <bkohler <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 27 14:46:45 2021 +0000
Commit:     Ben Kohler <bkohler <AT> gentoo <DOT> org>
CommitDate: Wed Jan 27 14:47:16 2021 +0000
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 <bkohler <AT> 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..00000000000
--- 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="


^ permalink raw reply related	[flat|nested] 29+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-text/grip/
@ 2021-09-23 18:31 Ben Kohler
  0 siblings, 0 replies; 29+ messages in thread
From: Ben Kohler @ 2021-09-23 18:31 UTC (permalink / raw
  To: gentoo-commits

commit:     728e429c924e33eb90afab0e3f2c9c666a8acb33
Author:     Ben Kohler <bkohler <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 23 18:28:01 2021 +0000
Commit:     Ben Kohler <bkohler <AT> gentoo <DOT> org>
CommitDate: Thu Sep 23 18:31:40 2021 +0000
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 <bkohler <AT> 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"


^ permalink raw reply related	[flat|nested] 29+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-text/grip/
@ 2022-02-04 20:27 Ben Kohler
  0 siblings, 0 replies; 29+ messages in thread
From: Ben Kohler @ 2022-02-04 20:27 UTC (permalink / raw
  To: gentoo-commits

commit:     327f964378401829117dc07d50c1e0c416de50fd
Author:     Ben Kohler <bkohler <AT> gentoo <DOT> org>
AuthorDate: Fri Feb  4 20:19:16 2022 +0000
Commit:     Ben Kohler <bkohler <AT> gentoo <DOT> org>
CommitDate: Fri Feb  4 20:25:15 2022 +0000
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 <bkohler <AT> 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 000000000000..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}]
+"


^ permalink raw reply related	[flat|nested] 29+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-text/grip/
@ 2022-03-07 19:09 Jakov Smolić
  0 siblings, 0 replies; 29+ messages in thread
From: Jakov Smolić @ 2022-03-07 19:09 UTC (permalink / raw
  To: gentoo-commits

commit:     dbc8d38aa294617444a503c092a4d5dfdc6a9817
Author:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Mon Mar  7 19:09:06 2022 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Mon Mar  7 19:09:06 2022 +0000
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ć <jsmolic <AT> 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="


^ permalink raw reply related	[flat|nested] 29+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-text/grip/
@ 2022-03-31 14:48 Ben Kohler
  0 siblings, 0 replies; 29+ messages in thread
From: Ben Kohler @ 2022-03-31 14:48 UTC (permalink / raw
  To: gentoo-commits

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

app-text/grip: add 4.6.1

Signed-off-by: Ben Kohler <bkohler <AT> 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 000000000000..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}]
+"


^ permalink raw reply related	[flat|nested] 29+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-text/grip/
@ 2022-03-31 14:48 Ben Kohler
  0 siblings, 0 replies; 29+ messages in thread
From: Ben Kohler @ 2022-03-31 14:48 UTC (permalink / raw
  To: gentoo-commits

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

app-text/grip: drop 4.5.2-r2

Signed-off-by: Ben Kohler <bkohler <AT> 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..000000000000
--- 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}]
-"


^ permalink raw reply related	[flat|nested] 29+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-text/grip/
@ 2022-05-23 16:29 Ben Kohler
  0 siblings, 0 replies; 29+ messages in thread
From: Ben Kohler @ 2022-05-23 16:29 UTC (permalink / raw
  To: gentoo-commits

commit:     dfefad5dfcbdfd9cb963bb20374df1d71cc78f40
Author:     Ben Kohler <bkohler <AT> gentoo <DOT> org>
AuthorDate: Mon May 23 16:20:58 2022 +0000
Commit:     Ben Kohler <bkohler <AT> gentoo <DOT> org>
CommitDate: Mon May 23 16:27:58 2022 +0000
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 <bkohler <AT> 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="


^ permalink raw reply related	[flat|nested] 29+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-text/grip/
@ 2022-05-23 16:29 Ben Kohler
  0 siblings, 0 replies; 29+ messages in thread
From: Ben Kohler @ 2022-05-23 16:29 UTC (permalink / raw
  To: gentoo-commits

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

app-text/grip: drop 4.6.0

Signed-off-by: Ben Kohler <bkohler <AT> 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..000000000000
--- 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}]
-"


^ permalink raw reply related	[flat|nested] 29+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-text/grip/
@ 2022-07-25 14:26 Ben Kohler
  0 siblings, 0 replies; 29+ messages in thread
From: Ben Kohler @ 2022-07-25 14:26 UTC (permalink / raw
  To: gentoo-commits

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

app-text/grip: enable py3.11

Signed-off-by: Ben Kohler <bkohler <AT> 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"


^ permalink raw reply related	[flat|nested] 29+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-text/grip/
@ 2023-03-07 13:47 Ben Kohler
  0 siblings, 0 replies; 29+ messages in thread
From: Ben Kohler @ 2023-03-07 13:47 UTC (permalink / raw
  To: gentoo-commits

commit:     0c30aac5919c92d2d89d093f912aa43b15aa9b3c
Author:     Ben Kohler <bkohler <AT> gentoo <DOT> org>
AuthorDate: Tue Mar  7 13:32:32 2023 +0000
Commit:     Ben Kohler <bkohler <AT> gentoo <DOT> org>
CommitDate: Tue Mar  7 13:45:49 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c30aac5

app-text/grip: update SRC_URI

Signed-off-by: Ben Kohler <bkohler <AT> 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"
 


^ permalink raw reply related	[flat|nested] 29+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-text/grip/
@ 2023-07-08 18:43 Ben Kohler
  0 siblings, 0 replies; 29+ messages in thread
From: Ben Kohler @ 2023-07-08 18:43 UTC (permalink / raw
  To: gentoo-commits

commit:     1268f86bc7761300f347db0612f2fa33190243b2
Author:     Ben Kohler <bkohler <AT> gentoo <DOT> org>
AuthorDate: Sat Jul  8 13:20:05 2023 +0000
Commit:     Ben Kohler <bkohler <AT> gentoo <DOT> org>
CommitDate: Sat Jul  8 18:41:40 2023 +0000
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 <bkohler <AT> 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 000000000000..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}]
+"


^ permalink raw reply related	[flat|nested] 29+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-text/grip/
@ 2023-10-12 15:11 Ben Kohler
  0 siblings, 0 replies; 29+ messages in thread
From: Ben Kohler @ 2023-10-12 15:11 UTC (permalink / raw
  To: gentoo-commits

commit:     795313cf8807d355cdb1a7f558a2ad2b07ff6a39
Author:     Ben Kohler <bkohler <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 12 15:06:41 2023 +0000
Commit:     Ben Kohler <bkohler <AT> gentoo <DOT> org>
CommitDate: Thu Oct 12 15:06:41 2023 +0000
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 <bkohler <AT> 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


^ permalink raw reply related	[flat|nested] 29+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-text/grip/
@ 2023-10-17 17:08 Ben Kohler
  0 siblings, 0 replies; 29+ messages in thread
From: Ben Kohler @ 2023-10-17 17:08 UTC (permalink / raw
  To: gentoo-commits

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

app-text/grip: add 4.6.2

Signed-off-by: Ben Kohler <bkohler <AT> 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 000000000000..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}]
+"


^ permalink raw reply related	[flat|nested] 29+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-text/grip/
@ 2024-04-20 13:20 Sam James
  0 siblings, 0 replies; 29+ messages in thread
From: Sam James @ 2024-04-20 13:20 UTC (permalink / raw
  To: gentoo-commits

commit:     871d4ead931aeb13be8e7843bd140306d0ef6a21
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 20 13:19:59 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Apr 20 13:19:59 2024 +0000
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 <sam <AT> 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


^ permalink raw reply related	[flat|nested] 29+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-text/grip/
@ 2024-04-27 12:16 Ben Kohler
  0 siblings, 0 replies; 29+ messages in thread
From: Ben Kohler @ 2024-04-27 12:16 UTC (permalink / raw
  To: gentoo-commits

commit:     f8f3936c53e9cbbfb9f3c895fa72527e7ee17bc8
Author:     Ben Kohler <bkohler <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 27 10:25:31 2024 +0000
Commit:     Ben Kohler <bkohler <AT> gentoo <DOT> org>
CommitDate: Sat Apr 27 12:16:41 2024 +0000
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 <bkohler <AT> 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..000000000000
--- 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..000000000000
--- 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}]
-"


^ permalink raw reply related	[flat|nested] 29+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-text/grip/
@ 2024-06-03 20:22 Ben Kohler
  0 siblings, 0 replies; 29+ messages in thread
From: Ben Kohler @ 2024-06-03 20:22 UTC (permalink / raw
  To: gentoo-commits

commit:     c5eebfde8716d8916c3c66091a95911b9582b27f
Author:     Ben Kohler <bkohler <AT> gentoo <DOT> org>
AuthorDate: Mon Jun  3 16:33:37 2024 +0000
Commit:     Ben Kohler <bkohler <AT> gentoo <DOT> org>
CommitDate: Mon Jun  3 20:22:21 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5eebfde

app-text/grip: enable py3.12

Signed-off-by: Ben Kohler <bkohler <AT> 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
 


^ permalink raw reply related	[flat|nested] 29+ messages in thread

end of thread, other threads:[~2024-06-03 20:22 UTC | newest]

Thread overview: 29+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-05-29 15:30 [gentoo-commits] repo/gentoo:master commit in: app-text/grip/ Kristian Fiskerstrand
  -- strict thread matches above, loose matches on Subject: below --
2024-06-03 20:22 Ben Kohler
2024-04-27 12:16 Ben Kohler
2024-04-20 13:20 Sam James
2023-10-17 17:08 Ben Kohler
2023-10-12 15:11 Ben Kohler
2023-07-08 18:43 Ben Kohler
2023-03-07 13:47 Ben Kohler
2022-07-25 14:26 Ben Kohler
2022-05-23 16:29 Ben Kohler
2022-05-23 16:29 Ben Kohler
2022-03-31 14:48 Ben Kohler
2022-03-31 14:48 Ben Kohler
2022-03-07 19:09 Jakov Smolić
2022-02-04 20:27 Ben Kohler
2021-09-23 18:31 Ben Kohler
2021-01-27 14:47 Ben Kohler
2020-12-28 18:50 Ben Kohler
2020-10-05 14:56 Ben Kohler
2020-08-21 18:54 Ben Kohler
2020-06-30 13:26 Ben Kohler
2020-06-24 21:22 Ben Kohler
2020-02-05 17:59 Michał Górny
2020-01-20 18:15 Ben Kohler
2019-08-29 11:39 David Seifert
2018-06-27 19:29 Pacho Ramos
2018-04-10 21:43 Patrice Clement
2016-07-07 22:50 Austin English
2016-04-15 19:20 Patrice Clement

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox