[gentoo-commits] repo/gentoo:master commit in: dev-python/ttystatus/, profiles/

2020-10-20 Thread Michał Górny
commit: 4fef130f7ac1f1b34d1f421b8a7b7919608642c2
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Oct 20 15:42:24 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Oct 20 15:52:14 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4fef130f

dev-python/ttystatus: Remove last-rited pkg

Closes: https://bugs.gentoo.org/743721
Signed-off-by: Michał Górny  gentoo.org>

 dev-python/ttystatus/Manifest  |  1 -
 dev-python/ttystatus/metadata.xml  |  5 -
 dev-python/ttystatus/ttystatus-0.36.ebuild | 22 --
 profiles/package.mask  |  1 -
 4 files changed, 29 deletions(-)

diff --git a/dev-python/ttystatus/Manifest b/dev-python/ttystatus/Manifest
deleted file mode 100644
index e531933fee8..000
--- a/dev-python/ttystatus/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST ttystatus-0.36.tar.gz 30766 BLAKE2B 
4fbb298a86472305a01ed7a8a41cbbea3f0e1677c8f5b349e71631d3474a59cbd65d114f55ad64339804ecb97bfc3e745cd93d09bc110c2c32f53404f898ecd8
 SHA512 
0005d18834eca702e4c96ab85216e3bb06fadf58555641405b2657b9f296b750d1084947d1a39c4e2c0bf0711ff859df06f1e859d6e82af41d2945e980529dcc

diff --git a/dev-python/ttystatus/metadata.xml 
b/dev-python/ttystatus/metadata.xml
deleted file mode 100644
index 7a38bb90096..000
--- a/dev-python/ttystatus/metadata.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd";>
-
-   
-

diff --git a/dev-python/ttystatus/ttystatus-0.36.ebuild 
b/dev-python/ttystatus/ttystatus-0.36.ebuild
deleted file mode 100644
index a593d8c2a58..000
--- a/dev-python/ttystatus/ttystatus-0.36.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{6,7} )
-PYTHON_REQ_USE="ncurses"
-
-inherit distutils-r1
-
-DESCRIPTION="Terminal progress bar and status output for command line"
-HOMEPAGE="https://liw.fi/ttystatus/";
-SRC_URI="http://git.liw.fi/${PN}/snapshot/${P}.tar.gz";
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 sparc x86"
-IUSE=""
-
-python_test() {
-   "${EPYTHON}" -m unittest discover -v -p '*_tests.py' || die
-}

diff --git a/profiles/package.mask b/profiles/package.mask
index 8eeb97fd397..046c1126da6 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -343,7 +343,6 @@ dev-python/subprocess32
 # Removal in 30 days.  Bug #743721.
 dev-python/cliapp
 dev-python/coverage-test-runner
-dev-python/ttystatus
 
 # Michał Górny  (2020-09-09)
 # These packages (or package versions) still require Python 2.7.



[gentoo-commits] repo/gentoo:master commit in: dev-python/ttystatus/

2020-09-20 Thread Michał Górny
commit: 5d0814a9f274e7f6205ba2e62d275392d5b649e8
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Sep 20 08:28:15 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Sep 20 08:34:55 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d0814a9

dev-python/ttystatus: Remove python2

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

 dev-python/ttystatus/ttystatus-0.36.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/ttystatus/ttystatus-0.36.ebuild 
b/dev-python/ttystatus/ttystatus-0.36.ebuild
index fc0f3713dbf..a593d8c2a58 100644
--- a/dev-python/ttystatus/ttystatus-0.36.ebuild
+++ b/dev-python/ttystatus/ttystatus-0.36.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python2_7 python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7} )
 PYTHON_REQ_USE="ncurses"
 
 inherit distutils-r1



[gentoo-commits] repo/gentoo:master commit in: dev-python/ttystatus/

2019-12-15 Thread Pacho Ramos
commit: 0c47c96572f57a3ce3e7f3f3e93169aa5c22d6f8
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sun Dec 15 12:34:32 2019 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sun Dec 15 12:36:00 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c47c965

dev-python/ttystatus: Drop old

Package-Manager: Portage-2.3.80, Repoman-2.3.19
Signed-off-by: Pacho Ramos  gentoo.org>

 dev-python/ttystatus/Manifest  |  1 -
 dev-python/ttystatus/ttystatus-0.35.ebuild | 21 -
 2 files changed, 22 deletions(-)

diff --git a/dev-python/ttystatus/Manifest b/dev-python/ttystatus/Manifest
index 9fa0a0743f8..e531933fee8 100644
--- a/dev-python/ttystatus/Manifest
+++ b/dev-python/ttystatus/Manifest
@@ -1,2 +1 @@
-DIST ttystatus-0.35.tar.gz 34144 BLAKE2B 
92a11676525f2db5b3bc09786ddb3651f72202eaf9edf872faa5b5cbe7c01a64bb904fa92538ddfd15e7a077b4648bb02c0ac5a60fdbee105ef2789686d6c405
 SHA512 
5c2b1306bb1025dbbc78b53faca3ed07b21fec6a7084517f6b58c3e195fc8a901ed71b62429af2261850e819b52a08e3b3bf3def61b06c9a9451af02f4f2dddf
 DIST ttystatus-0.36.tar.gz 30766 BLAKE2B 
4fbb298a86472305a01ed7a8a41cbbea3f0e1677c8f5b349e71631d3474a59cbd65d114f55ad64339804ecb97bfc3e745cd93d09bc110c2c32f53404f898ecd8
 SHA512 
0005d18834eca702e4c96ab85216e3bb06fadf58555641405b2657b9f296b750d1084947d1a39c4e2c0bf0711ff859df06f1e859d6e82af41d2945e980529dcc

