[gentoo-commits] repo/gentoo:master commit in: dev-util/gertty/

2024-04-13 Thread Matthew Thode
commit: 4cceadf3cbc438a24a99858fe9941cf471f98fcc
Author: Matthew Thode  gentoo  org>
AuthorDate: Sat Apr 13 15:31:22 2024 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Sat Apr 13 15:31:40 2024 +
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  gentoo.org>

 dev-util/gertty/gertty-1.6.0-r2.ebuild | 2 +-
 dev-util/gertty/gertty-.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-.ebuild 
b/dev-util/gertty/gertty-.ebuild
index 6e5ddeafe6e3..0fb789cd3c51 100644
--- a/dev-util/gertty/gertty-.ebuild
+++ b/dev-util/gertty/gertty-.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



[gentoo-commits] repo/gentoo:master commit in: dev-util/gertty/

2024-03-11 Thread Sam James
commit: 6ccfffa5524eba5950f104e8eb2c9d70e1deca0f
Author: Sam James  gentoo  org>
AuthorDate: Tue Mar 12 04:21:31 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Mar 12 05:15:34 2024 +
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  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



[gentoo-commits] repo/gentoo:master commit in: dev-util/gertty/

2024-03-07 Thread Matthew Thode
commit: 56c1fa06eecb61c479c435161bf6cadb37dc2661
Author: Matthew Thode  gentoo  org>
AuthorDate: Fri Mar  8 04:11:34 2024 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Fri Mar  8 04:11:34 2024 +
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  gentoo.org>

 dev-util/gertty/gertty-1.6.0-r1.ebuild | 3 ++-
 dev-util/gertty/gertty-.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-.ebuild 
b/dev-util/gertty/gertty-.ebuild
index 9d34f2fa9cef..6e5ddeafe6e3 100644
--- a/dev-util/gertty/gertty-.ebuild
+++ b/dev-util/gertty/gertty-.ebuild
@@ -3,6 +3,7 @@
 
 EAPI=8
 PYTHON_COMPAT=( python3_{9..11} )
+DISTUTILS_USE_PEP517=setuptools
 
 inherit distutils-r1
 



[gentoo-commits] repo/gentoo:master commit in: dev-util/gertty/files/

2024-02-26 Thread Matthew Thode
commit: 2beedbd91470c2337b77f39cc69efea7a10519c5
Author: Matthew Thode  gentoo  org>
AuthorDate: Mon Feb 26 21:43:35 2024 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Mon Feb 26 21:43:35 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2beedbd9

dev-util/gertty: clean up patches

Signed-off-by: Matthew Thode  gentoo.org>

 dev-util/gertty/files/sqlalchemy-2.patch | 116 ---
 1 file changed, 116 deletions(-)

diff --git a/dev-util/gertty/files/sqlalchemy-2.patch 
b/dev-util/gertty/files/sqlalchemy-2.patch
deleted file mode 100644
index b1f8891223e9..
--- a/dev-util/gertty/files/sqlalchemy-2.patch
+++ /dev/null
@@ -1,116 +0,0 @@
-From 50b3b11ef9c30d4923c82949c66dc6fe3ed0047a Mon Sep 17 00:00:00 2001
-From: Matthew Thode 
-Date: Tue, 11 Apr 2023 23:46:27 -0500
-Subject: [PATCH] make gertty work with sqlalchemy-2
-
-Change-Id: I80c007af86cd7102c3c75963ad5b0a051dd9b541
-Signed-off-by: Matthew Thode 

- gertty/db.py | 41 +
- 1 file changed, 21 insertions(+), 20 deletions(-)
-
-diff --git a/gertty/db.py b/gertty/db.py
-index 92cc278..82cffaa 100644
 a/gertty/db.py
