summaryrefslogtreecommitdiff
path: root/dev-python/ttystatus
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/ttystatus')
-rw-r--r--dev-python/ttystatus/Manifest4
-rw-r--r--dev-python/ttystatus/ttystatus-0.35.ebuild21
-rw-r--r--dev-python/ttystatus/ttystatus-0.36.ebuild2
3 files changed, 2 insertions, 25 deletions
diff --git a/dev-python/ttystatus/Manifest b/dev-python/ttystatus/Manifest
index 9f4bc0f71828..dc2eebcf3003 100644
--- a/dev-python/ttystatus/Manifest
+++ b/dev-python/ttystatus/Manifest
@@ -1,5 +1,3 @@
-DIST ttystatus-0.35.tar.gz 34144 BLAKE2B 92a11676525f2db5b3bc09786ddb3651f72202eaf9edf872faa5b5cbe7c01a64bb904fa92538ddfd15e7a077b4648bb02c0ac5a60fdbee105ef2789686d6c405 SHA512 5c2b1306bb1025dbbc78b53faca3ed07b21fec6a7084517f6b58c3e195fc8a901ed71b62429af2261850e819b52a08e3b3bf3def61b06c9a9451af02f4f2dddf
DIST ttystatus-0.36.tar.gz 30766 BLAKE2B 4fbb298a86472305a01ed7a8a41cbbea3f0e1677c8f5b349e71631d3474a59cbd65d114f55ad64339804ecb97bfc3e745cd93d09bc110c2c32f53404f898ecd8 SHA512 0005d18834eca702e4c96ab85216e3bb06fadf58555641405b2657b9f296b750d1084947d1a39c4e2c0bf0711ff859df06f1e859d6e82af41d2945e980529dcc
-EBUILD ttystatus-0.35.ebuild 534 BLAKE2B 4dcf599f3241242e980f9331f1925e47336b8b1c49c0138cf0e74f49f2fc30ccd48e59a411157a851d19d51c0d82a207430763d0d2e3e8c5efeba190c6f77959 SHA512 0a78bb82a4c7fd64913126759e9d6e706be4baabd4e412eda0de5c38c42172bfa5147615b927f26773e945ef3f914d5f92ec28c00e7b8a0b65f62aea90946d61
-EBUILD ttystatus-0.36.ebuild 562 BLAKE2B fea030cc7f3f1a706466eae2a283217eff599603cf38b1a468e44743609179a9f7a2b3b14aff1d7e28b1e45ac66303605c73682f36627e6d511fa49bc36c81be SHA512 4ad99e20847cd187fd5bacd67a8a475b225e9e9781bef6f28631e0b14893af111dbb0a98e036752bcd5c80466d04db2556c17cde4095bb15ee6534333766edb2
+EBUILD ttystatus-0.36.ebuild 552 BLAKE2B 7417376df74181e02aef2d75c06e241cce41cf1c1ab4ca0637f6b03db216906943c49a0cbb8a0266cd6b918bbd73839af582945995679704b453524475d7e77f SHA512 c8b9d81d92c4ed049d2bffe458edd137d6bbbcb380511752af92a13b58dea313ad30704316fbac4e29dbefe529e3472e659cd3f05511dc79adc87384a8bed040
MISC metadata.xml 167 BLAKE2B e4dadf27fd344484f2bccb5b904909c89aac568c32e5b3c44bdf139eacefd4b4fae74419f503d2b7da0dccc1b68ba05d777d11292c0f89270d1ac5c9c703e8ca SHA512 7c8decb24ee3a850e38186cf3c7f8933a28017426806870ad6ef9ceb2533be147a2681fc789b535a81cb528af8c29d90d3006e4f250aee23bd7dea4561294e33
diff --git a/dev-python/ttystatus/ttystatus-0.35.ebuild b/dev-python/ttystatus/ttystatus-0.35.ebuild
deleted file mode 100644
index ea9fbf908558..000000000000
--- 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
-}
diff --git a/dev-python/ttystatus/ttystatus-0.36.ebuild b/dev-python/ttystatus/ttystatus-0.36.ebuild
index 8a70215d537c..0329dffa93f1 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() {