public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-util/gertty/
@ 2016-05-09 15:52 Matt Thode
  0 siblings, 0 replies; 24+ messages in thread
From: Matt Thode @ 2016-05-09 15:52 UTC (permalink / raw
  To: gentoo-commits

commit:     d70b0262477c5ef99b0a0bef597f4213801aa316
Author:     Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
AuthorDate: Mon May  9 15:51:32 2016 +0000
Commit:     Matt Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Mon May  9 15:51:32 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d70b0262

dev-util/gertty: adding because gerrit's UI sucks

Package-Manager: portage-2.2.28

 dev-util/gertty/Manifest            |  1 +
 dev-util/gertty/gertty-1.3.2.ebuild | 39 +++++++++++++++++++++++++++++++++++++
 dev-util/gertty/metadata.xml        | 19 ++++++++++++++++++
 3 files changed, 59 insertions(+)

diff --git a/dev-util/gertty/Manifest b/dev-util/gertty/Manifest
new file mode 100644
index 0000000..f195fa4
--- /dev/null
+++ b/dev-util/gertty/Manifest
@@ -0,0 +1 @@
+DIST gertty-1.3.2.tar.gz 92553 SHA256 653376fa55a75be16aeca4e9eb0286f245745a87f977b780b423b74b56df2c74 SHA512 b68acb801ceb225fe86d62015fd89bce7ebe34219dbb2f7fe10d991ff06b558a5ed3512e6435ef3ce13324841c473dbec565c7bef23e01567f5bdcbb6aba9136 WHIRLPOOL 2016e2b09343612968c9984e05a3b9da4d1ebf65b2029a15a429015d9cb83c13ceeca3f50d2cb285da3ae6227f7eb894d597cef0ddb945f23b520ea67ffb572a

diff --git a/dev-util/gertty/gertty-1.3.2.ebuild b/dev-util/gertty/gertty-1.3.2.ebuild
new file mode 100644
index 0000000..6167484
--- /dev/null
+++ b/dev-util/gertty/gertty-1.3.2.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+PYTHON_COMPAT=( python2_7 )
+
+inherit distutils-r1
+
+DESCRIPTION="Gertty is a console-based interface to the Gerrit Code Review system."
+HOMEPAGE="https://pypi.python.org/pypi/gertty"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+SLOT="0"
+IUSE=""
+
+CDEPEND=">=dev-python/pbr-0.11[${PYTHON_USEDEP}]
+	<dev-python/pbr-2.0[${PYTHON_USEDEP}]"
+DEPEND="
+	dev-python/setuptools[${PYTHON_USEDEP}]
+	${CDEPEND}"
+RDEPEND="
+	${CDEPEND}
+	>=dev-python/urwid-1.2.1[${PYTHON_USEDEP}]
+	!~dev-python/urwid-1.3.0[${PYTHON_USEDEP}]
+	>=dev-python/sqlalchemy-1.0.4[${PYTHON_USEDEP}]
+	>=dev-python/git-python-0.3.2[${PYTHON_USEDEP}]
+	dev-python/python-dateutil[${PYTHON_USEDEP}]
+	>=dev-python/requests-2.5.3[${PYTHON_USEDEP}]
+	<dev-python/requests-3.0.0[${PYTHON_USEDEP}]
+	dev-python/ordereddict[${PYTHON_USEDEP}]
+	>=dev-python/alembic-0.6.4[${PYTHON_USEDEP}]
+	>=dev-python/pyyaml-3.1.0[${PYTHON_USEDEP}]
+	>=dev-python/voluptuous-0.7[${PYTHON_USEDEP}]
+	>=dev-python/ply-3.4[${PYTHON_USEDEP}]
+	dev-python/six[${PYTHON_USEDEP}]"

diff --git a/dev-util/gertty/metadata.xml b/dev-util/gertty/metadata.xml
new file mode 100644
index 0000000..88cc84d
--- /dev/null
+++ b/dev-util/gertty/metadata.xml
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="person">
+		<email>prometheanfire@gentoo.org</email>
+		<name>Matthew Thode</name>
+	</maintainer>
+	<maintainer type="project">
+		<email>python@gentoo.org</email>
+		<name>Python</name>
+	</maintainer>
+	<longdescription lang="en">
+		Gertty is a console-based interface to the Gerrit Code Review system.
+	</longdescription>
+	<upstream>
+		<remote-id type="pypi">gertty</remote-id>
+		<remote-id type="github">openstack/gertty</remote-id>
+	</upstream>
+</pkgmetadata>


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

* [gentoo-commits] repo/gentoo:master commit in: dev-util/gertty/
@ 2016-07-26 22:51 Matt Thode
  0 siblings, 0 replies; 24+ messages in thread
From: Matt Thode @ 2016-07-26 22:51 UTC (permalink / raw
  To: gentoo-commits

commit:     7ed3f4273043e2277e971939270356c907dc533d
Author:     Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 26 22:51:35 2016 +0000
Commit:     Matt Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Tue Jul 26 22:51:35 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ed3f427

dev-util/gertty: bup

Package-Manager: portage-2.2.28

 dev-util/gertty/Manifest            |  1 +
 dev-util/gertty/gertty-1.4.0.ebuild | 39 +++++++++++++++++++++++++++++++++++++
 2 files changed, 40 insertions(+)

diff --git a/dev-util/gertty/Manifest b/dev-util/gertty/Manifest
index f195fa4..f533b5d 100644
--- a/dev-util/gertty/Manifest
+++ b/dev-util/gertty/Manifest
@@ -1 +1,2 @@
 DIST gertty-1.3.2.tar.gz 92553 SHA256 653376fa55a75be16aeca4e9eb0286f245745a87f977b780b423b74b56df2c74 SHA512 b68acb801ceb225fe86d62015fd89bce7ebe34219dbb2f7fe10d991ff06b558a5ed3512e6435ef3ce13324841c473dbec565c7bef23e01567f5bdcbb6aba9136 WHIRLPOOL 2016e2b09343612968c9984e05a3b9da4d1ebf65b2029a15a429015d9cb83c13ceeca3f50d2cb285da3ae6227f7eb894d597cef0ddb945f23b520ea67ffb572a
+DIST gertty-1.4.0.tar.gz 115581 SHA256 9982be2016cc1111bd4c2edb091fde2d0196f36f418d18fa0365a0282f61c4da SHA512 9abba6271d3ec95938f07ab4ee76f0b539a7ce7f0bbf9c08509fe9516c14f99ccb7b439d29a30bff6dca99bf39788dc803cd8aed3cc03b531678225fa41102d9 WHIRLPOOL d0efc9b55be12458b835eedc9f21053dfd508ca55e024f42e4a6d358631f4082788bd02ef8070788a8b37525857615cab03a59d7b43629737131b106da2e3dbf

diff --git a/dev-util/gertty/gertty-1.4.0.ebuild b/dev-util/gertty/gertty-1.4.0.ebuild
new file mode 100644
index 0000000..6167484
--- /dev/null
+++ b/dev-util/gertty/gertty-1.4.0.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+PYTHON_COMPAT=( python2_7 )
+
+inherit distutils-r1
+
+DESCRIPTION="Gertty is a console-based interface to the Gerrit Code Review system."
+HOMEPAGE="https://pypi.python.org/pypi/gertty"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+SLOT="0"
+IUSE=""
+
+CDEPEND=">=dev-python/pbr-0.11[${PYTHON_USEDEP}]
+	<dev-python/pbr-2.0[${PYTHON_USEDEP}]"
+DEPEND="
+	dev-python/setuptools[${PYTHON_USEDEP}]
+	${CDEPEND}"
+RDEPEND="
+	${CDEPEND}
+	>=dev-python/urwid-1.2.1[${PYTHON_USEDEP}]
+	!~dev-python/urwid-1.3.0[${PYTHON_USEDEP}]
+	>=dev-python/sqlalchemy-1.0.4[${PYTHON_USEDEP}]
+	>=dev-python/git-python-0.3.2[${PYTHON_USEDEP}]
+	dev-python/python-dateutil[${PYTHON_USEDEP}]
+	>=dev-python/requests-2.5.3[${PYTHON_USEDEP}]
+	<dev-python/requests-3.0.0[${PYTHON_USEDEP}]
+	dev-python/ordereddict[${PYTHON_USEDEP}]
+	>=dev-python/alembic-0.6.4[${PYTHON_USEDEP}]
+	>=dev-python/pyyaml-3.1.0[${PYTHON_USEDEP}]
+	>=dev-python/voluptuous-0.7[${PYTHON_USEDEP}]
+	>=dev-python/ply-3.4[${PYTHON_USEDEP}]
+	dev-python/six[${PYTHON_USEDEP}]"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-util/gertty/
@ 2017-04-23 20:48 Michał Górny
  0 siblings, 0 replies; 24+ messages in thread
From: Michał Górny @ 2017-04-23 20:48 UTC (permalink / raw
  To: gentoo-commits

commit:     1b7e16aa93a206eb6421ac3f21fddf076e76de84
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 23 20:34:24 2017 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Apr 23 20:47:44 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b7e16aa

dev-util/gertty: Remove python@ from maintainers

 dev-util/gertty/metadata.xml | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/dev-util/gertty/metadata.xml b/dev-util/gertty/metadata.xml
index 88cc84dbb48..fa43bcc48af 100644
--- a/dev-util/gertty/metadata.xml
+++ b/dev-util/gertty/metadata.xml
@@ -5,10 +5,6 @@
 		<email>prometheanfire@gentoo.org</email>
 		<name>Matthew Thode</name>
 	</maintainer>
-	<maintainer type="project">
-		<email>python@gentoo.org</email>
-		<name>Python</name>
-	</maintainer>
 	<longdescription lang="en">
 		Gertty is a console-based interface to the Gerrit Code Review system.
 	</longdescription>


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

* [gentoo-commits] repo/gentoo:master commit in: dev-util/gertty/
@ 2017-07-31  3:41 Matt Thode
  0 siblings, 0 replies; 24+ messages in thread
From: Matt Thode @ 2017-07-31  3:41 UTC (permalink / raw
  To: gentoo-commits

commit:     80165763f886ad926e094441aca96b9be3edaee1
Author:     Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 31 03:26:42 2017 +0000
Commit:     Matt Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Mon Jul 31 03:41:02 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80165763

dev-util/gertty: 1.5.0 bup

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 dev-util/gertty/Manifest            |  1 +
 dev-util/gertty/gertty-1.5.0.ebuild | 37 +++++++++++++++++++++++++++++++++++++
 2 files changed, 38 insertions(+)

diff --git a/dev-util/gertty/Manifest b/dev-util/gertty/Manifest
index f533b5d3a54..27dd9f12e6c 100644
--- a/dev-util/gertty/Manifest
+++ b/dev-util/gertty/Manifest
@@ -1,2 +1,3 @@
 DIST gertty-1.3.2.tar.gz 92553 SHA256 653376fa55a75be16aeca4e9eb0286f245745a87f977b780b423b74b56df2c74 SHA512 b68acb801ceb225fe86d62015fd89bce7ebe34219dbb2f7fe10d991ff06b558a5ed3512e6435ef3ce13324841c473dbec565c7bef23e01567f5bdcbb6aba9136 WHIRLPOOL 2016e2b09343612968c9984e05a3b9da4d1ebf65b2029a15a429015d9cb83c13ceeca3f50d2cb285da3ae6227f7eb894d597cef0ddb945f23b520ea67ffb572a
 DIST gertty-1.4.0.tar.gz 115581 SHA256 9982be2016cc1111bd4c2edb091fde2d0196f36f418d18fa0365a0282f61c4da SHA512 9abba6271d3ec95938f07ab4ee76f0b539a7ce7f0bbf9c08509fe9516c14f99ccb7b439d29a30bff6dca99bf39788dc803cd8aed3cc03b531678225fa41102d9 WHIRLPOOL d0efc9b55be12458b835eedc9f21053dfd508ca55e024f42e4a6d358631f4082788bd02ef8070788a8b37525857615cab03a59d7b43629737131b106da2e3dbf
+DIST gertty-1.5.0.tar.gz 119784 SHA256 290e4dc688b2f4d6886f0493b861c01a8c0419dd6c49a925fba0b936d3f28b23 SHA512 bc47817a3ba9ccce298ee1a646cb43f8a57e9a57a40d898859836b3171abd0cf3c682a5f5811cf3d987a17dbf00dd6706a5dbc5a6a35f1d5ff3a217c68187cda WHIRLPOOL 53a31e536de669f1ad3d041a98542a27580822c0781fd3b15124b70b80bc0e5b7b4708ab8ed49e53a53436e784098d2dfdf1208d1ead155710afd500492f602f

diff --git a/dev-util/gertty/gertty-1.5.0.ebuild b/dev-util/gertty/gertty-1.5.0.ebuild
new file mode 100644
index 00000000000..c2ffc03b575
--- /dev/null
+++ b/dev-util/gertty/gertty-1.5.0.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python2_7 )
+
+inherit distutils-r1
+
+DESCRIPTION="Gertty is a console-based interface to the Gerrit Code Review system."
+HOMEPAGE="https://pypi.python.org/pypi/gertty"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+SLOT="0"
+IUSE=""
+
+CDEPEND=">=dev-python/pbr-0.11[${PYTHON_USEDEP}]"
+DEPEND="
+	dev-python/setuptools[${PYTHON_USEDEP}]
+	${CDEPEND}"
+RDEPEND="
+	${CDEPEND}
+	>=dev-python/urwid-1.2.1[${PYTHON_USEDEP}]
+	!~dev-python/urwid-1.3.0[${PYTHON_USEDEP}]
+	>=dev-python/sqlalchemy-1.0.4[${PYTHON_USEDEP}]
+	>=dev-python/git-python-0.3.7[${PYTHON_USEDEP}]
+	dev-python/python-dateutil[${PYTHON_USEDEP}]
+	>=dev-python/requests-2.5.3[${PYTHON_USEDEP}]
+	<dev-python/requests-3.0.0[${PYTHON_USEDEP}]
+	dev-python/ordereddict[${PYTHON_USEDEP}]
+	>=dev-python/alembic-0.6.4[${PYTHON_USEDEP}]
+	>=dev-python/pyyaml-3.1.0[${PYTHON_USEDEP}]
+	>=dev-python/voluptuous-0.7[${PYTHON_USEDEP}]
+	>=dev-python/ply-3.4[${PYTHON_USEDEP}]
+	dev-python/six[${PYTHON_USEDEP}]"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-util/gertty/
@ 2017-08-25 19:57 Matt Thode
  0 siblings, 0 replies; 24+ messages in thread
From: Matt Thode @ 2017-08-25 19:57 UTC (permalink / raw
  To: gentoo-commits

commit:     dd06471f72f1922674d88f1273f9cba73da2caef
Author:     Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 25 19:56:41 2017 +0000
Commit:     Matt Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Fri Aug 25 19:57:40 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd06471f

dev-util/gertty: 1.5.0 stable amd64 and x86

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 dev-util/gertty/gertty-1.5.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/gertty/gertty-1.5.0.ebuild b/dev-util/gertty/gertty-1.5.0.ebuild
index c2ffc03b575..0ad02b9841d 100644
--- a/dev-util/gertty/gertty-1.5.0.ebuild
+++ b/dev-util/gertty/gertty-1.5.0.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
 SLOT="0"
 IUSE=""
 


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

* [gentoo-commits] repo/gentoo:master commit in: dev-util/gertty/
@ 2019-04-22  2:07 Matthew Thode
  0 siblings, 0 replies; 24+ messages in thread
From: Matthew Thode @ 2019-04-22  2:07 UTC (permalink / raw
  To: gentoo-commits

commit:     42480d1a1ede4295ac45a2b12969d13fb313a4e6
Author:     Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 22 02:06:53 2019 +0000
Commit:     Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Mon Apr 22 02:07:18 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42480d1a

dev-util/gertty: add git master version

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>

 dev-util/gertty/gertty-9999.ebuild | 43 ++++++++++++++++++++++++++++++++++++++
 1 file changed, 43 insertions(+)

diff --git a/dev-util/gertty/gertty-9999.ebuild b/dev-util/gertty/gertty-9999.ebuild
new file mode 100644
index 00000000000..c59d3edabcd
--- /dev/null
+++ b/dev-util/gertty/gertty-9999.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python2_7 )
+
+inherit distutils-r1
+
+DESCRIPTION="Gertty is a console-based interface to the Gerrit Code Review system."
+HOMEPAGE="https://pypi.org/project/gertty/"
+if [[ ${PV} == *9999 ]];then
+	inherit git-r3
+	EGIT_REPO_URI="https://opendev.org/ttygroup/gertty"
+	EGIT_BRANCH="master"
+else
+	SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+	KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+fi
+
+LICENSE="Apache-2.0"
+SLOT="0"
+SLOT="0"
+IUSE=""
+
+CDEPEND=">=dev-python/pbr-0.11[${PYTHON_USEDEP}]"
+DEPEND="
+	dev-python/setuptools[${PYTHON_USEDEP}]
+	${CDEPEND}"
+RDEPEND="
+	${CDEPEND}
+	>=dev-python/urwid-1.2.1[${PYTHON_USEDEP}]
+	!~dev-python/urwid-1.3.0[${PYTHON_USEDEP}]
+	>=dev-python/sqlalchemy-1.0.4[${PYTHON_USEDEP}]
+	>=dev-python/git-python-0.3.7[${PYTHON_USEDEP}]
+	dev-python/python-dateutil[${PYTHON_USEDEP}]
+	>=dev-python/requests-2.5.3[${PYTHON_USEDEP}]
+	<dev-python/requests-3.0.0[${PYTHON_USEDEP}]
+	dev-python/ordereddict[${PYTHON_USEDEP}]
+	>=dev-python/alembic-0.6.4[${PYTHON_USEDEP}]
+	>=dev-python/pyyaml-3.1.0[${PYTHON_USEDEP}]
+	>=dev-python/voluptuous-0.7[${PYTHON_USEDEP}]
+	>=dev-python/ply-3.4[${PYTHON_USEDEP}]
+	dev-python/six[${PYTHON_USEDEP}]"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-util/gertty/
@ 2019-04-24 15:25 Matthew Thode
  0 siblings, 0 replies; 24+ messages in thread
From: Matthew Thode @ 2019-04-24 15:25 UTC (permalink / raw
  To: gentoo-commits

commit:     8100d429872fb38c2518d92d6a83290a09dbb29b
Author:     Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 24 15:24:47 2019 +0000
Commit:     Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Wed Apr 24 15:25:09 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8100d429

dev-util/gertty: update to 1.6.0

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>

 dev-util/gertty/Manifest                                    | 1 +
 dev-util/gertty/{gertty-9999.ebuild => gertty-1.6.0.ebuild} | 4 ++--
 dev-util/gertty/gertty-9999.ebuild                          | 4 ++--
 3 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/dev-util/gertty/Manifest b/dev-util/gertty/Manifest
index 081b319d4ef..6867912d975 100644
--- a/dev-util/gertty/Manifest
+++ b/dev-util/gertty/Manifest
@@ -1,3 +1,4 @@
 DIST gertty-1.3.2.tar.gz 92553 BLAKE2B 2e6771fcf044a8a46e91dbc6f34869be528e0aa4db8344aa26a999bfb9fe1a8e7b18346f1d90f06b7cb436c74a2c04c5528297d126e66b8f985bfc42483c53cc SHA512 b68acb801ceb225fe86d62015fd89bce7ebe34219dbb2f7fe10d991ff06b558a5ed3512e6435ef3ce13324841c473dbec565c7bef23e01567f5bdcbb6aba9136
 DIST gertty-1.4.0.tar.gz 115581 BLAKE2B af1a4ceac5b1e189305463e91d8d79246ccf16d5109b5100c0f928af42c39632d2c4b904c5586428c31d5d12985baf8ed2507c743364d6b26a4a02967b59dfc3 SHA512 9abba6271d3ec95938f07ab4ee76f0b539a7ce7f0bbf9c08509fe9516c14f99ccb7b439d29a30bff6dca99bf39788dc803cd8aed3cc03b531678225fa41102d9
 DIST gertty-1.5.0.tar.gz 119784 BLAKE2B bc563c10009c372de5a702b4ab33d9b6b26a898486fc5a1d840f298b50a779c36467ccf6600b6f29b61d3c15b1cc0bbfe960d0d6a1a71d3f8b8f75dc392ab0dc SHA512 bc47817a3ba9ccce298ee1a646cb43f8a57e9a57a40d898859836b3171abd0cf3c682a5f5811cf3d987a17dbf00dd6706a5dbc5a6a35f1d5ff3a217c68187cda
+DIST gertty-1.6.0.tar.gz 122570 BLAKE2B 8c3628f9b0b56aaff30f183a1ab0d852b8ee487927833f41b8aa61f94f8d14eaf3a8d515d5edcb3fa7dd18ca36f42a977d12790c52d6c629a720b4f29252b030 SHA512 0fe5224f5b4b06910bba0d19453ea0f273f6ea0688b9aa092e11f929b71801581f6d7cead1d64c00912ee3363b98d4b36e903fa992a7ce36f190a4f3c09375d2

diff --git a/dev-util/gertty/gertty-9999.ebuild b/dev-util/gertty/gertty-1.6.0.ebuild
similarity index 89%
copy from dev-util/gertty/gertty-9999.ebuild
copy to dev-util/gertty/gertty-1.6.0.ebuild
index c59d3edabcd..1987101fe4e 100644
--- a/dev-util/gertty/gertty-9999.ebuild
+++ b/dev-util/gertty/gertty-1.6.0.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python2_7 )
+PYTHON_COMPAT=( python2_7 python3_5 python3_6 python3_7 )
 
 inherit distutils-r1
 
@@ -35,7 +35,7 @@ RDEPEND="
 	dev-python/python-dateutil[${PYTHON_USEDEP}]
 	>=dev-python/requests-2.5.3[${PYTHON_USEDEP}]
 	<dev-python/requests-3.0.0[${PYTHON_USEDEP}]
-	dev-python/ordereddict[${PYTHON_USEDEP}]
+	$(python_gen_cond_dep 'dev-python/ordereddict[${PYTHON_USEDEP}]' 'python2*')
 	>=dev-python/alembic-0.6.4[${PYTHON_USEDEP}]
 	>=dev-python/pyyaml-3.1.0[${PYTHON_USEDEP}]
 	>=dev-python/voluptuous-0.7[${PYTHON_USEDEP}]

diff --git a/dev-util/gertty/gertty-9999.ebuild b/dev-util/gertty/gertty-9999.ebuild
index c59d3edabcd..1987101fe4e 100644
--- a/dev-util/gertty/gertty-9999.ebuild
+++ b/dev-util/gertty/gertty-9999.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python2_7 )
+PYTHON_COMPAT=( python2_7 python3_5 python3_6 python3_7 )
 
 inherit distutils-r1
 
@@ -35,7 +35,7 @@ RDEPEND="
 	dev-python/python-dateutil[${PYTHON_USEDEP}]
 	>=dev-python/requests-2.5.3[${PYTHON_USEDEP}]
 	<dev-python/requests-3.0.0[${PYTHON_USEDEP}]
-	dev-python/ordereddict[${PYTHON_USEDEP}]
+	$(python_gen_cond_dep 'dev-python/ordereddict[${PYTHON_USEDEP}]' 'python2*')
 	>=dev-python/alembic-0.6.4[${PYTHON_USEDEP}]
 	>=dev-python/pyyaml-3.1.0[${PYTHON_USEDEP}]
 	>=dev-python/voluptuous-0.7[${PYTHON_USEDEP}]


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

* [gentoo-commits] repo/gentoo:master commit in: dev-util/gertty/
@ 2019-11-18 15:33 Matthew Thode
  0 siblings, 0 replies; 24+ messages in thread
From: Matthew Thode @ 2019-11-18 15:33 UTC (permalink / raw
  To: gentoo-commits

commit:     0a3ded341988d3a0d39c908c66f4d833dcd9db6c
Author:     Petr Vaněk <arkamar <AT> atlas <DOT> cz>
AuthorDate: Mon Nov 18 14:35:43 2019 +0000
Commit:     Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Mon Nov 18 15:33:24 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a3ded34

dev-util/gertty: remove duplicate SLOT variable

Package-Manager: Portage-2.3.76, Repoman-2.3.16
Signed-off-by: Petr Vaněk <arkamar <AT> atlas.cz>
Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>

 dev-util/gertty/gertty-1.3.2.ebuild | 3 +--
 dev-util/gertty/gertty-1.4.0.ebuild | 3 +--
 dev-util/gertty/gertty-1.5.0.ebuild | 3 +--
 dev-util/gertty/gertty-1.6.0.ebuild | 1 -
 dev-util/gertty/gertty-9999.ebuild  | 1 -
 5 files changed, 3 insertions(+), 8 deletions(-)

diff --git a/dev-util/gertty/gertty-1.3.2.ebuild b/dev-util/gertty/gertty-1.3.2.ebuild
index 4ed475d08fb..f9e1d0c8dd6 100644
--- a/dev-util/gertty/gertty-1.3.2.ebuild
+++ b/dev-util/gertty/gertty-1.3.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -11,7 +11,6 @@ HOMEPAGE="https://pypi.org/project/gertty/"
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
-SLOT="0"
 KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
 SLOT="0"
 IUSE=""

diff --git a/dev-util/gertty/gertty-1.4.0.ebuild b/dev-util/gertty/gertty-1.4.0.ebuild
index 4ed475d08fb..f9e1d0c8dd6 100644
--- a/dev-util/gertty/gertty-1.4.0.ebuild
+++ b/dev-util/gertty/gertty-1.4.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -11,7 +11,6 @@ HOMEPAGE="https://pypi.org/project/gertty/"
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
-SLOT="0"
 KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
 SLOT="0"
 IUSE=""

diff --git a/dev-util/gertty/gertty-1.5.0.ebuild b/dev-util/gertty/gertty-1.5.0.ebuild
index dabb69045cd..37e28a61bc8 100644
--- a/dev-util/gertty/gertty-1.5.0.ebuild
+++ b/dev-util/gertty/gertty-1.5.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -11,7 +11,6 @@ HOMEPAGE="https://pypi.org/project/gertty/"
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
-SLOT="0"
 KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
 SLOT="0"
 IUSE=""

diff --git a/dev-util/gertty/gertty-1.6.0.ebuild b/dev-util/gertty/gertty-1.6.0.ebuild
index 1987101fe4e..1b48983961a 100644
--- a/dev-util/gertty/gertty-1.6.0.ebuild
+++ b/dev-util/gertty/gertty-1.6.0.ebuild
@@ -19,7 +19,6 @@ fi
 
 LICENSE="Apache-2.0"
 SLOT="0"
-SLOT="0"
 IUSE=""
 
 CDEPEND=">=dev-python/pbr-0.11[${PYTHON_USEDEP}]"

diff --git a/dev-util/gertty/gertty-9999.ebuild b/dev-util/gertty/gertty-9999.ebuild
index 1987101fe4e..1b48983961a 100644
--- a/dev-util/gertty/gertty-9999.ebuild
+++ b/dev-util/gertty/gertty-9999.ebuild
@@ -19,7 +19,6 @@ fi
 
 LICENSE="Apache-2.0"
 SLOT="0"
-SLOT="0"
 IUSE=""
 
 CDEPEND=">=dev-python/pbr-0.11[${PYTHON_USEDEP}]"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-util/gertty/
@ 2020-01-12 11:25 Michał Górny
  0 siblings, 0 replies; 24+ messages in thread
From: Michał Górny @ 2020-01-12 11:25 UTC (permalink / raw
  To: gentoo-commits

commit:     c2491c3ffc1c67f2e9ceccc2b0bd47944e6aceeb
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 12 11:17:49 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Jan 12 11:25:12 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2491c3f

dev-util/gertty: Remove mistaken ordereddict dep

The package needs ordereddict only with Python < 2.7.

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

 dev-util/gertty/gertty-1.3.2.ebuild                             | 3 +--
 dev-util/gertty/gertty-1.4.0.ebuild                             | 3 +--
 dev-util/gertty/{gertty-1.5.0.ebuild => gertty-1.5.0-r1.ebuild} | 3 +--
 dev-util/gertty/{gertty-1.6.0.ebuild => gertty-1.6.0-r1.ebuild} | 1 -
 dev-util/gertty/gertty-9999.ebuild                              | 1 -
 5 files changed, 3 insertions(+), 8 deletions(-)

diff --git a/dev-util/gertty/gertty-1.3.2.ebuild b/dev-util/gertty/gertty-1.3.2.ebuild
index f9e1d0c8dd6..6157972f8d8 100644
--- a/dev-util/gertty/gertty-1.3.2.ebuild
+++ b/dev-util/gertty/gertty-1.3.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -29,7 +29,6 @@ RDEPEND="
 	dev-python/python-dateutil[${PYTHON_USEDEP}]
 	>=dev-python/requests-2.5.3[${PYTHON_USEDEP}]
 	<dev-python/requests-3.0.0[${PYTHON_USEDEP}]
-	dev-python/ordereddict[${PYTHON_USEDEP}]
 	>=dev-python/alembic-0.6.4[${PYTHON_USEDEP}]
 	>=dev-python/pyyaml-3.1.0[${PYTHON_USEDEP}]
 	>=dev-python/voluptuous-0.7[${PYTHON_USEDEP}]

diff --git a/dev-util/gertty/gertty-1.4.0.ebuild b/dev-util/gertty/gertty-1.4.0.ebuild
index f9e1d0c8dd6..6157972f8d8 100644
--- a/dev-util/gertty/gertty-1.4.0.ebuild
+++ b/dev-util/gertty/gertty-1.4.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -29,7 +29,6 @@ RDEPEND="
 	dev-python/python-dateutil[${PYTHON_USEDEP}]
 	>=dev-python/requests-2.5.3[${PYTHON_USEDEP}]
 	<dev-python/requests-3.0.0[${PYTHON_USEDEP}]
-	dev-python/ordereddict[${PYTHON_USEDEP}]
 	>=dev-python/alembic-0.6.4[${PYTHON_USEDEP}]
 	>=dev-python/pyyaml-3.1.0[${PYTHON_USEDEP}]
 	>=dev-python/voluptuous-0.7[${PYTHON_USEDEP}]

diff --git a/dev-util/gertty/gertty-1.5.0.ebuild b/dev-util/gertty/gertty-1.5.0-r1.ebuild
similarity index 93%
rename from dev-util/gertty/gertty-1.5.0.ebuild
rename to dev-util/gertty/gertty-1.5.0-r1.ebuild
index 37e28a61bc8..c7152e1a9b5 100644
--- a/dev-util/gertty/gertty-1.5.0.ebuild
+++ b/dev-util/gertty/gertty-1.5.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -28,7 +28,6 @@ RDEPEND="
 	dev-python/python-dateutil[${PYTHON_USEDEP}]
 	>=dev-python/requests-2.5.3[${PYTHON_USEDEP}]
 	<dev-python/requests-3.0.0[${PYTHON_USEDEP}]
-	dev-python/ordereddict[${PYTHON_USEDEP}]
 	>=dev-python/alembic-0.6.4[${PYTHON_USEDEP}]
 	>=dev-python/pyyaml-3.1.0[${PYTHON_USEDEP}]
 	>=dev-python/voluptuous-0.7[${PYTHON_USEDEP}]

diff --git a/dev-util/gertty/gertty-1.6.0.ebuild b/dev-util/gertty/gertty-1.6.0-r1.ebuild
similarity index 94%
rename from dev-util/gertty/gertty-1.6.0.ebuild
rename to dev-util/gertty/gertty-1.6.0-r1.ebuild
index f81ccde83cb..773f2d6e4de 100644
--- a/dev-util/gertty/gertty-1.6.0.ebuild
+++ b/dev-util/gertty/gertty-1.6.0-r1.ebuild
@@ -34,7 +34,6 @@ RDEPEND="
 	dev-python/python-dateutil[${PYTHON_USEDEP}]
 	>=dev-python/requests-2.5.3[${PYTHON_USEDEP}]
 	<dev-python/requests-3.0.0[${PYTHON_USEDEP}]
-	$(python_gen_cond_dep 'dev-python/ordereddict[${PYTHON_USEDEP}]' 'python2*')
 	>=dev-python/alembic-0.6.4[${PYTHON_USEDEP}]
 	>=dev-python/pyyaml-3.1.0[${PYTHON_USEDEP}]
 	>=dev-python/voluptuous-0.7[${PYTHON_USEDEP}]

diff --git a/dev-util/gertty/gertty-9999.ebuild b/dev-util/gertty/gertty-9999.ebuild
index f81ccde83cb..773f2d6e4de 100644
--- a/dev-util/gertty/gertty-9999.ebuild
+++ b/dev-util/gertty/gertty-9999.ebuild
@@ -34,7 +34,6 @@ RDEPEND="
 	dev-python/python-dateutil[${PYTHON_USEDEP}]
 	>=dev-python/requests-2.5.3[${PYTHON_USEDEP}]
 	<dev-python/requests-3.0.0[${PYTHON_USEDEP}]
-	$(python_gen_cond_dep 'dev-python/ordereddict[${PYTHON_USEDEP}]' 'python2*')
 	>=dev-python/alembic-0.6.4[${PYTHON_USEDEP}]
 	>=dev-python/pyyaml-3.1.0[${PYTHON_USEDEP}]
 	>=dev-python/voluptuous-0.7[${PYTHON_USEDEP}]


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

* [gentoo-commits] repo/gentoo:master commit in: dev-util/gertty/
@ 2020-01-14 16:14 Agostino Sarubbo
  0 siblings, 0 replies; 24+ messages in thread
From: Agostino Sarubbo @ 2020-01-14 16:14 UTC (permalink / raw
  To: gentoo-commits

commit:     6777c13c283622441813f1397544b62d5afc21bc
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 14 16:14:22 2020 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Tue Jan 14 16:14:22 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6777c13c

dev-util/gertty: amd64 stable wrt bug #705312

Package-Manager: Portage-2.3.79, Repoman-2.3.16
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 dev-util/gertty/gertty-1.6.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/gertty/gertty-1.6.0-r1.ebuild b/dev-util/gertty/gertty-1.6.0-r1.ebuild
index 773f2d6e4de..456f9c56ca6 100644
--- a/dev-util/gertty/gertty-1.6.0-r1.ebuild
+++ b/dev-util/gertty/gertty-1.6.0-r1.ebuild
@@ -14,7 +14,7 @@ if [[ ${PV} == *9999 ]];then
 	EGIT_BRANCH="master"
 else
 	SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-	KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+	KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux"
 fi
 
 LICENSE="Apache-2.0"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-util/gertty/
@ 2020-01-17 10:30 Agostino Sarubbo
  0 siblings, 0 replies; 24+ messages in thread
From: Agostino Sarubbo @ 2020-01-17 10:30 UTC (permalink / raw
  To: gentoo-commits

commit:     1d47b7d5100d8b4975a0166a38faac792f2e4bef
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 17 10:29:50 2020 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Fri Jan 17 10:29:50 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d47b7d5

dev-util/gertty: x86 stable wrt bug #705312

Package-Manager: Portage-2.3.79, Repoman-2.3.16
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 dev-util/gertty/gertty-1.6.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/gertty/gertty-1.6.0-r1.ebuild b/dev-util/gertty/gertty-1.6.0-r1.ebuild
index 456f9c56ca6..f25f9045745 100644
--- a/dev-util/gertty/gertty-1.6.0-r1.ebuild
+++ b/dev-util/gertty/gertty-1.6.0-r1.ebuild
@@ -14,7 +14,7 @@ if [[ ${PV} == *9999 ]];then
 	EGIT_BRANCH="master"
 else
 	SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-	KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux"
+	KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
 fi
 
 LICENSE="Apache-2.0"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-util/gertty/
@ 2020-02-05 16:27 Michał Górny
  0 siblings, 0 replies; 24+ messages in thread
From: Michał Górny @ 2020-02-05 16:27 UTC (permalink / raw
  To: gentoo-commits

commit:     8c9353b5105ecd7e172d1febc345a5586d0be1e5
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Feb  5 16:25:22 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Feb  5 16:25:22 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c9353b5

dev-util/gertty: Remove old (py2)

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

 dev-util/gertty/Manifest               |  3 ---
 dev-util/gertty/gertty-1.3.2.ebuild    | 36 ----------------------------------
 dev-util/gertty/gertty-1.4.0.ebuild    | 36 ----------------------------------
 dev-util/gertty/gertty-1.5.0-r1.ebuild | 35 ---------------------------------
 4 files changed, 110 deletions(-)

diff --git a/dev-util/gertty/Manifest b/dev-util/gertty/Manifest
index 6867912d975..e78378718b3 100644
--- a/dev-util/gertty/Manifest
+++ b/dev-util/gertty/Manifest
@@ -1,4 +1 @@
-DIST gertty-1.3.2.tar.gz 92553 BLAKE2B 2e6771fcf044a8a46e91dbc6f34869be528e0aa4db8344aa26a999bfb9fe1a8e7b18346f1d90f06b7cb436c74a2c04c5528297d126e66b8f985bfc42483c53cc SHA512 b68acb801ceb225fe86d62015fd89bce7ebe34219dbb2f7fe10d991ff06b558a5ed3512e6435ef3ce13324841c473dbec565c7bef23e01567f5bdcbb6aba9136
-DIST gertty-1.4.0.tar.gz 115581 BLAKE2B af1a4ceac5b1e189305463e91d8d79246ccf16d5109b5100c0f928af42c39632d2c4b904c5586428c31d5d12985baf8ed2507c743364d6b26a4a02967b59dfc3 SHA512 9abba6271d3ec95938f07ab4ee76f0b539a7ce7f0bbf9c08509fe9516c14f99ccb7b439d29a30bff6dca99bf39788dc803cd8aed3cc03b531678225fa41102d9
-DIST gertty-1.5.0.tar.gz 119784 BLAKE2B bc563c10009c372de5a702b4ab33d9b6b26a898486fc5a1d840f298b50a779c36467ccf6600b6f29b61d3c15b1cc0bbfe960d0d6a1a71d3f8b8f75dc392ab0dc SHA512 bc47817a3ba9ccce298ee1a646cb43f8a57e9a57a40d898859836b3171abd0cf3c682a5f5811cf3d987a17dbf00dd6706a5dbc5a6a35f1d5ff3a217c68187cda
 DIST gertty-1.6.0.tar.gz 122570 BLAKE2B 8c3628f9b0b56aaff30f183a1ab0d852b8ee487927833f41b8aa61f94f8d14eaf3a8d515d5edcb3fa7dd18ca36f42a977d12790c52d6c629a720b4f29252b030 SHA512 0fe5224f5b4b06910bba0d19453ea0f273f6ea0688b9aa092e11f929b71801581f6d7cead1d64c00912ee3363b98d4b36e903fa992a7ce36f190a4f3c09375d2

diff --git a/dev-util/gertty/gertty-1.3.2.ebuild b/dev-util/gertty/gertty-1.3.2.ebuild
deleted file mode 100644
index 6157972f8d8..00000000000
--- a/dev-util/gertty/gertty-1.3.2.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1
-
-DESCRIPTION="Gertty is a console-based interface to the Gerrit Code Review system."
-HOMEPAGE="https://pypi.org/project/gertty/"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-SLOT="0"
-IUSE=""
-
-CDEPEND=">=dev-python/pbr-0.11[${PYTHON_USEDEP}]
-	<dev-python/pbr-2.0[${PYTHON_USEDEP}]"
-DEPEND="
-	dev-python/setuptools[${PYTHON_USEDEP}]
-	${CDEPEND}"
-RDEPEND="
-	${CDEPEND}
-	>=dev-python/urwid-1.2.1[${PYTHON_USEDEP}]
-	!~dev-python/urwid-1.3.0[${PYTHON_USEDEP}]
-	>=dev-python/sqlalchemy-1.0.4[${PYTHON_USEDEP}]
-	>=dev-python/git-python-0.3.2[${PYTHON_USEDEP}]
-	dev-python/python-dateutil[${PYTHON_USEDEP}]
-	>=dev-python/requests-2.5.3[${PYTHON_USEDEP}]
-	<dev-python/requests-3.0.0[${PYTHON_USEDEP}]
-	>=dev-python/alembic-0.6.4[${PYTHON_USEDEP}]
-	>=dev-python/pyyaml-3.1.0[${PYTHON_USEDEP}]
-	>=dev-python/voluptuous-0.7[${PYTHON_USEDEP}]
-	>=dev-python/ply-3.4[${PYTHON_USEDEP}]
-	dev-python/six[${PYTHON_USEDEP}]"

diff --git a/dev-util/gertty/gertty-1.4.0.ebuild b/dev-util/gertty/gertty-1.4.0.ebuild
deleted file mode 100644
index 6157972f8d8..00000000000
--- a/dev-util/gertty/gertty-1.4.0.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1
-
-DESCRIPTION="Gertty is a console-based interface to the Gerrit Code Review system."
-HOMEPAGE="https://pypi.org/project/gertty/"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-SLOT="0"
-IUSE=""
-
-CDEPEND=">=dev-python/pbr-0.11[${PYTHON_USEDEP}]
-	<dev-python/pbr-2.0[${PYTHON_USEDEP}]"
-DEPEND="
-	dev-python/setuptools[${PYTHON_USEDEP}]
-	${CDEPEND}"
-RDEPEND="
-	${CDEPEND}
-	>=dev-python/urwid-1.2.1[${PYTHON_USEDEP}]
-	!~dev-python/urwid-1.3.0[${PYTHON_USEDEP}]
-	>=dev-python/sqlalchemy-1.0.4[${PYTHON_USEDEP}]
-	>=dev-python/git-python-0.3.2[${PYTHON_USEDEP}]
-	dev-python/python-dateutil[${PYTHON_USEDEP}]
-	>=dev-python/requests-2.5.3[${PYTHON_USEDEP}]
-	<dev-python/requests-3.0.0[${PYTHON_USEDEP}]
-	>=dev-python/alembic-0.6.4[${PYTHON_USEDEP}]
-	>=dev-python/pyyaml-3.1.0[${PYTHON_USEDEP}]
-	>=dev-python/voluptuous-0.7[${PYTHON_USEDEP}]
-	>=dev-python/ply-3.4[${PYTHON_USEDEP}]
-	dev-python/six[${PYTHON_USEDEP}]"

diff --git a/dev-util/gertty/gertty-1.5.0-r1.ebuild b/dev-util/gertty/gertty-1.5.0-r1.ebuild
deleted file mode 100644
index c7152e1a9b5..00000000000
--- a/dev-util/gertty/gertty-1.5.0-r1.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1
-
-DESCRIPTION="Gertty is a console-based interface to the Gerrit Code Review system."
-HOMEPAGE="https://pypi.org/project/gertty/"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
-SLOT="0"
-IUSE=""
-
-CDEPEND=">=dev-python/pbr-0.11[${PYTHON_USEDEP}]"
-DEPEND="
-	dev-python/setuptools[${PYTHON_USEDEP}]
-	${CDEPEND}"
-RDEPEND="
-	${CDEPEND}
-	>=dev-python/urwid-1.2.1[${PYTHON_USEDEP}]
-	!~dev-python/urwid-1.3.0[${PYTHON_USEDEP}]
-	>=dev-python/sqlalchemy-1.0.4[${PYTHON_USEDEP}]
-	>=dev-python/git-python-0.3.7[${PYTHON_USEDEP}]
-	dev-python/python-dateutil[${PYTHON_USEDEP}]
-	>=dev-python/requests-2.5.3[${PYTHON_USEDEP}]
-	<dev-python/requests-3.0.0[${PYTHON_USEDEP}]
-	>=dev-python/alembic-0.6.4[${PYTHON_USEDEP}]
-	>=dev-python/pyyaml-3.1.0[${PYTHON_USEDEP}]
-	>=dev-python/voluptuous-0.7[${PYTHON_USEDEP}]
-	>=dev-python/ply-3.4[${PYTHON_USEDEP}]
-	dev-python/six[${PYTHON_USEDEP}]"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-util/gertty/
@ 2020-02-05 16:27 Michał Górny
  0 siblings, 0 replies; 24+ messages in thread
From: Michał Górny @ 2020-02-05 16:27 UTC (permalink / raw
  To: gentoo-commits

commit:     2ae8e0b993969e65ff015428246c8786aca701b2
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Feb  5 16:25:56 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Feb  5 16:25:56 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ae8e0b9

dev-util/gertty: Remove py2

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

 dev-util/gertty/gertty-1.6.0-r1.ebuild | 2 +-
 dev-util/gertty/gertty-9999.ebuild     | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-util/gertty/gertty-1.6.0-r1.ebuild b/dev-util/gertty/gertty-1.6.0-r1.ebuild
index f25f9045745..cba65e08b2e 100644
--- a/dev-util/gertty/gertty-1.6.0-r1.ebuild
+++ b/dev-util/gertty/gertty-1.6.0-r1.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python2_7 python3_6 python3_7 )
+PYTHON_COMPAT=( python3_6 python3_7 )
 
 inherit distutils-r1
 

diff --git a/dev-util/gertty/gertty-9999.ebuild b/dev-util/gertty/gertty-9999.ebuild
index 773f2d6e4de..9cb8603575a 100644
--- a/dev-util/gertty/gertty-9999.ebuild
+++ b/dev-util/gertty/gertty-9999.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python2_7 python3_6 python3_7 )
+PYTHON_COMPAT=( python3_6 python3_7 )
 
 inherit distutils-r1
 


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

* [gentoo-commits] repo/gentoo:master commit in: dev-util/gertty/
@ 2020-02-09 13:14 David Seifert
  0 siblings, 0 replies; 24+ messages in thread
From: David Seifert @ 2020-02-09 13:14 UTC (permalink / raw
  To: gentoo-commits

commit:     f3679e8fcec095b865b3c02738bcb549680cacd8
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sun Feb  9 13:13:10 2020 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Feb  9 13:13:10 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3679e8f

dev-util/gertty: [QA] Fix OutdatedBlocker

Package-Manager: Portage-2.3.88, Repoman-2.3.20
Signed-off-by: David Seifert <soap <AT> gentoo.org>

 dev-util/gertty/gertty-1.6.0-r1.ebuild | 1 -
 dev-util/gertty/gertty-9999.ebuild     | 1 -
 dev-util/gertty/metadata.xml           | 3 ---
 3 files changed, 5 deletions(-)

diff --git a/dev-util/gertty/gertty-1.6.0-r1.ebuild b/dev-util/gertty/gertty-1.6.0-r1.ebuild
index cba65e08b2e..357e03afb46 100644
--- a/dev-util/gertty/gertty-1.6.0-r1.ebuild
+++ b/dev-util/gertty/gertty-1.6.0-r1.ebuild
@@ -28,7 +28,6 @@ DEPEND="
 RDEPEND="
 	${CDEPEND}
 	>=dev-python/urwid-1.2.1[${PYTHON_USEDEP}]
-	!~dev-python/urwid-1.3.0[${PYTHON_USEDEP}]
 	>=dev-python/sqlalchemy-1.0.4[${PYTHON_USEDEP}]
 	>=dev-python/git-python-0.3.7[${PYTHON_USEDEP}]
 	dev-python/python-dateutil[${PYTHON_USEDEP}]

diff --git a/dev-util/gertty/gertty-9999.ebuild b/dev-util/gertty/gertty-9999.ebuild
index 9cb8603575a..1f82d993288 100644
--- a/dev-util/gertty/gertty-9999.ebuild
+++ b/dev-util/gertty/gertty-9999.ebuild
@@ -28,7 +28,6 @@ DEPEND="
 RDEPEND="
 	${CDEPEND}
 	>=dev-python/urwid-1.2.1[${PYTHON_USEDEP}]
-	!~dev-python/urwid-1.3.0[${PYTHON_USEDEP}]
 	>=dev-python/sqlalchemy-1.0.4[${PYTHON_USEDEP}]
 	>=dev-python/git-python-0.3.7[${PYTHON_USEDEP}]
 	dev-python/python-dateutil[${PYTHON_USEDEP}]

diff --git a/dev-util/gertty/metadata.xml b/dev-util/gertty/metadata.xml
index fa43bcc48af..3fb64a2f54d 100644
--- a/dev-util/gertty/metadata.xml
+++ b/dev-util/gertty/metadata.xml
@@ -5,9 +5,6 @@
 		<email>prometheanfire@gentoo.org</email>
 		<name>Matthew Thode</name>
 	</maintainer>
-	<longdescription lang="en">
-		Gertty is a console-based interface to the Gerrit Code Review system.
-	</longdescription>
 	<upstream>
 		<remote-id type="pypi">gertty</remote-id>
 		<remote-id type="github">openstack/gertty</remote-id>


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

* [gentoo-commits] repo/gentoo:master commit in: dev-util/gertty/
@ 2020-10-18 18:54 Matthew Thode
  0 siblings, 0 replies; 24+ messages in thread
From: Matthew Thode @ 2020-10-18 18:54 UTC (permalink / raw
  To: gentoo-commits

commit:     303fd7efb5225dc07c74fa01e30b913493d6b0a4
Author:     Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 18 18:54:25 2020 +0000
Commit:     Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Sun Oct 18 18:54:48 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=303fd7ef

dev-util/gertty: add py38 and set DISTUTILS_USE_SETUPTOOLS=rdepend

Closes: https://bugs.gentoo.org/749882
Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>

 dev-util/gertty/gertty-1.6.0-r1.ebuild | 10 ++++------
 dev-util/gertty/gertty-9999.ebuild     | 10 ++++------
 2 files changed, 8 insertions(+), 12 deletions(-)

diff --git a/dev-util/gertty/gertty-1.6.0-r1.ebuild b/dev-util/gertty/gertty-1.6.0-r1.ebuild
index 74a745757ac..6dcac9474c9 100644
--- a/dev-util/gertty/gertty-1.6.0-r1.ebuild
+++ b/dev-util/gertty/gertty-1.6.0-r1.ebuild
@@ -2,7 +2,8 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python3_6 python3_7 )
+PYTHON_COMPAT=( python3_6 python3_7 python3_8 )
+DISTUTILS_USE_SETUPTOOLS=rdepend
 
 inherit distutils-r1
 
@@ -21,12 +22,9 @@ LICENSE="Apache-2.0"
 SLOT="0"
 IUSE=""
 
-CDEPEND=">=dev-python/pbr-0.11[${PYTHON_USEDEP}]"
-DEPEND="
-	dev-python/setuptools[${PYTHON_USEDEP}]
-	${CDEPEND}"
+DEPEND=">=dev-python/pbr-0.11[${PYTHON_USEDEP}]"
 RDEPEND="
-	${CDEPEND}
+	>=dev-python/pbr-0.11[${PYTHON_USEDEP}]
 	>=dev-python/urwid-1.2.1[${PYTHON_USEDEP}]
 	>=dev-python/sqlalchemy-1.0.4[${PYTHON_USEDEP}]
 	>=dev-python/GitPython-0.3.7[${PYTHON_USEDEP}]

diff --git a/dev-util/gertty/gertty-9999.ebuild b/dev-util/gertty/gertty-9999.ebuild
index c22ac8ed0f1..727fb88a68e 100644
--- a/dev-util/gertty/gertty-9999.ebuild
+++ b/dev-util/gertty/gertty-9999.ebuild
@@ -2,7 +2,8 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python3_6 python3_7 )
+PYTHON_COMPAT=( python3_6 python3_7 python3_8 )
+DISTUTILS_USE_SETUPTOOLS=rdepend
 
 inherit distutils-r1
 
@@ -21,12 +22,9 @@ LICENSE="Apache-2.0"
 SLOT="0"
 IUSE=""
 
-CDEPEND=">=dev-python/pbr-0.11[${PYTHON_USEDEP}]"
-DEPEND="
-	dev-python/setuptools[${PYTHON_USEDEP}]
-	${CDEPEND}"
+DEPEND=">=dev-python/pbr-0.11[${PYTHON_USEDEP}]"
 RDEPEND="
-	${CDEPEND}
+	>=dev-python/pbr-0.11[${PYTHON_USEDEP}]
 	>=dev-python/urwid-1.2.1[${PYTHON_USEDEP}]
 	>=dev-python/sqlalchemy-1.0.4[${PYTHON_USEDEP}]
 	>=dev-python/GitPython-0.3.7[${PYTHON_USEDEP}]


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

* [gentoo-commits] repo/gentoo:master commit in: dev-util/gertty/
@ 2021-10-17 16:51 Matthew Thode
  0 siblings, 0 replies; 24+ messages in thread
From: Matthew Thode @ 2021-10-17 16:51 UTC (permalink / raw
  To: gentoo-commits

commit:     f857dd22657ca19f16db1691fb6f003d3df2b393
Author:     Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 17 16:51:04 2021 +0000
Commit:     Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Sun Oct 17 16:51:04 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f857dd22

dev-util/gertty: fix setuptools value

Closes: https://bugs.gentoo.org/818604
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>

 dev-util/gertty/gertty-1.6.0-r1.ebuild | 5 ++---
 dev-util/gertty/gertty-9999.ebuild     | 5 ++---
 2 files changed, 4 insertions(+), 6 deletions(-)

diff --git a/dev-util/gertty/gertty-1.6.0-r1.ebuild b/dev-util/gertty/gertty-1.6.0-r1.ebuild
index 420946d2f2c..1c7c40458d6 100644
--- a/dev-util/gertty/gertty-1.6.0-r1.ebuild
+++ b/dev-util/gertty/gertty-1.6.0-r1.ebuild
@@ -1,9 +1,8 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python3_7 python3_8 )
-DISTUTILS_USE_SETUPTOOLS=rdepend
+PYTHON_COMPAT=( python3_7 python3_8 python3_9 )
 
 inherit distutils-r1
 

diff --git a/dev-util/gertty/gertty-9999.ebuild b/dev-util/gertty/gertty-9999.ebuild
index 3b0c0eca20c..31488d532f1 100644
--- a/dev-util/gertty/gertty-9999.ebuild
+++ b/dev-util/gertty/gertty-9999.ebuild
@@ -1,9 +1,8 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python3_7 python3_8 )
-DISTUTILS_USE_SETUPTOOLS=rdepend
+PYTHON_COMPAT=( python3_7 python3_8 python3_9 )
 
 inherit distutils-r1
 


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

* [gentoo-commits] repo/gentoo:master commit in: dev-util/gertty/
@ 2022-05-20  2:04 Matthew Thode
  0 siblings, 0 replies; 24+ messages in thread
From: Matthew Thode @ 2022-05-20  2:04 UTC (permalink / raw
  To: gentoo-commits

commit:     10cda46db35235ad98c4d603b1aa6b93615d2977
Author:     Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
AuthorDate: Fri May 20 02:04:12 2022 +0000
Commit:     Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Fri May 20 02:04:16 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10cda46d

dev-util/gertty: add python3.10 to python_compat

Closes: https://bugs.gentoo.org/845945
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>

 dev-util/gertty/gertty-1.6.0-r1.ebuild | 4 ++--
 dev-util/gertty/gertty-9999.ebuild     | 6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/dev-util/gertty/gertty-1.6.0-r1.ebuild b/dev-util/gertty/gertty-1.6.0-r1.ebuild
index fbd4f6bcd9f2..81582d8aa357 100644
--- a/dev-util/gertty/gertty-1.6.0-r1.ebuild
+++ b/dev-util/gertty/gertty-1.6.0-r1.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python3_7 python3_8 python3_9 )
+PYTHON_COMPAT=( python3_7 python3_8 python3_9 python3_8 )
 
 inherit distutils-r1
 

diff --git a/dev-util/gertty/gertty-9999.ebuild b/dev-util/gertty/gertty-9999.ebuild
index dd4e83ac1992..9c6ff68f0c18 100644
--- a/dev-util/gertty/gertty-9999.ebuild
+++ b/dev-util/gertty/gertty-9999.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
-PYTHON_COMPAT=( python3_7 python3_8 python3_9 )
+EAPI=8
+PYTHON_COMPAT=( python3_7 python3_8 python3_9 python3_10 )
 
 inherit distutils-r1
 


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

* [gentoo-commits] repo/gentoo:master commit in: dev-util/gertty/
@ 2023-01-13 11:53 Arthur Zamarin
  0 siblings, 0 replies; 24+ messages in thread
From: Arthur Zamarin @ 2023-01-13 11:53 UTC (permalink / raw
  To: gentoo-commits

commit:     a954453cf10bb4c3b66dee4171774ca7a11660f3
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 13 11:52:31 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Jan 13 11:52:31 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a954453c

dev-util/gertty: enable py3.10

Follows: 10cda46db35235ad98c4d603b1aa6b93615d2977
Closes: https://bugs.gentoo.org/845945
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-util/gertty/gertty-1.6.0-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-util/gertty/gertty-1.6.0-r1.ebuild b/dev-util/gertty/gertty-1.6.0-r1.ebuild
index 81582d8aa357..47ab89ec5b38 100644
--- a/dev-util/gertty/gertty-1.6.0-r1.ebuild
+++ b/dev-util/gertty/gertty-1.6.0-r1.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python3_7 python3_8 python3_9 python3_8 )
+PYTHON_COMPAT=( python3_{8..10} )
 
 inherit distutils-r1
 


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

* [gentoo-commits] repo/gentoo:master commit in: dev-util/gertty/
@ 2023-03-16 18:52 Michał Górny
  0 siblings, 0 replies; 24+ messages in thread
From: Michał Górny @ 2023-03-16 18:52 UTC (permalink / raw
  To: gentoo-commits

commit:     32f4313b6d28099b95def1dab715e1bcdb945f35
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 16 16:16:28 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Mar 16 18:50:40 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32f4313b

dev-util/gertty: Sync the live ebuild

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

 dev-util/gertty/gertty-9999.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-util/gertty/gertty-9999.ebuild b/dev-util/gertty/gertty-9999.ebuild
index 79d11f1d663b..99f28ea8c61b 100644
--- a/dev-util/gertty/gertty-9999.ebuild
+++ b/dev-util/gertty/gertty-9999.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
-PYTHON_COMPAT=(  python3_9 python3_10 )
+PYTHON_COMPAT=( python3_{9..10} )
 
 inherit distutils-r1
 
@@ -13,7 +13,7 @@ if [[ ${PV} == *9999 ]];then
 	EGIT_REPO_URI="https://opendev.org/ttygroup/gertty"
 	EGIT_BRANCH="master"
 else
-	SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+	inherit pypi
 	KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
 fi
 


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

* [gentoo-commits] repo/gentoo:master commit in: dev-util/gertty/
@ 2023-05-03 15:18 Matthew Thode
  0 siblings, 0 replies; 24+ messages in thread
From: Matthew Thode @ 2023-05-03 15:18 UTC (permalink / raw
  To: gentoo-commits

commit:     9ff83a5fddf764f8b67b77da6a13a3b40b4a7b25
Author:     Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
AuthorDate: Wed May  3 15:16:16 2023 +0000
Commit:     Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Wed May  3 15:16:16 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ff83a5f

dev-util/gertty: enable py3.11

Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>

 dev-util/gertty/gertty-1.6.0-r1.ebuild | 2 +-
 dev-util/gertty/gertty-9999.ebuild     | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-util/gertty/gertty-1.6.0-r1.ebuild b/dev-util/gertty/gertty-1.6.0-r1.ebuild
index d9c838068ec6..d8ec78d1a9be 100644
--- a/dev-util/gertty/gertty-1.6.0-r1.ebuild
+++ b/dev-util/gertty/gertty-1.6.0-r1.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python3_{9..10} )
+PYTHON_COMPAT=( python3_{9..11} )
 
 inherit distutils-r1
 

diff --git a/dev-util/gertty/gertty-9999.ebuild b/dev-util/gertty/gertty-9999.ebuild
index 1c4077d597a8..5f974bff7261 100644
--- a/dev-util/gertty/gertty-9999.ebuild
+++ b/dev-util/gertty/gertty-9999.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
-PYTHON_COMPAT=( python3_{9..10} )
+PYTHON_COMPAT=( python3_{9..11} )
 
 inherit distutils-r1
 


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

* [gentoo-commits] repo/gentoo:master commit in: dev-util/gertty/
@ 2024-02-26 21:43 Matthew Thode
  0 siblings, 0 replies; 24+ messages in thread
From: Matthew Thode @ 2024-02-26 21:43 UTC (permalink / raw
  To: gentoo-commits

commit:     9cdab660474cead629b3767bd657323ba0b8b0f4
Author:     Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 26 21:43:07 2024 +0000
Commit:     Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Mon Feb 26 21:43:07 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9cdab660

dev-util/gertty: sqlalchemy patch merged

Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>

 dev-util/gertty/gertty-9999.ebuild | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/dev-util/gertty/gertty-9999.ebuild b/dev-util/gertty/gertty-9999.ebuild
index 5f974bff7261..9d34f2fa9cef 100644
--- a/dev-util/gertty/gertty-9999.ebuild
+++ b/dev-util/gertty/gertty-9999.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
@@ -21,9 +21,6 @@ LICENSE="Apache-2.0"
 SLOT="0"
 IUSE=""
 
-# needed til upstream merges https://review.opendev.org/c/ttygroup/gertty/+/880123
-PATCHES="${FILESDIR}/sqlalchemy-2.patch"
-
 DEPEND=">=dev-python/pbr-0.11[${PYTHON_USEDEP}]"
 RDEPEND="
 	>=dev-python/pbr-0.11[${PYTHON_USEDEP}]


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

* [gentoo-commits] repo/gentoo:master commit in: dev-util/gertty/
@ 2024-03-08  4:12 Matthew Thode
  0 siblings, 0 replies; 24+ messages in thread
From: Matthew Thode @ 2024-03-08  4:12 UTC (permalink / raw
  To: gentoo-commits

commit:     56c1fa06eecb61c479c435161bf6cadb37dc2661
Author:     Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
AuthorDate: Fri Mar  8 04:11:34 2024 +0000
Commit:     Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Fri Mar  8 04:11:34 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56c1fa06

dev-util/gertty: fix pep517 not being defined

https://bugs.gentoo.org/909979

Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>

 dev-util/gertty/gertty-1.6.0-r1.ebuild | 3 ++-
 dev-util/gertty/gertty-9999.ebuild     | 1 +
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/dev-util/gertty/gertty-1.6.0-r1.ebuild b/dev-util/gertty/gertty-1.6.0-r1.ebuild
index d8ec78d1a9be..bb526e970682 100644
--- a/dev-util/gertty/gertty-1.6.0-r1.ebuild
+++ b/dev-util/gertty/gertty-1.6.0-r1.ebuild
@@ -1,8 +1,9 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 PYTHON_COMPAT=( python3_{9..11} )
+DISTUTILS_USE_PEP517=setuptools
 
 inherit distutils-r1
 

diff --git a/dev-util/gertty/gertty-9999.ebuild b/dev-util/gertty/gertty-9999.ebuild
index 9d34f2fa9cef..6e5ddeafe6e3 100644
--- a/dev-util/gertty/gertty-9999.ebuild
+++ b/dev-util/gertty/gertty-9999.ebuild
@@ -3,6 +3,7 @@
 
 EAPI=8
 PYTHON_COMPAT=( python3_{9..11} )
+DISTUTILS_USE_PEP517=setuptools
 
 inherit distutils-r1
 


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

* [gentoo-commits] repo/gentoo:master commit in: dev-util/gertty/
@ 2024-03-12  5:16 Sam James
  0 siblings, 0 replies; 24+ messages in thread
From: Sam James @ 2024-03-12  5:16 UTC (permalink / raw
  To: gentoo-commits

commit:     6ccfffa5524eba5950f104e8eb2c9d70e1deca0f
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 12 04:21:31 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Mar 12 05:15:34 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ccfffa5

dev-util/gertty: revbump for PEP517 change

diff is OK:
```
 * CMP: =dev-util/gertty-1.6.0-r1 with dev-util/gertty-1.6.0-r1/image
 *  FILES:-usr/lib/python3.10/site-packages/gertty-*-py3.10.egg-info/PKG-INFO
 *  FILES:-usr/lib/python3.10/site-packages/gertty-*-py3.10.egg-info/SOURCES.txt
 *  FILES:-usr/lib/python3.10/site-packages/gertty-*-py3.10.egg-info/dependency_links.txt
 *  FILES:-usr/lib/python3.10/site-packages/gertty-*-py3.10.egg-info/entry_points.txt
 *  FILES:-usr/lib/python3.10/site-packages/gertty-*-py3.10.egg-info/not-zip-safe
 *  FILES:-usr/lib/python3.10/site-packages/gertty-*-py3.10.egg-info/pbr.json
 *  FILES:-usr/lib/python3.10/site-packages/gertty-*-py3.10.egg-info/requires.txt
 *  FILES:-usr/lib/python3.10/site-packages/gertty-*-py3.10.egg-info/top_level.txt
 *  FILES:+usr/lib/python3.10/site-packages/gertty-*.dist-info/AUTHORS
 *  FILES:+usr/lib/python3.10/site-packages/gertty-*.dist-info/METADATA
 *  FILES:+usr/lib/python3.10/site-packages/gertty-*.dist-info/RECORD
 *  FILES:+usr/lib/python3.10/site-packages/gertty-*.dist-info/WHEEL
 *  FILES:+usr/lib/python3.10/site-packages/gertty-*.dist-info/entry_points.txt
 *  FILES:+usr/lib/python3.10/site-packages/gertty-*.dist-info/pbr.json
 *  FILES:+usr/lib/python3.10/site-packages/gertty-*.dist-info/top_level.txt
 *  FILES:-usr/lib/python3.11/site-packages/gertty-*-py3.11.egg-info/PKG-INFO
 *  FILES:-usr/lib/python3.11/site-packages/gertty-*-py3.11.egg-info/SOURCES.txt
 *  FILES:-usr/lib/python3.11/site-packages/gertty-*-py3.11.egg-info/dependency_links.txt
 *  FILES:-usr/lib/python3.11/site-packages/gertty-*-py3.11.egg-info/entry_points.txt
 *  FILES:-usr/lib/python3.11/site-packages/gertty-*-py3.11.egg-info/not-zip-safe
 *  FILES:-usr/lib/python3.11/site-packages/gertty-*-py3.11.egg-info/pbr.json
 *  FILES:-usr/lib/python3.11/site-packages/gertty-*-py3.11.egg-info/requires.txt
 *  FILES:-usr/lib/python3.11/site-packages/gertty-*-py3.11.egg-info/top_level.txt
 *  FILES:+usr/lib/python3.11/site-packages/gertty-*.dist-info/AUTHORS
 *  FILES:+usr/lib/python3.11/site-packages/gertty-*.dist-info/METADATA
 *  FILES:+usr/lib/python3.11/site-packages/gertty-*.dist-info/RECORD
 *  FILES:+usr/lib/python3.11/site-packages/gertty-*.dist-info/WHEEL
 *  FILES:+usr/lib/python3.11/site-packages/gertty-*.dist-info/entry_points.txt
 *  FILES:+usr/lib/python3.11/site-packages/gertty-*.dist-info/pbr.json
 *  FILES:+usr/lib/python3.11/site-packages/gertty-*.dist-info/top_level.txt
 * ------> FILES(+14,-16)
```

Fixes: 56c1fa06eecb61c479c435161bf6cadb37dc2661
Bug: https://bugs.gentoo.org/909979
Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-util/gertty/{gertty-1.6.0-r1.ebuild => gertty-1.6.0-r2.ebuild} | 0
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/dev-util/gertty/gertty-1.6.0-r1.ebuild b/dev-util/gertty/gertty-1.6.0-r2.ebuild
similarity index 100%
rename from dev-util/gertty/gertty-1.6.0-r1.ebuild
rename to dev-util/gertty/gertty-1.6.0-r2.ebuild


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

* [gentoo-commits] repo/gentoo:master commit in: dev-util/gertty/
@ 2024-04-13 15:31 Matthew Thode
  0 siblings, 0 replies; 24+ messages in thread
From: Matthew Thode @ 2024-04-13 15:31 UTC (permalink / raw
  To: gentoo-commits

commit:     4cceadf3cbc438a24a99858fe9941cf471f98fcc
Author:     Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 13 15:31:22 2024 +0000
Commit:     Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Sat Apr 13 15:31:40 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4cceadf3

dev-util/gertty: enable py3.12

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

Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>

 dev-util/gertty/gertty-1.6.0-r2.ebuild | 2 +-
 dev-util/gertty/gertty-9999.ebuild     | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-util/gertty/gertty-1.6.0-r2.ebuild b/dev-util/gertty/gertty-1.6.0-r2.ebuild
index bb526e970682..de0a8ec025a5 100644
--- a/dev-util/gertty/gertty-1.6.0-r2.ebuild
+++ b/dev-util/gertty/gertty-1.6.0-r2.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{9..12} )
 DISTUTILS_USE_PEP517=setuptools
 
 inherit distutils-r1

diff --git a/dev-util/gertty/gertty-9999.ebuild b/dev-util/gertty/gertty-9999.ebuild
index 6e5ddeafe6e3..0fb789cd3c51 100644
--- a/dev-util/gertty/gertty-9999.ebuild
+++ b/dev-util/gertty/gertty-9999.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{9..12} )
 DISTUTILS_USE_PEP517=setuptools
 
 inherit distutils-r1


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

end of thread, other threads:[~2024-04-13 15:31 UTC | newest]

Thread overview: 24+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-04-23 20:48 [gentoo-commits] repo/gentoo:master commit in: dev-util/gertty/ Michał Górny
  -- strict thread matches above, loose matches on Subject: below --
2024-04-13 15:31 Matthew Thode
2024-03-12  5:16 Sam James
2024-03-08  4:12 Matthew Thode
2024-02-26 21:43 Matthew Thode
2023-05-03 15:18 Matthew Thode
2023-03-16 18:52 Michał Górny
2023-01-13 11:53 Arthur Zamarin
2022-05-20  2:04 Matthew Thode
2021-10-17 16:51 Matthew Thode
2020-10-18 18:54 Matthew Thode
2020-02-09 13:14 David Seifert
2020-02-05 16:27 Michał Górny
2020-02-05 16:27 Michał Górny
2020-01-17 10:30 Agostino Sarubbo
2020-01-14 16:14 Agostino Sarubbo
2020-01-12 11:25 Michał Górny
2019-11-18 15:33 Matthew Thode
2019-04-24 15:25 Matthew Thode
2019-04-22  2:07 Matthew Thode
2017-08-25 19:57 Matt Thode
2017-07-31  3:41 Matt Thode
2016-07-26 22:51 Matt Thode
2016-05-09 15:52 Matt Thode

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