-+++ b/gertty/db.py
-@@ -25,11 +25,12 @@ import six
- import sqlalchemy
- from sqlalchemy import create_engine, MetaData, Table, Column, Integer, 
String, Boolean, DateTime, Text, UniqueConstraint
- from sqlalchemy.schema import ForeignKey
--from sqlalchemy.orm import mapper, sessionmaker, relationship, 
scoped_session, joinedload
-+from sqlalchemy.orm import registry, sessionmaker, relationship, 
scoped_session, joinedload
- from sqlalchemy.orm.session import Session
- from sqlalchemy.sql import exists
- from sqlalchemy.sql.expression import and_
- 
-+mapper = registry()
- metadata = MetaData()
- project_table = Table(
- 'project', metadata,
-@@ -713,8 +714,8 @@ class Check(object):
- self.created = created
- self.updated = updated
- 
--mapper(Account, account_table)
--mapper(Project, project_table, properties=dict(
-+mapper.map_imperatively(Account, account_table)
-+mapper.map_imperatively(Project, project_table, properties=dict(
- branches=relationship(Branch, backref='project',
-   order_by=branch_table.c.name,
-   cascade='all, delete-orphan'),
-@@ -740,16 +741,16 @@ mapper(Project, project_table, properties=dict(
-   order_by=change_table.c.number,
-   ),
- ))
--mapper(Branch, branch_table)
--mapper(Topic, topic_table, properties=dict(
-+mapper.map_imperatively(Branch, branch_table)
-+mapper.map_imperatively(Topic, topic_table, properties=dict(
- projects=relationship(Project,
-   secondary=project_topic_table,
-   order_by=project_table.c.name,
-   viewonly=True),
- project_topics=relationship(ProjectTopic),
- ))
--mapper(ProjectTopic, project_topic_table)
--mapper(Change, change_table, properties=dict(
-+mapper.map_imperatively(ProjectTopic, project_topic_table)
-+mapper.map_imperatively(Change, change_table, properties=dict(
- owner=relationship(Account),
- conflicts1=relationship(Change,
- secondary=change_conflict_table,
-@@ -787,7 +788,7 @@ mapper(Change, change_table, properties=dict(
-  order_by=(approval_table.c.category,
-approval_table.c.value))
- ))
--mapper(Revision, revision_table, properties=dict(
-+mapper.map_imperatively(Revision, revision_table, properties=dict(
- messages=relationship(Message, backref='revision',
-   cascade='all, delete-orphan'),
- files=relationship(File, backref='revision',
-@@ -798,9 +799,9 @@ mapper(Revision, revision_table, properties=dict(
- cascade='all, delete-orphan'),
- 
- ))
--mapper(Message, message_table, properties=dict(
-+mapper.map_imperatively(Message, message_table, properties=dict(
- author=relationship(Account)))
--mapper(File, file_table, properties=dict(
-+mapper.map_imperatively(File, file_table, properties=dict(
-comments=relationship(Comment, backref='file',
-  order_by=(comment_table.c.line,
-comment_table.c.created),
-@@ -812,20 +813,20 @@ mapper(File, file_table, properties=dict(
-  comment_table.c.created)),
-))
- 
--mapper(Comment, comment_table, properties=dict(
-+mapper.map_imperatively(Comment, comment_table, properties=dict(
- author=relationship(Account)))
--mapper(Label, label_table)
--mapper(PermittedLabel, permitted_label_table)
--mapper(Approval, approval_table, properties=dict(
-+mapper.map_imperatively(Label, label_table)
-+mapper.map_imperatively(PermittedLabel, 

[gentoo-commits] repo/gentoo:master commit in: dev-util/gertty/

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

dev-util/gertty: sqlalchemy patch merged

Signed-off-by: Matthew Thode  gentoo.org>

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

diff --git a/dev-util/gertty/gertty-.ebuild 
b/dev-util/gertty/gertty-.ebuild
index 5f974bff7261..9d34f2fa9cef 100644
--- a/dev-util/gertty/gertty-.ebuild
+++ b/dev-util/gertty/gertty-.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}]



[gentoo-commits] repo/gentoo:master commit in: dev-util/gertty/

2023-05-03 Thread Matthew Thode
commit: 9ff83a5fddf764f8b67b77da6a13a3b40b4a7b25
Author: Matthew Thode  gentoo  org>
AuthorDate: Wed May  3 15:16:16 2023 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Wed May  3 15:16:16 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ff83a5f

dev-util/gertty: enable py3.11

Signed-off-by: Matthew Thode  gentoo.org>

 dev-util/gertty/gertty-1.6.0-r1.ebuild | 2 +-
 dev-util/gertty/gertty-.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-.ebuild 
b/dev-util/gertty/gertty-.ebuild
index 1c4077d597a8..5f974bff7261 100644
--- a/dev-util/gertty/gertty-.ebuild
+++ b/dev-util/gertty/gertty-.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
 



[gentoo-commits] repo/gentoo:master commit in: dev-util/gertty/, dev-util/gertty/files/

2023-05-01 Thread Matthew Thode
commit: b41ba1f170af399a151f92988d3f3e603a8079d5
Author: Matthew Thode  gentoo  org>
AuthorDate: Tue May  2 00:18:55 2023 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Tue May  2 00:19:51 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b41ba1f1

dev-util/gertty: enable support for sqlalchemy-2

manual patch til upstream merges the 'fix'

Signed-off-by: Matthew Thode  gentoo.org>

 dev-util/gertty/files/sqlalchemy-2.patch | 116 +++
 dev-util/gertty/gertty-.ebuild   |   3 +
 2 files changed, 119 insertions(+)

diff --git a/dev-util/gertty/files/sqlalchemy-2.patch 
b/dev-util/gertty/files/sqlalchemy-2.patch
new file mode 100644
index ..b1f8891223e9
--- /dev/null
+++ b/dev-util/gertty/files/sqlalchemy-2.patch
@@ -0,0 +1,116 @@
+From 50b3b11ef9c30d4923c82949c66dc6fe3ed0047a Mon Sep 17 00:00:00 2001
+From: Matthew Thode 
+Date: Tue, 11 Apr 2023 23:46:27 -0500
+Subject: [PATCH] make gertty work with sqlalchemy-2
+
+Change-Id: I80c007af86cd7102c3c75963ad5b0a051dd9b541
+Signed-off-by: Matthew Thode 
+---
+ gertty/db.py | 41 +
+ 1 file changed, 21 insertions(+), 20 deletions(-)
+
+diff --git a/gertty/db.py b/gertty/db.py
+index 92cc278..82cffaa 100644
+--- a/gertty/db.py
 b/gertty/db.py
+@@ -25,11 +25,12 @@ import six
+ import sqlalchemy
+ from sqlalchemy import create_engine, MetaData, Table, Column, Integer, 
String, Boolean, DateTime, Text, UniqueConstraint
+ from sqlalchemy.schema import ForeignKey
+-from sqlalchemy.orm import mapper, sessionmaker, relationship, 
scoped_session, joinedload
++from sqlalchemy.orm import registry, sessionmaker, relationship, 
scoped_session, joinedload
+ from sqlalchemy.orm.session import Session
+ from sqlalchemy.sql import exists
+ from sqlalchemy.sql.expression import and_
+ 
++mapper = registry()
+ metadata = MetaData()
+ project_table = Table(
+ 'project', metadata,
+@@ -713,8 +714,8 @@ class Check(object):
+ self.created = created
+ self.updated = updated
+ 
+-mapper(Account, account_table)
+-mapper(Project, project_table, properties=dict(
++mapper.map_imperatively(Account, account_table)
++mapper.map_imperatively(Project, project_table, properties=dict(
+ branches=relationship(Branch, backref='project',
+   order_by=branch_table.c.name,
+   cascade='all, delete-orphan'),
+@@ -740,16 +741,16 @@ mapper(Project, project_table, properties=dict(
+   order_by=change_table.c.number,
+   ),
+ ))
+-mapper(Branch, branch_table)
+-mapper(Topic, topic_table, properties=dict(
++mapper.map_imperatively(Branch, branch_table)
++mapper.map_imperatively(Topic, topic_table, properties=dict(
+ projects=relationship(Project,
+   secondary=project_topic_table,
+   order_by=project_table.c.name,
+   viewonly=True),
+ project_topics=relationship(ProjectTopic),
+ ))
+-mapper(ProjectTopic, project_topic_table)
+-mapper(Change, change_table, properties=dict(
++mapper.map_imperatively(ProjectTopic, project_topic_table)
++mapper.map_imperatively(Change, change_table, properties=dict(
+ owner=relationship(Account),
+ conflicts1=relationship(Change,
+ secondary=change_conflict_table,
+@@ -787,7 +788,7 @@ mapper(Change, change_table, properties=dict(
+  order_by=(approval_table.c.category,
+approval_table.c.value))
+ ))
+-mapper(Revision, revision_table, properties=dict(
++mapper.map_imperatively(Revision, revision_table, properties=dict(
+ messages=relationship(Message, backref='revision',
+   cascade='all, delete-orphan'),
+ files=relationship(File, backref='revision',
+@@ -798,9 +799,9 @@ mapper(Revision, revision_table, properties=dict(
+ cascade='all, delete-orphan'),
+ 
+ ))
+-mapper(Message, message_table, properties=dict(
++mapper.map_imperatively(Message, message_table, properties=dict(
+ author=relationship(Account)))
+-mapper(File, file_table, properties=dict(
++mapper.map_imperatively(File, file_table, properties=dict(
+comments=relationship(Comment, backref='file',
+  order_by=(comment_table.c.line,
+comment_table.c.created),
+@@ -812,20 +813,20 @@ mapper(File, file_table, properties=dict(
+  comment_table.c.created)),
+))
+ 
+-mapper(Comment, comment_table, properties=dict(
++mapper.map_imperatively(Comment, comment_table, properties=dict(
+ author=relationship(Account)))
+-mapper(Label, label_table)
+-mapper(PermittedLabel, permitted_label_table)
+-mapper(Approval, approval_table, 

[gentoo-commits] repo/gentoo:master commit in: dev-util/gertty/

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

dev-util/gertty: Sync the live ebuild

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

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

diff --git a/dev-util/gertty/gertty-.ebuild 
b/dev-util/gertty/gertty-.ebuild
index 79d11f1d663b..99f28ea8c61b 100644
--- a/dev-util/gertty/gertty-.ebuild
+++ b/dev-util/gertty/gertty-.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} == * ]];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
 



[gentoo-commits] repo/gentoo:master commit in: dev-util/gertty/

2023-01-13 Thread Arthur Zamarin
commit: a954453cf10bb4c3b66dee4171774ca7a11660f3
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Jan 13 11:52:31 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Jan 13 11:52:31 2023 +
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  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
 



[gentoo-commits] repo/gentoo:master commit in: dev-util/gertty/

2022-05-19 Thread Matthew Thode
commit: 10cda46db35235ad98c4d603b1aa6b93615d2977
Author: Matthew Thode  gentoo  org>
AuthorDate: Fri May 20 02:04:12 2022 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Fri May 20 02:04:16 2022 +
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  gentoo.org>

 dev-util/gertty/gertty-1.6.0-r1.ebuild | 4 ++--
 dev-util/gertty/gertty-.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-.ebuild 
b/dev-util/gertty/gertty-.ebuild
index dd4e83ac1992..9c6ff68f0c18 100644
--- a/dev-util/gertty/gertty-.ebuild
+++ b/dev-util/gertty/gertty-.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
 



[gentoo-commits] repo/gentoo:master commit in: dev-util/gertty/

2021-10-17 Thread Matthew Thode
commit: f857dd22657ca19f16db1691fb6f003d3df2b393
Author: Matthew Thode  gentoo  org>
AuthorDate: Sun Oct 17 16:51:04 2021 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Sun Oct 17 16:51:04 2021 +
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  gentoo.org>

 dev-util/gertty/gertty-1.6.0-r1.ebuild | 5 ++---
 dev-util/gertty/gertty-.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-.ebuild 
b/dev-util/gertty/gertty-.ebuild
index 3b0c0eca20c..31488d532f1 100644
--- a/dev-util/gertty/gertty-.ebuild
+++ b/dev-util/gertty/gertty-.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
 



[gentoo-commits] repo/gentoo:master commit in: dev-util/gertty/

2020-10-18 Thread Matthew Thode
commit: 303fd7efb5225dc07c74fa01e30b913493d6b0a4
Author: Matthew Thode  gentoo  org>
AuthorDate: Sun Oct 18 18:54:25 2020 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Sun Oct 18 18:54:48 2020 +
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  gentoo.org>

 dev-util/gertty/gertty-1.6.0-r1.ebuild | 10 --
 dev-util/gertty/gertty-.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-.ebuild 
b/dev-util/gertty/gertty-.ebuild
index c22ac8ed0f1..727fb88a68e 100644
--- a/dev-util/gertty/gertty-.ebuild
+++ b/dev-util/gertty/gertty-.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}]



[gentoo-commits] repo/gentoo:master commit in: dev-util/gertty/, sys-apps/elivepatch-client/, dev-python/GitPython/, ...

2020-03-13 Thread Michał Górny
commit: 0dec450a90c7490f11df7e69cd9c6709c099285c
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Mar 13 09:26:35 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Mar 13 09:55:58 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0dec450a

Move dev-python/{git-python → GitPython}

Use upstream package name, especially that there is another package
called 'git-python' on PyPI.

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

 .../git-python-2.1.11.ebuild => GitPython/GitPython-2.1.11.ebuild}  | 0
 .../git-python-3.1.0.ebuild => GitPython/GitPython-3.1.0.ebuild}| 0
 dev-python/{git-python => GitPython}/Manifest   | 0
 dev-python/{git-python => GitPython}/metadata.xml   | 0
 dev-python/bandit/bandit-1.5.1-r1.ebuild| 2 +-
 dev-python/bandit/bandit-1.6.2.ebuild   | 2 +-
 dev-util/gertty/gertty-1.6.0-r1.ebuild  | 2 +-
 dev-util/gertty/gertty-.ebuild  | 2 +-
 profiles/updates/1Q-2020| 1 +
 sys-apps/elivepatch-client/elivepatch-client-0.1.ebuild | 2 +-
 sys-apps/elivepatch-client/elivepatch-client-.ebuild| 2 +-
 11 files changed, 7 insertions(+), 6 deletions(-)

diff --git a/dev-python/git-python/git-python-2.1.11.ebuild 
b/dev-python/GitPython/GitPython-2.1.11.ebuild
similarity index 100%
rename from dev-python/git-python/git-python-2.1.11.ebuild
rename to dev-python/GitPython/GitPython-2.1.11.ebuild

diff --git a/dev-python/git-python/git-python-3.1.0.ebuild 
b/dev-python/GitPython/GitPython-3.1.0.ebuild
similarity index 100%
rename from dev-python/git-python/git-python-3.1.0.ebuild
rename to dev-python/GitPython/GitPython-3.1.0.ebuild

diff --git a/dev-python/git-python/Manifest b/dev-python/GitPython/Manifest
similarity index 100%
rename from dev-python/git-python/Manifest
rename to dev-python/GitPython/Manifest

diff --git a/dev-python/git-python/metadata.xml 
b/dev-python/GitPython/metadata.xml
similarity index 100%
rename from dev-python/git-python/metadata.xml
rename to dev-python/GitPython/metadata.xml

diff --git a/dev-python/bandit/bandit-1.5.1-r1.ebuild 
b/dev-python/bandit/bandit-1.5.1-r1.ebuild
index 99300f639b2..998ae418d41 100644
--- a/dev-python/bandit/bandit-1.5.1-r1.ebuild
+++ b/dev-python/bandit/bandit-1.5.1-r1.ebuild
@@ -36,7 +36,7 @@ DEPEND="
)"
 RDEPEND="
${CDEPEND}
-   >=dev-python/git-python-1.0.1[${PYTHON_USEDEP}]
+   >=dev-python/GitPython-1.0.1[${PYTHON_USEDEP}]
>=dev-python/pyyaml-3.12.0[${PYTHON_USEDEP}]
>=dev-python/six-1.10.0[${PYTHON_USEDEP}]
>=dev-python/stevedore-1.20.0[${PYTHON_USEDEP}]"

diff --git a/dev-python/bandit/bandit-1.6.2.ebuild 
b/dev-python/bandit/bandit-1.6.2.ebuild
index 3f077f18a76..f4cbf20f2c3 100644
--- a/dev-python/bandit/bandit-1.6.2.ebuild
+++ b/dev-python/bandit/bandit-1.6.2.ebuild
@@ -36,7 +36,7 @@ DEPEND="
)"
 RDEPEND="
${CDEPEND}
-   >=dev-python/git-python-1.0.1[${PYTHON_USEDEP}]
+   >=dev-python/GitPython-1.0.1[${PYTHON_USEDEP}]
>=dev-python/pyyaml-3.13.0[${PYTHON_USEDEP}]
>=dev-python/six-1.10.0[${PYTHON_USEDEP}]
>=dev-python/stevedore-1.20.0[${PYTHON_USEDEP}]"

diff --git a/dev-util/gertty/gertty-1.6.0-r1.ebuild 
b/dev-util/gertty/gertty-1.6.0-r1.ebuild
index 357e03afb46..74a745757ac 100644
--- a/dev-util/gertty/gertty-1.6.0-r1.ebuild
+++ b/dev-util/gertty/gertty-1.6.0-r1.ebuild
@@ -29,7 +29,7 @@ RDEPEND="
${CDEPEND}
>=dev-python/urwid-1.2.1[${PYTHON_USEDEP}]
>=dev-python/sqlalchemy-1.0.4[${PYTHON_USEDEP}]
-   >=dev-python/git-python-0.3.7[${PYTHON_USEDEP}]
+   >=dev-python/GitPython-0.3.7[${PYTHON_USEDEP}]
dev-python/python-dateutil[${PYTHON_USEDEP}]
>=dev-python/requests-2.5.3[${PYTHON_USEDEP}]


[gentoo-commits] repo/gentoo:master commit in: dev-util/gertty/

2020-02-09 Thread David Seifert
commit: f3679e8fcec095b865b3c02738bcb549680cacd8
Author: David Seifert  gentoo  org>
AuthorDate: Sun Feb  9 13:13:10 2020 +
Commit: David Seifert  gentoo  org>
CommitDate: Sun Feb  9 13:13:10 2020 +
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  gentoo.org>

 dev-util/gertty/gertty-1.6.0-r1.ebuild | 1 -
 dev-util/gertty/gertty-.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-.ebuild 
b/dev-util/gertty/gertty-.ebuild
index 9cb8603575a..1f82d993288 100644
--- a/dev-util/gertty/gertty-.ebuild
+++ b/dev-util/gertty/gertty-.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 @@
prometheanf...@gentoo.org
Matthew Thode

-   
-   Gertty is a console-based interface to the Gerrit Code Review 
system.
-   

gertty
openstack/gertty



[gentoo-commits] repo/gentoo:master commit in: dev-util/gertty/

2020-02-05 Thread Michał Górny
commit: 2ae8e0b993969e65ff015428246c8786aca701b2
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Feb  5 16:25:56 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Feb  5 16:25:56 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ae8e0b9

dev-util/gertty: Remove py2

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

 dev-util/gertty/gertty-1.6.0-r1.ebuild | 2 +-
 dev-util/gertty/gertty-.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-.ebuild 
b/dev-util/gertty/gertty-.ebuild
index 773f2d6e4de..9cb8603575a 100644
--- a/dev-util/gertty/gertty-.ebuild
+++ b/dev-util/gertty/gertty-.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
 



[gentoo-commits] repo/gentoo:master commit in: dev-util/gertty/

2020-02-05 Thread Michał Górny
commit: 8c9353b5105ecd7e172d1febc345a5586d0be1e5
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Feb  5 16:25:22 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Feb  5 16:25:22 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c9353b5

dev-util/gertty: Remove old (py2)

Signed-off-by: Michał Górny  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..000
--- 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}]
-   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}]
-   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/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}]"



[gentoo-commits] repo/gentoo:master commit in: dev-util/gertty/

2020-01-17 Thread Agostino Sarubbo
commit: 1d47b7d5100d8b4975a0166a38faac792f2e4bef
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Jan 17 10:29:50 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Jan 17 10:29:50 2020 +
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  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} == * ]];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"



[gentoo-commits] repo/gentoo:master commit in: dev-util/gertty/

2020-01-14 Thread Agostino Sarubbo
commit: 6777c13c283622441813f1397544b62d5afc21bc
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Jan 14 16:14:22 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Jan 14 16:14:22 2020 +
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  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} == * ]];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"



[gentoo-commits] repo/gentoo:master commit in: dev-util/gertty/

2020-01-12 Thread Michał Górny
commit: c2491c3ffc1c67f2e9ceccc2b0bd47944e6aceeb
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Jan 12 11:17:49 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Jan 12 11:25:12 2020 +
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  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-.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/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/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/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/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-.ebuild 
b/dev-util/gertty/gertty-.ebuild
index f81ccde83cb..773f2d6e4de 100644
--- a/dev-util/gertty/gertty-.ebuild
+++ b/dev-util/gertty/gertty-.ebuild
@@ -34,7 +34,6 @@ RDEPEND="
dev-python/python-dateutil[${PYTHON_USEDEP}]
>=dev-python/requests-2.5.3[${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}]



[gentoo-commits] repo/gentoo:master commit in: dev-util/gertty/

2019-11-18 Thread Matthew Thode
commit: 0a3ded341988d3a0d39c908c66f4d833dcd9db6c
Author: Petr Vaněk  atlas  cz>
AuthorDate: Mon Nov 18 14:35:43 2019 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Mon Nov 18 15:33:24 2019 +
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  atlas.cz>
Signed-off-by: Matthew Thode  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-.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-.ebuild 
b/dev-util/gertty/gertty-.ebuild
index 1987101fe4e..1b48983961a 100644
--- a/dev-util/gertty/gertty-.ebuild
+++ b/dev-util/gertty/gertty-.ebuild
@@ -19,7 +19,6 @@ fi
 
 LICENSE="Apache-2.0"
 SLOT="0"
-SLOT="0"
 IUSE=""
 
 CDEPEND=">=dev-python/pbr-0.11[${PYTHON_USEDEP}]"



[gentoo-commits] repo/gentoo:master commit in: dev-util/gertty/

2019-04-24 Thread Matthew Thode
commit: 8100d429872fb38c2518d92d6a83290a09dbb29b
Author: Matthew Thode  gentoo  org>
AuthorDate: Wed Apr 24 15:24:47 2019 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Wed Apr 24 15:25:09 2019 +
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  gentoo.org>

 dev-util/gertty/Manifest| 1 +
 dev-util/gertty/{gertty-.ebuild => gertty-1.6.0.ebuild} | 4 ++--
 dev-util/gertty/gertty-.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-.ebuild 
b/dev-util/gertty/gertty-1.6.0.ebuild
similarity index 89%
copy from dev-util/gertty/gertty-.ebuild
copy to dev-util/gertty/gertty-1.6.0.ebuild
index c59d3edabcd..1987101fe4e 100644
--- a/dev-util/gertty/gertty-.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/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-.ebuild 
b/dev-util/gertty/gertty-.ebuild
index c59d3edabcd..1987101fe4e 100644
--- a/dev-util/gertty/gertty-.ebuild
+++ b/dev-util/gertty/gertty-.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/alembic-0.6.4[${PYTHON_USEDEP}]
>=dev-python/pyyaml-3.1.0[${PYTHON_USEDEP}]
>=dev-python/voluptuous-0.7[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-util/gertty/

2019-04-21 Thread Matthew Thode
commit: 42480d1a1ede4295ac45a2b12969d13fb313a4e6
Author: Matthew Thode  gentoo  org>
AuthorDate: Mon Apr 22 02:06:53 2019 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Mon Apr 22 02:07:18 2019 +
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  gentoo.org>

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

diff --git a/dev-util/gertty/gertty-.ebuild 
b/dev-util/gertty/gertty-.ebuild
new file mode 100644
index 000..c59d3edabcd
--- /dev/null
+++ b/dev-util/gertty/gertty-.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} == * ]];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/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}]"



[gentoo-commits] repo/gentoo:master commit in: dev-util/gertty/

2017-08-25 Thread Matt Thode
commit: dd06471f72f1922674d88f1273f9cba73da2caef
Author: Matthew Thode  gentoo  org>
AuthorDate: Fri Aug 25 19:56:41 2017 +
Commit: Matt Thode  gentoo  org>
CommitDate: Fri Aug 25 19:57:40 2017 +
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=""
 



[gentoo-commits] repo/gentoo:master commit in: dev-util/gertty/

2017-07-30 Thread Matt Thode
commit: 80165763f886ad926e094441aca96b9be3edaee1
Author: Matthew Thode  gentoo  org>
AuthorDate: Mon Jul 31 03:26:42 2017 +
Commit: Matt Thode  gentoo  org>
CommitDate: Mon Jul 31 03:41:02 2017 +
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 
9982be2016ccbd4c2edb091fde2d0196f36f418d18fa0365a0282f61c4da 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 000..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/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}]"



[gentoo-commits] repo/gentoo:master commit in: dev-util/gertty/

2017-04-23 Thread Michał Górny
commit: 1b7e16aa93a206eb6421ac3f21fddf076e76de84
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Apr 23 20:34:24 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Apr 23 20:47:44 2017 +
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 @@
prometheanf...@gentoo.org
Matthew Thode

-   
-   pyt...@gentoo.org
-   Python
-   

Gertty is a console-based interface to the Gerrit Code Review 
system.




[gentoo-commits] repo/gentoo:master commit in: dev-util/gertty/

2016-07-26 Thread Matt Thode
commit: 7ed3f4273043e2277e971939270356c907dc533d
Author: Matthew Thode  gentoo  org>
AuthorDate: Tue Jul 26 22:51:35 2016 +
Commit: Matt Thode  gentoo  org>
CommitDate: Tue Jul 26 22:51:35 2016 +
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 
9982be2016ccbd4c2edb091fde2d0196f36f418d18fa0365a0282f61c4da 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 000..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}]
+   

[gentoo-commits] repo/gentoo:master commit in: dev-util/gertty/

2016-05-09 Thread Matt Thode
commit: d70b0262477c5ef99b0a0bef597f4213801aa316
Author: Matthew Thode  gentoo  org>
AuthorDate: Mon May  9 15:51:32 2016 +
Commit: Matt Thode  gentoo  org>
CommitDate: Mon May  9 15:51:32 2016 +
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 000..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 000..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}]
+   
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   prometheanf...@gentoo.org
+   Matthew Thode
+   
+   
+   pyt...@gentoo.org
+   Python
+   
+   
+   Gertty is a console-based interface to the Gerrit Code Review 
system.
+   
+   
+   gertty
+   openstack/gertty
+   
+