diff --git a/dev-python/ttystatus/ttystatus-0.35.ebuild 
b/dev-python/ttystatus/ttystatus-0.35.ebuild
deleted file mode 100644
index ea9fbf90855..000
--- a/dev-python/ttystatus/ttystatus-0.35.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1
-
-DESCRIPTION="Terminal progress bar and status output for command line"
-HOMEPAGE="http://liw.fi/ttystatus/";
-SRC_URI="http://git.liw.fi/cgi-bin/cgit/cgit.cgi/${PN}/snapshot/${P}.tar.gz";
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 sparc x86"
-IUSE=""
-
-python_test() {
-   "${EPYTHON}" -m unittest discover -v -p '*_tests.py' || die
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/ttystatus/

2019-12-07 Thread Matt Turner
commit: 8b0f5896528d9fa7d25102300e226659813085a9
Author: Matt Turner  gentoo  org>
AuthorDate: Sat Dec  7 22:43:26 2019 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Dec  8 04:49:08 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b0f5896

dev-python/ttystatus-0.36: arm stable, bug 700618

Signed-off-by: Matt Turner  gentoo.org>

 dev-python/ttystatus/ttystatus-0.36.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/ttystatus/ttystatus-0.36.ebuild 
b/dev-python/ttystatus/ttystatus-0.36.ebuild
index a66b335863b..0329dffa93f 100644
--- a/dev-python/ttystatus/ttystatus-0.36.ebuild
+++ b/dev-python/ttystatus/ttystatus-0.36.ebuild
@@ -14,7 +14,7 @@ SRC_URI="http://git.liw.fi/${PN}/snapshot/${P}.tar.gz";
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm arm64 hppa ia64 ~mips ppc ppc64 sparc x86"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 sparc x86"
 IUSE=""
 
 python_test() {



[gentoo-commits] repo/gentoo:master commit in: dev-python/ttystatus/

2019-11-22 Thread Aaron Bauman
commit: 8925b3c79cf7bc6db5cd934fc56cf48c17069a58
Author: Aaron Bauman  gentoo  org>
AuthorDate: Sat Nov 23 00:51:07 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Sat Nov 23 00:51:07 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8925b3c7

dev-python/ttystatus: arm64 stable (bug #700618)

Signed-off-by: Aaron Bauman  gentoo.org>
Package-Manager: Portage-2.3.79, Repoman-2.3.18

 dev-python/ttystatus/ttystatus-0.36.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/ttystatus/ttystatus-0.36.ebuild 
b/dev-python/ttystatus/ttystatus-0.36.ebuild
index 4639eef5da9..a66b335863b 100644
--- a/dev-python/ttystatus/ttystatus-0.36.ebuild
+++ b/dev-python/ttystatus/ttystatus-0.36.ebuild
@@ -14,7 +14,7 @@ SRC_URI="http://git.liw.fi/${PN}/snapshot/${P}.tar.gz";
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~arm64 hppa ia64 ~mips ppc ppc64 sparc x86"
+KEYWORDS="alpha amd64 ~arm arm64 hppa ia64 ~mips ppc ppc64 sparc x86"
 IUSE=""
 
 python_test() {



[gentoo-commits] repo/gentoo:master commit in: dev-python/ttystatus/

2019-11-22 Thread Sergei Trofimovich
commit: b21f17458a46be909f3138fcebbea0865eb55592
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Fri Nov 22 23:20:17 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri Nov 22 23:34:57 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b21f1745

dev-python/ttystatus: stable 0.36 for hppa, bug #700618

Package-Manager: Portage-2.3.76, Repoman-2.3.16
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-python/ttystatus/ttystatus-0.36.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/ttystatus/ttystatus-0.36.ebuild 
b/dev-python/ttystatus/ttystatus-0.36.ebuild
index d3b5be0b248..4639eef5da9 100644
--- a/dev-python/ttystatus/ttystatus-0.36.ebuild
+++ b/dev-python/ttystatus/ttystatus-0.36.ebuild
@@ -14,7 +14,7 @@ SRC_URI="http://git.liw.fi/${PN}/snapshot/${P}.tar.gz";
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ppc64 sparc x86"
+KEYWORDS="alpha amd64 ~arm ~arm64 hppa ia64 ~mips ppc ppc64 sparc x86"
 IUSE=""
 
 python_test() {



[gentoo-commits] repo/gentoo:master commit in: dev-python/ttystatus/

2019-11-22 Thread Matt Turner
commit: 2f8021c6261802c80fe038d1e3622982170b1614
Author: Matt Turner  gentoo  org>
AuthorDate: Fri Nov 22 13:44:21 2019 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri Nov 22 13:44:21 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f8021c6

dev-python/ttystatus-0.36: alpha stable, bug 700618

Signed-off-by: Matt Turner  gentoo.org>

 dev-python/ttystatus/ttystatus-0.36.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/ttystatus/ttystatus-0.36.ebuild 
b/dev-python/ttystatus/ttystatus-0.36.ebuild
index c168ca2..d3b5be0b248 100644
--- a/dev-python/ttystatus/ttystatus-0.36.ebuild
+++ b/dev-python/ttystatus/ttystatus-0.36.ebuild
@@ -14,7 +14,7 @@ SRC_URI="http://git.liw.fi/${PN}/snapshot/${P}.tar.gz";
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ppc64 sparc x86"
+KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ppc64 sparc x86"
 IUSE=""
 
 python_test() {



[gentoo-commits] repo/gentoo:master commit in: dev-python/ttystatus/

2019-11-20 Thread Agostino Sarubbo
commit: 10ddd5700f825b5522d42c2a3b994e12e8d122b5
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Nov 20 11:47:16 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Nov 20 11:47:16 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10ddd570

dev-python/ttystatus: sparc stable wrt bug #700618

Package-Manager: Portage-2.3.76, Repoman-2.3.16
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-python/ttystatus/ttystatus-0.36.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/ttystatus/ttystatus-0.36.ebuild 
b/dev-python/ttystatus/ttystatus-0.36.ebuild
index ca2cc48dc77..c168ca2 100644
--- a/dev-python/ttystatus/ttystatus-0.36.ebuild
+++ b/dev-python/ttystatus/ttystatus-0.36.ebuild
@@ -14,7 +14,7 @@ SRC_URI="http://git.liw.fi/${PN}/snapshot/${P}.tar.gz";
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~sparc x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ppc64 sparc x86"
 IUSE=""
 
 python_test() {



[gentoo-commits] repo/gentoo:master commit in: dev-python/ttystatus/

2019-11-20 Thread Agostino Sarubbo
commit: 74f1db5a43ce099b1859986c37b003394074054f
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Nov 20 11:34:12 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Nov 20 11:34:12 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74f1db5a

dev-python/ttystatus: ia64 stable wrt bug #700618

Package-Manager: Portage-2.3.76, Repoman-2.3.16
RepoMan-Options: --include-arches="ia64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-python/ttystatus/ttystatus-0.36.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/ttystatus/ttystatus-0.36.ebuild 
b/dev-python/ttystatus/ttystatus-0.36.ebuild
index 27c335a3232..ca2cc48dc77 100644
--- a/dev-python/ttystatus/ttystatus-0.36.ebuild
+++ b/dev-python/ttystatus/ttystatus-0.36.ebuild
@@ -14,7 +14,7 @@ SRC_URI="http://git.liw.fi/${PN}/snapshot/${P}.tar.gz";
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~sparc x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~sparc x86"
 IUSE=""
 
 python_test() {



[gentoo-commits] repo/gentoo:master commit in: dev-python/ttystatus/

2019-11-20 Thread Agostino Sarubbo
commit: 6e908e3dcc82b467781b4f90057a86da58534045
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Nov 20 11:26:33 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Nov 20 11:26:33 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e908e3d

dev-python/ttystatus: ppc stable wrt bug #700618

Package-Manager: Portage-2.3.76, Repoman-2.3.16
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-python/ttystatus/ttystatus-0.36.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/ttystatus/ttystatus-0.36.ebuild 
b/dev-python/ttystatus/ttystatus-0.36.ebuild
index 26546b363b6..27c335a3232 100644
--- a/dev-python/ttystatus/ttystatus-0.36.ebuild
+++ b/dev-python/ttystatus/ttystatus-0.36.ebuild
@@ -14,7 +14,7 @@ SRC_URI="http://git.liw.fi/${PN}/snapshot/${P}.tar.gz";
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~sparc x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~sparc x86"
 IUSE=""
 
 python_test() {



[gentoo-commits] repo/gentoo:master commit in: dev-python/ttystatus/

2019-11-20 Thread Agostino Sarubbo
commit: 85c15029f9bb9faa83bd70336bd54e28d5207029
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Nov 20 11:19:47 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Nov 20 11:19:47 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85c15029

dev-python/ttystatus: ppc64 stable wrt bug #700618

Package-Manager: Portage-2.3.76, Repoman-2.3.16
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-python/ttystatus/ttystatus-0.36.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/ttystatus/ttystatus-0.36.ebuild 
b/dev-python/ttystatus/ttystatus-0.36.ebuild
index 19858fe6ace..26546b363b6 100644
--- a/dev-python/ttystatus/ttystatus-0.36.ebuild
+++ b/dev-python/ttystatus/ttystatus-0.36.ebuild
@@ -14,7 +14,7 @@ SRC_URI="http://git.liw.fi/${PN}/snapshot/${P}.tar.gz";
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~sparc x86"
 IUSE=""
 
 python_test() {



[gentoo-commits] repo/gentoo:master commit in: dev-python/ttystatus/

2019-11-19 Thread Agostino Sarubbo
commit: f6590feb39d1cc0f80ad8265f45cee7cf41f691c
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Nov 19 15:38:53 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Nov 19 15:38:53 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6590feb

dev-python/ttystatus: x86 stable wrt bug #700618

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

 dev-python/ttystatus/ttystatus-0.36.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/ttystatus/ttystatus-0.36.ebuild 
b/dev-python/ttystatus/ttystatus-0.36.ebuild
index 28f0dc4f89e..19858fe6ace 100644
--- a/dev-python/ttystatus/ttystatus-0.36.ebuild
+++ b/dev-python/ttystatus/ttystatus-0.36.ebuild
@@ -14,7 +14,7 @@ SRC_URI="http://git.liw.fi/${PN}/snapshot/${P}.tar.gz";
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86"
 IUSE=""
 
 python_test() {



[gentoo-commits] repo/gentoo:master commit in: dev-python/ttystatus/

2019-11-19 Thread Agostino Sarubbo
commit: a0eb2ca2d613c10edca9aaa70b3d0b9a819bd5b2
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Nov 19 11:58:04 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Nov 19 11:58:04 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0eb2ca2

dev-python/ttystatus: amd64 stable wrt bug #700618

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

 dev-python/ttystatus/ttystatus-0.36.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/ttystatus/ttystatus-0.36.ebuild 
b/dev-python/ttystatus/ttystatus-0.36.ebuild
index 8a70215d537..28f0dc4f89e 100644
--- a/dev-python/ttystatus/ttystatus-0.36.ebuild
+++ b/dev-python/ttystatus/ttystatus-0.36.ebuild
@@ -14,7 +14,7 @@ SRC_URI="http://git.liw.fi/${PN}/snapshot/${P}.tar.gz";
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
 IUSE=""
 
 python_test() {



[gentoo-commits] repo/gentoo:master commit in: dev-python/ttystatus/

2019-07-11 Thread Matt Turner
commit: 7cf28b9f1d6911b9c3f9a7052555dd356f78dd1e
Author: Matt Turner  gentoo  org>
AuthorDate: Thu Jul 11 23:25:10 2019 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri Jul 12 05:40:19 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7cf28b9f

dev-python/ttystatus: Version bump to 0.36

A bunch of things too:
- Port to EAPI=7
- Add Python 3 compatibility
- Fix incorrect license
- HTTPS homepage
- Depend on dev-lang/python with USE[ncurses]

Closes: https://bugs.gentoo.org/605934
Signed-off-by: Matt Turner  gentoo.org>

 dev-python/ttystatus/Manifest  |  1 +
 dev-python/ttystatus/ttystatus-0.36.ebuild | 22 ++
 2 files changed, 23 insertions(+)

diff --git a/dev-python/ttystatus/Manifest b/dev-python/ttystatus/Manifest
index 5bab23ebb46..9fa0a0743f8 100644
--- a/dev-python/ttystatus/Manifest
+++ b/dev-python/ttystatus/Manifest
@@ -1 +1,2 @@
 DIST ttystatus-0.35.tar.gz 34144 BLAKE2B 
92a11676525f2db5b3bc09786ddb3651f72202eaf9edf872faa5b5cbe7c01a64bb904fa92538ddfd15e7a077b4648bb02c0ac5a60fdbee105ef2789686d6c405
 SHA512 
5c2b1306bb1025dbbc78b53faca3ed07b21fec6a7084517f6b58c3e195fc8a901ed71b62429af2261850e819b52a08e3b3bf3def61b06c9a9451af02f4f2dddf
+DIST ttystatus-0.36.tar.gz 30766 BLAKE2B 
4fbb298a86472305a01ed7a8a41cbbea3f0e1677c8f5b349e71631d3474a59cbd65d114f55ad64339804ecb97bfc3e745cd93d09bc110c2c32f53404f898ecd8
 SHA512 
0005d18834eca702e4c96ab85216e3bb06fadf58555641405b2657b9f296b750d1084947d1a39c4e2c0bf0711ff859df06f1e859d6e82af41d2945e980529dcc

diff --git a/dev-python/ttystatus/ttystatus-0.36.ebuild 
b/dev-python/ttystatus/ttystatus-0.36.ebuild
new file mode 100644
index 000..6251a3e1cb9
--- /dev/null
+++ b/dev-python/ttystatus/ttystatus-0.36.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python2_7 python3_{5,6,7} )
+PYTHON_REQ_USE="ncurses"
+
+inherit distutils-r1
+
+DESCRIPTION="Terminal progress bar and status output for command line"
+HOMEPAGE="https://liw.fi/ttystatus/";
+SRC_URI="http://git.liw.fi/${PN}/snapshot/${P}.tar.gz";
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-fbsd"
+IUSE=""
+
+python_test() {
+   "${EPYTHON}" -m unittest discover -v -p '*_tests.py' || die
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/ttystatus/

2019-01-27 Thread Pacho Ramos
commit: 1f0abc898e8af716a8a81ba600d0b8b039d21ca5
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sun Jan 27 12:34:05 2019 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sun Jan 27 12:36:20 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f0abc89

dev-python/ttystatus: Drop old

Package-Manager: Portage-2.3.58, Repoman-2.3.12
Signed-off-by: Pacho Ramos  gentoo.org>

 dev-python/ttystatus/Manifest  |  3 ---
 dev-python/ttystatus/ttystatus-0.22.ebuild | 19 ---
 dev-python/ttystatus/ttystatus-0.23.ebuild | 19 ---
 dev-python/ttystatus/ttystatus-0.32.ebuild | 19 ---
 4 files changed, 60 deletions(-)

diff --git a/dev-python/ttystatus/Manifest b/dev-python/ttystatus/Manifest
index 5dfbe44dba4..5bab23ebb46 100644
--- a/dev-python/ttystatus/Manifest
+++ b/dev-python/ttystatus/Manifest
@@ -1,4 +1 @@
-DIST python-ttystatus_0.22.orig.tar.gz 30262 BLAKE2B 
74c308175c5b436a0cd2e7b427c6ffe4354c2221323d7a0149a245735aacc82ded2e9b65aa555331e6bb6fe156ae5b8bc0fb7de63e9786dc0923dce602ad27a5
 SHA512 
c6bf2a6dc81842799aecd9cacc0f91ea95cbe0befa80beef454c9f6e819f03180ee4964018c698a39cc2b7e245402a7c1d422fe5e0b750715bb068c22373d90a
-DIST python-ttystatus_0.23.orig.tar.gz 30299 BLAKE2B 
7081894339a1eacb61e78d57361932af998ac3fb2383432b51d5be14a3961b6bc374120678fcb9321c43e326bfc79b5d508d18a589909bc2cc6f09b1c5444838
 SHA512 
29dd9ee0a063b4f49c72a1f08acfe80f4db9b3a374b1424a98926d25e22c8df0ed89441997322556edaad03a339dafdbf874a1247f095f1f857ef04f90b8a040
-DIST ttystatus-0.32.tar.gz 33642 BLAKE2B 
8557c8c6cf2f7db2996489ef157c00b6da0ae2cc9be901596aadf5438ecf1fd3c507da80bd92cb7997f81be1d7a27cf0b716b6b2d0591faf7296118de93053e8
 SHA512 
fd1983d584eacab8302ebe795d7d907cead382d4188f8baafe78e0e493d329d330d60ecc682e3ff743b180cc52438bc1adf9c4bf3b98caf2e0ca8b1e26eeacb0
 DIST ttystatus-0.35.tar.gz 34144 BLAKE2B 
92a11676525f2db5b3bc09786ddb3651f72202eaf9edf872faa5b5cbe7c01a64bb904fa92538ddfd15e7a077b4648bb02c0ac5a60fdbee105ef2789686d6c405
 SHA512 
5c2b1306bb1025dbbc78b53faca3ed07b21fec6a7084517f6b58c3e195fc8a901ed71b62429af2261850e819b52a08e3b3bf3def61b06c9a9451af02f4f2dddf

diff --git a/dev-python/ttystatus/ttystatus-0.22.ebuild 
b/dev-python/ttystatus/ttystatus-0.22.ebuild
deleted file mode 100644
index 4cb527807bf..000
--- a/dev-python/ttystatus/ttystatus-0.22.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1
-
-DESCRIPTION="Terminal progress bar and status output for command line"
-HOMEPAGE="http://liw.fi/ttystatus/";
-SRC_URI="http://code.liw.fi/debian/pool/main/p/python-${PN}/python-${PN}_${PV}.orig.tar.gz";
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-IUSE=""
-
-DEPEND="${PYTHON_DEPS}"

diff --git a/dev-python/ttystatus/ttystatus-0.23.ebuild 
b/dev-python/ttystatus/ttystatus-0.23.ebuild
deleted file mode 100644
index fa019768519..000
--- a/dev-python/ttystatus/ttystatus-0.23.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1
-
-DESCRIPTION="Terminal progress bar and status output for command line"
-HOMEPAGE="http://liw.fi/ttystatus/";
-SRC_URI="http://code.liw.fi/debian/pool/main/p/python-${PN}/python-${PN}_${PV}.orig.tar.gz";
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86"
-IUSE=""
-
-DEPEND="${PYTHON_DEPS}"

diff --git a/dev-python/ttystatus/ttystatus-0.32.ebuild 
b/dev-python/ttystatus/ttystatus-0.32.ebuild
deleted file mode 100644
index bcebdfdd01e..000
--- a/dev-python/ttystatus/ttystatus-0.32.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1
-
-DESCRIPTION="Terminal progress bar and status output for command line"
-HOMEPAGE="http://liw.fi/ttystatus/";
-SRC_URI="http://git.liw.fi/cgi-bin/cgit/cgit.cgi/${PN}/snapshot/${P}.tar.gz";
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-IUSE=""
-
-DEPEND="${PYTHON_DEPS}"



[gentoo-commits] repo/gentoo:master commit in: dev-python/ttystatus/

2018-11-30 Thread Marc Schiffbauer
commit: 2d4cbac1432a0e49ebb8ffaa7bbc4a3b878b9141
Author: Marc Schiffbauer  gentoo  org>
AuthorDate: Fri Nov 30 09:53:06 2018 +
Commit: Marc Schiffbauer  gentoo  org>
CommitDate: Fri Nov 30 09:57:42 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d4cbac1

dev-python/ttystatus: Drop myself as maintainer

Signed-off-by: Marc Schiffbauer  gentoo.org>

 dev-python/ttystatus/metadata.xml | 5 +
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/dev-python/ttystatus/metadata.xml 
b/dev-python/ttystatus/metadata.xml
index ea6b59e7902..7a38bb90096 100644
--- a/dev-python/ttystatus/metadata.xml
+++ b/dev-python/ttystatus/metadata.xml
@@ -1,8 +1,5 @@
 
 http://www.gentoo.org/dtd/metadata.dtd";>
 
-   
-   msch...@gentoo.org
-   Marc Schiffbauer
-   
+   
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/ttystatus/

2018-03-25 Thread Markus Meier
commit: f0f1890de06608cb851810c38b2e220e673fdc86
Author: Markus Meier  gentoo  org>
AuthorDate: Sun Mar 25 17:16:57 2018 +
Commit: Markus Meier  gentoo  org>
CommitDate: Sun Mar 25 17:16:57 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0f1890d

dev-python/ttystatus: arm stable, bug #611052

Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="arm"

 dev-python/ttystatus/ttystatus-0.35.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/ttystatus/ttystatus-0.35.ebuild 
b/dev-python/ttystatus/ttystatus-0.35.ebuild
index 6fc99b15fd4..230ad845ebf 100644
--- a/dev-python/ttystatus/ttystatus-0.35.ebuild
+++ b/dev-python/ttystatus/ttystatus-0.35.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="http://git.liw.fi/cgi-bin/cgit/cgit.cgi/${PN}/snapshot/${P}.tar.gz";
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm arm64 hppa ia64 ~mips ppc ppc64 sparc x86 
~amd64-fbsd"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 sparc x86 
~amd64-fbsd"
 IUSE=""
 
 python_test() {



[gentoo-commits] repo/gentoo:master commit in: dev-python/ttystatus/

2018-03-18 Thread Sergei Trofimovich
commit: 3a477b76736f7d38499b923be0201c7e8c4f8ea9
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Mar 18 10:47:11 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Mar 18 10:47:11 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a477b76

dev-python/ttystatus: stable 0.35 for hppa, bug #611052

Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="hppa"

 dev-python/ttystatus/ttystatus-0.35.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/ttystatus/ttystatus-0.35.ebuild 
b/dev-python/ttystatus/ttystatus-0.35.ebuild
index d880ea53b2c..6fc99b15fd4 100644
--- a/dev-python/ttystatus/ttystatus-0.35.ebuild
+++ b/dev-python/ttystatus/ttystatus-0.35.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="http://git.liw.fi/cgi-bin/cgit/cgit.cgi/${PN}/snapshot/${P}.tar.gz";
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm arm64 ~hppa ia64 ~mips ppc ppc64 sparc x86 
~amd64-fbsd"
+KEYWORDS="alpha amd64 ~arm arm64 hppa ia64 ~mips ppc ppc64 sparc x86 
~amd64-fbsd"
 IUSE=""
 
 python_test() {



[gentoo-commits] repo/gentoo:master commit in: dev-python/ttystatus/

2018-03-11 Thread Matt Turner
commit: ee25d0a4453e9e71fc2d4d6b9fb0416241fb8f05
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Mar 11 20:40:24 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Mar 11 20:40:38 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee25d0a4

dev-python/ttystatus-0.35: added ~mips, bug 530672

 dev-python/ttystatus/ttystatus-0.35.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/ttystatus/ttystatus-0.35.ebuild 
b/dev-python/ttystatus/ttystatus-0.35.ebuild
index cdbfd12ec2f..d880ea53b2c 100644
--- a/dev-python/ttystatus/ttystatus-0.35.ebuild
+++ b/dev-python/ttystatus/ttystatus-0.35.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="http://git.liw.fi/cgi-bin/cgit/cgit.cgi/${PN}/snapshot/${P}.tar.gz";
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm arm64 ~hppa ia64 ppc ppc64 sparc x86 ~amd64-fbsd"
+KEYWORDS="alpha amd64 ~arm arm64 ~hppa ia64 ~mips ppc ppc64 sparc x86 
~amd64-fbsd"
 IUSE=""
 
 python_test() {



[gentoo-commits] repo/gentoo:master commit in: dev-python/ttystatus/

2018-03-05 Thread Sergei Trofimovich
commit: 4c9e349b0b6925ab224eb9df9a34236a0fcfb234
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Mon Mar  5 19:17:54 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Mar  5 20:26:28 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c9e349b

dev-python/ttystatus: stable 0.35 for sparc, bug #611052

Package-Manager: Portage-2.3.19, Repoman-2.3.6
RepoMan-Options: --include-arches="sparc"

 dev-python/ttystatus/ttystatus-0.35.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/ttystatus/ttystatus-0.35.ebuild 
b/dev-python/ttystatus/ttystatus-0.35.ebuild
index 804a9234c42..cdbfd12ec2f 100644
--- a/dev-python/ttystatus/ttystatus-0.35.ebuild
+++ b/dev-python/ttystatus/ttystatus-0.35.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="http://git.liw.fi/cgi-bin/cgit/cgit.cgi/${PN}/snapshot/${P}.tar.gz";
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm arm64 ~hppa ia64 ppc ppc64 ~sparc x86 ~amd64-fbsd"
+KEYWORDS="alpha amd64 ~arm arm64 ~hppa ia64 ppc ppc64 sparc x86 ~amd64-fbsd"
 IUSE=""
 
 python_test() {



[gentoo-commits] repo/gentoo:master commit in: dev-python/ttystatus/

2018-03-05 Thread Mart Raudsepp
commit: a85064baf3adceadd651396503118ffb760a2649
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Mon Mar  5 14:01:55 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Mon Mar  5 14:28:13 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a85064ba

dev-python/ttystatus-0.35: arm64 stable (bug #611052)

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 dev-python/ttystatus/ttystatus-0.35.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/ttystatus/ttystatus-0.35.ebuild 
b/dev-python/ttystatus/ttystatus-0.35.ebuild
index 04d33dba1bc..804a9234c42 100644
--- a/dev-python/ttystatus/ttystatus-0.35.ebuild
+++ b/dev-python/ttystatus/ttystatus-0.35.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="http://git.liw.fi/cgi-bin/cgit/cgit.cgi/${PN}/snapshot/${P}.tar.gz";
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ppc ppc64 ~sparc x86 ~amd64-fbsd"
+KEYWORDS="alpha amd64 ~arm arm64 ~hppa ia64 ppc ppc64 ~sparc x86 ~amd64-fbsd"
 IUSE=""
 
 python_test() {



[gentoo-commits] repo/gentoo:master commit in: dev-python/ttystatus/

2018-03-04 Thread Jason Zaman
commit: 0e1b139096d6d04974a2c034128f8992716db666
Author: Jason Zaman  gentoo  org>
AuthorDate: Sun Mar  4 09:10:43 2018 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Sun Mar  4 09:10:43 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e1b1390

dev-python/ttystatus: amd64 stable

Gentoo-bug: 611052
Package-Manager: Portage-2.3.19, Repoman-2.3.6

 dev-python/ttystatus/ttystatus-0.35.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/ttystatus/ttystatus-0.35.ebuild 
b/dev-python/ttystatus/ttystatus-0.35.ebuild
index 9f5a657b4a5..04d33dba1bc 100644
--- a/dev-python/ttystatus/ttystatus-0.35.ebuild
+++ b/dev-python/ttystatus/ttystatus-0.35.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="http://git.liw.fi/cgi-bin/cgit/cgit.cgi/${PN}/snapshot/${P}.tar.gz";
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="alpha ~amd64 ~arm ~arm64 ~hppa ia64 ppc ppc64 ~sparc x86 ~amd64-fbsd"
+KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ppc ppc64 ~sparc x86 ~amd64-fbsd"
 IUSE=""
 
 python_test() {



[gentoo-commits] repo/gentoo:master commit in: dev-python/ttystatus/

2018-03-02 Thread Tobias Klausmann
commit: a69df5cded5b68b5631d674b287ea92bb50f36f7
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Fri Mar  2 15:59:04 2018 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Fri Mar  2 15:59:04 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a69df5cd

dev-python/ttystatus-0.35-r0: alpha stable

Gentoo-Bug: http://bugs.gentoo.org/611052

 dev-python/ttystatus/ttystatus-0.35.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/ttystatus/ttystatus-0.35.ebuild 
b/dev-python/ttystatus/ttystatus-0.35.ebuild
index ca2c6b804ae..afb5f3c11e3 100644
--- a/dev-python/ttystatus/ttystatus-0.35.ebuild
+++ b/dev-python/ttystatus/ttystatus-0.35.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="http://git.liw.fi/cgi-bin/cgit/cgit.cgi/${PN}/snapshot/${P}.tar.gz";
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ia64 ppc ppc64 ~sparc ~x86 
~amd64-fbsd"
+KEYWORDS="alpha ~amd64 ~arm ~arm64 ~hppa ia64 ppc ppc64 ~sparc ~x86 
~amd64-fbsd"
 IUSE=""
 
 python_test() {



[gentoo-commits] repo/gentoo:master commit in: dev-python/ttystatus/

2018-02-28 Thread Sergei Trofimovich
commit: aef8c8480d57433bd786219e5711b6c72d93196f
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Wed Feb 28 22:11:22 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Feb 28 22:11:37 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aef8c848

dev-python/ttystatus: stable 0.35 for ppc/ppc64, bug #611052

Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="ppc ppc64"

 dev-python/ttystatus/ttystatus-0.35.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/ttystatus/ttystatus-0.35.ebuild 
b/dev-python/ttystatus/ttystatus-0.35.ebuild
index a2e24d9b583..ca2c6b804ae 100644
--- a/dev-python/ttystatus/ttystatus-0.35.ebuild
+++ b/dev-python/ttystatus/ttystatus-0.35.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="http://git.liw.fi/cgi-bin/cgit/cgit.cgi/${PN}/snapshot/${P}.tar.gz";
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ia64 ~ppc ~ppc64 ~sparc ~x86 
~amd64-fbsd"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ia64 ppc ppc64 ~sparc ~x86 
~amd64-fbsd"
 IUSE=""
 
 python_test() {



[gentoo-commits] repo/gentoo:master commit in: dev-python/ttystatus/

2018-02-28 Thread Sergei Trofimovich
commit: 0406a18a1d3bee2de690a4a0fbbfe3cddad8d70c
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Wed Feb 28 21:48:39 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Feb 28 21:49:01 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0406a18a

dev-python/ttystatus: stable 0.35 for ia64, bug #611052

Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="ia64"

 dev-python/ttystatus/ttystatus-0.35.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/ttystatus/ttystatus-0.35.ebuild 
b/dev-python/ttystatus/ttystatus-0.35.ebuild
index cde59d9a154..a2e24d9b583 100644
--- a/dev-python/ttystatus/ttystatus-0.35.ebuild
+++ b/dev-python/ttystatus/ttystatus-0.35.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="http://git.liw.fi/cgi-bin/cgit/cgit.cgi/${PN}/snapshot/${P}.tar.gz";
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 
~amd64-fbsd"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ia64 ~ppc ~ppc64 ~sparc ~x86 
~amd64-fbsd"
 IUSE=""
 
 python_test() {



[gentoo-commits] repo/gentoo:master commit in: dev-python/ttystatus/

2018-02-23 Thread Michał Górny
commit: 4fae9881d378d3fbde0b1d4d20c398f8c9d569b5
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Feb 24 07:55:27 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Feb 24 07:58:02 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4fae9881

dev-python/ttystatus: Tested on ~amd64-fbsd (bug #530672)

 dev-python/ttystatus/ttystatus-0.35.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/ttystatus/ttystatus-0.35.ebuild 
b/dev-python/ttystatus/ttystatus-0.35.ebuild
index 5c97f4dd32c..cde59d9a154 100644
--- a/dev-python/ttystatus/ttystatus-0.35.ebuild
+++ b/dev-python/ttystatus/ttystatus-0.35.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="http://git.liw.fi/cgi-bin/cgit/cgit.cgi/${PN}/snapshot/${P}.tar.gz";
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 
~amd64-fbsd"
 IUSE=""
 
 python_test() {



[gentoo-commits] repo/gentoo:master commit in: dev-python/ttystatus/

2018-02-23 Thread Michał Górny
commit: 0afc5755e388d42d6c2d82470234516857e04390
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Feb 23 23:32:15 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Feb 23 23:37:03 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0afc5755

dev-python/ttystatus: Remove duplicate deps

 dev-python/ttystatus/ttystatus-0.35.ebuild | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/dev-python/ttystatus/ttystatus-0.35.ebuild 
b/dev-python/ttystatus/ttystatus-0.35.ebuild
index bcebdfdd01e..7549ff37d00 100644
--- a/dev-python/ttystatus/ttystatus-0.35.ebuild
+++ b/dev-python/ttystatus/ttystatus-0.35.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -15,5 +15,3 @@ LICENSE="GPL-3"
 SLOT="0"
 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
 IUSE=""
-
-DEPEND="${PYTHON_DEPS}"



[gentoo-commits] repo/gentoo:master commit in: dev-python/ttystatus/

2018-02-23 Thread Michał Górny
commit: 1f6342e413caa45164e0de30cdbae58284a09ec2
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Feb 23 23:34:29 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Feb 23 23:37:04 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f6342e4

dev-python/ttystatus: Enable testing

 dev-python/ttystatus/ttystatus-0.35.ebuild | 4 
 1 file changed, 4 insertions(+)

diff --git a/dev-python/ttystatus/ttystatus-0.35.ebuild 
b/dev-python/ttystatus/ttystatus-0.35.ebuild
index 7549ff37d00..5c97f4dd32c 100644
--- a/dev-python/ttystatus/ttystatus-0.35.ebuild
+++ b/dev-python/ttystatus/ttystatus-0.35.ebuild
@@ -15,3 +15,7 @@ LICENSE="GPL-3"
 SLOT="0"
 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
 IUSE=""
+
+python_test() {
+   "${EPYTHON}" -m unittest discover -v -p '*_tests.py' || die
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/ttystatus/

2017-06-19 Thread Marc Schiffbauer
commit: 42347ed300aa28f9af80cfba77d75d39721ecc70
Author: Marc Schiffbauer  gentoo  org>
AuthorDate: Mon Jun 19 20:39:36 2017 +
Commit: Marc Schiffbauer  gentoo  org>
CommitDate: Mon Jun 19 20:40:34 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42347ed3

dev-python/ttystatus: bump, fixes #621668

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-python/ttystatus/Manifest  |  1 +
 dev-python/ttystatus/ttystatus-0.35.ebuild | 19 +++
 2 files changed, 20 insertions(+)

diff --git a/dev-python/ttystatus/Manifest b/dev-python/ttystatus/Manifest
index f6bb9a509de..682557cc6ac 100644
--- a/dev-python/ttystatus/Manifest
+++ b/dev-python/ttystatus/Manifest
@@ -1,3 +1,4 @@
 DIST python-ttystatus_0.22.orig.tar.gz 30262 SHA256 
ce3c0578364fab86278a694c2a193faf81c8e83df06f489d5395bd9d9706fbc3 SHA512 
c6bf2a6dc81842799aecd9cacc0f91ea95cbe0befa80beef454c9f6e819f03180ee4964018c698a39cc2b7e245402a7c1d422fe5e0b750715bb068c22373d90a
 WHIRLPOOL 
203446bfc2886b3a2c562675a6826ed0d8bcd475f77efc3326dbf2d2280cd17c77660d97041e3d3954243a34e1ac0d22f835b0d149c52db726a83783fad5ffe0
 DIST python-ttystatus_0.23.orig.tar.gz 30299 SHA256 
1ecd58dff0049fdccedb6cd41ff0ddc51971c943e8d1887f8c027ae9e3aeb17a SHA512 
29dd9ee0a063b4f49c72a1f08acfe80f4db9b3a374b1424a98926d25e22c8df0ed89441997322556edaad03a339dafdbf874a1247f095f1f857ef04f90b8a040
 WHIRLPOOL 
82576ac9346fe025d1ebc6d53e61cdfbcc3cb75f2c17e4bfb365d75088e5cf1bc00c6be6acfb729457324ea8e89d7d554efd2f3ab0c8a76103656a5a516e7172
 DIST ttystatus-0.32.tar.gz 33642 SHA256 
ae2a054aa0bb6d1c6c71cb836bd5d55b9ade6863008c0803177908291342af2c SHA512 
fd1983d584eacab8302ebe795d7d907cead382d4188f8baafe78e0e493d329d330d60ecc682e3ff743b180cc52438bc1adf9c4bf3b98caf2e0ca8b1e26eeacb0
 WHIRLPOOL 
d31c764be170b05dae972bfb7a6b4a3fec6fff09cd8534e2b70f0e64c69e2d22594703f1c88b06ecdf2bdf19bb25caae0ba22fc1d8065c9e7dadff235bf429e1
+DIST ttystatus-0.35.tar.gz 34144 SHA256 
86c2319df85f8bccb8d5550b1d2fa0f00247f6de2cbd217fc01ab676f8c23b6e SHA512 
5c2b1306bb1025dbbc78b53faca3ed07b21fec6a7084517f6b58c3e195fc8a901ed71b62429af2261850e819b52a08e3b3bf3def61b06c9a9451af02f4f2dddf
 WHIRLPOOL 
51aca16daf03a01dbd830ed73ad0f66157cdbb64f45c46108695b0a3b0a5970d658c272102bc8ca6f1d6a5d3432a7a0c921a12e7904b6ca533bd7c303d2b9657

diff --git a/dev-python/ttystatus/ttystatus-0.35.ebuild 
b/dev-python/ttystatus/ttystatus-0.35.ebuild
new file mode 100644
index 000..bcebdfdd01e
--- /dev/null
+++ b/dev-python/ttystatus/ttystatus-0.35.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+PYTHON_COMPAT=( python2_7 )
+
+inherit distutils-r1
+
+DESCRIPTION="Terminal progress bar and status output for command line"
+HOMEPAGE="http://liw.fi/ttystatus/";
+SRC_URI="http://git.liw.fi/cgi-bin/cgit/cgit.cgi/${PN}/snapshot/${P}.tar.gz";
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE=""
+
+DEPEND="${PYTHON_DEPS}"



[gentoo-commits] repo/gentoo:master commit in: dev-python/ttystatus/

2017-03-22 Thread Markus Meier
commit: c589261c0e156064a152cf9393cd4f508de3b9f6
Author: Markus Meier  gentoo  org>
AuthorDate: Wed Mar 22 19:56:45 2017 +
Commit: Markus Meier  gentoo  org>
CommitDate: Wed Mar 22 19:56:45 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c589261c

dev-python/ttystatus: add ~arm64, bug #607664

Package-Manager: Portage-2.3.5, Repoman-2.3.2
RepoMan-Options: --include-arches="arm64"

 dev-python/ttystatus/ttystatus-0.32.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/ttystatus/ttystatus-0.32.ebuild 
b/dev-python/ttystatus/ttystatus-0.32.ebuild
index eadb417fc02..bcebdfdd01e 100644
--- a/dev-python/ttystatus/ttystatus-0.32.ebuild
+++ b/dev-python/ttystatus/ttystatus-0.32.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -13,7 +13,7 @@ 
SRC_URI="http://git.liw.fi/cgi-bin/cgit/cgit.cgi/${PN}/snapshot/${P}.tar.gz";
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
 IUSE=""
 
 DEPEND="${PYTHON_DEPS}"



[gentoo-commits] repo/gentoo:master commit in: dev-python/ttystatus/

2016-06-27 Thread Robin H. Johnson
commit: e4084a7241657f2e7560ccfff4ba7901b66ce65f
Author: Robin H. Johnson  gentoo  org>
AuthorDate: Fri Jun 24 19:22:37 2016 +
Commit: Robin H. Johnson  gentoo  org>
CommitDate: Mon Jun 27 15:23:19 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4084a72

dev-python/ttystatus: bump.

Package-Manager: portage-2.2.28

 dev-python/ttystatus/Manifest  |  1 +
 dev-python/ttystatus/ttystatus-0.32.ebuild | 20 
 2 files changed, 21 insertions(+)

diff --git a/dev-python/ttystatus/Manifest b/dev-python/ttystatus/Manifest
index a2c00a8..f6bb9a5 100644
--- a/dev-python/ttystatus/Manifest
+++ b/dev-python/ttystatus/Manifest
@@ -1,2 +1,3 @@
 DIST python-ttystatus_0.22.orig.tar.gz 30262 SHA256 
ce3c0578364fab86278a694c2a193faf81c8e83df06f489d5395bd9d9706fbc3 SHA512 
c6bf2a6dc81842799aecd9cacc0f91ea95cbe0befa80beef454c9f6e819f03180ee4964018c698a39cc2b7e245402a7c1d422fe5e0b750715bb068c22373d90a
 WHIRLPOOL 
203446bfc2886b3a2c562675a6826ed0d8bcd475f77efc3326dbf2d2280cd17c77660d97041e3d3954243a34e1ac0d22f835b0d149c52db726a83783fad5ffe0
 DIST python-ttystatus_0.23.orig.tar.gz 30299 SHA256 
1ecd58dff0049fdccedb6cd41ff0ddc51971c943e8d1887f8c027ae9e3aeb17a SHA512 
29dd9ee0a063b4f49c72a1f08acfe80f4db9b3a374b1424a98926d25e22c8df0ed89441997322556edaad03a339dafdbf874a1247f095f1f857ef04f90b8a040
 WHIRLPOOL 
82576ac9346fe025d1ebc6d53e61cdfbcc3cb75f2c17e4bfb365d75088e5cf1bc00c6be6acfb729457324ea8e89d7d554efd2f3ab0c8a76103656a5a516e7172
+DIST ttystatus-0.32.tar.gz 33642 SHA256 
ae2a054aa0bb6d1c6c71cb836bd5d55b9ade6863008c0803177908291342af2c SHA512 
fd1983d584eacab8302ebe795d7d907cead382d4188f8baafe78e0e493d329d330d60ecc682e3ff743b180cc52438bc1adf9c4bf3b98caf2e0ca8b1e26eeacb0
 WHIRLPOOL 
d31c764be170b05dae972bfb7a6b4a3fec6fff09cd8534e2b70f0e64c69e2d22594703f1c88b06ecdf2bdf19bb25caae0ba22fc1d8065c9e7dadff235bf429e1

diff --git a/dev-python/ttystatus/ttystatus-0.32.ebuild 
b/dev-python/ttystatus/ttystatus-0.32.ebuild
new file mode 100644
index 000..7fdbec8
--- /dev/null
+++ b/dev-python/ttystatus/ttystatus-0.32.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+PYTHON_COMPAT=( python2_7 )
+
+inherit distutils-r1
+
+DESCRIPTION="Terminal progress bar and status output for command line"
+HOMEPAGE="http://liw.fi/ttystatus/";
+SRC_URI="http://git.liw.fi/cgi-bin/cgit/cgit.cgi/${PN}/snapshot/${P}.tar.gz";
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE=""
+
+DEPEND="${PYTHON_DEPS}"