summaryrefslogtreecommitdiff
path: root/dev-python/termcolor
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/termcolor')
-rw-r--r--dev-python/termcolor/Manifest4
-rw-r--r--dev-python/termcolor/termcolor-1.1.0-r1.ebuild4
-rw-r--r--dev-python/termcolor/termcolor-1.1.0-r2.ebuild7
3 files changed, 7 insertions, 8 deletions
diff --git a/dev-python/termcolor/Manifest b/dev-python/termcolor/Manifest
index 6db98945039c..6769ee63cda6 100644
--- a/dev-python/termcolor/Manifest
+++ b/dev-python/termcolor/Manifest
@@ -1,4 +1,4 @@
DIST termcolor-1.1.0.tar.gz 3912 BLAKE2B 8d661a708eff02894b6e390befddaef1c9d14f78f0c7d10ac332fa149f7892109f77bd279c9a488a3aa4070569c92f0ce847e3911d419ff549a10555b34534fb SHA512 4bd06bf4405a9ef6c005cd4d159ef602f7fc7fccb3e57586da1187c402f4d0b9051ef930cae423065c51ff4be8a22ceae556a61a6b3c8c519d623c066c340b53
-EBUILD termcolor-1.1.0-r1.ebuild 482 BLAKE2B 9584a7f2621a2753182509b1b98a405bd175ef9870b7f6c9bcb01604cca1fbe2c0dc18ee34e7a08eedbac944dddc5f57fc1f662b1a98106dcffa1b5881bfa669 SHA512 cb7aa31eb193da14a69bdbe577f259153e8fdc1f741dd7b2bf07fe62860b876f606913dcbb8920656a6c0b005f130bd1a72746afe31a8c81c78c7c1c831e7f52
-EBUILD termcolor-1.1.0-r2.ebuild 512 BLAKE2B 13255a9e04968cf51a027c35a7aab6ae5776595fcbc72fd33e7d90bcdd9617cb065d94bea6138b66aa8eb4c89ee6f06428b0f4a99bcdaf59874559e807dd53bc SHA512 867d891890396d377d809036a51e40ba15594e6e3d177442f0aaa7abb519aefbd2d9753e80837f96daa39f333e22cea33af26dd64bebb1e8c63f0130c946bf4b
+EBUILD termcolor-1.1.0-r1.ebuild 475 BLAKE2B 22cc3c6d5bfe233579be3f44a51f34567db13dcc68ada17b56ee28e162fd2adf25b92668f54ee51719e81801e5fabc2a0d43835e5f1eb341fc187578700fba17 SHA512 ae2cf2e300345dbb07220e333c881083d4daa88ae4a002fed9552c860bd8e1d214f04109f706a51b76e665178c8c8e14cad9897b2dd8536a569544413f99dd79
+EBUILD termcolor-1.1.0-r2.ebuild 484 BLAKE2B af7af10f51ef730a78a20e04b6a627d5bf6b4cfb99710ae1c8166c4136e86c16f1ed550cab3a6b938bbd1c080e365315f78684327fe107e2c42dead6de1e32fb SHA512 cf91cb1c17a6961a385bf21da01c80d836d567859a6ef01d636dbc12f49a8e04ce0eb8997260d6dabaca2195475ae1d2a07307ec8897eb798caf98edb5a29b52
MISC metadata.xml 545 BLAKE2B e11f72c21c60624a387abecb92db37c886f2e5f7f5744003bc9ec1b3a33e50a3016178126fa60cc626926c132cb3690f7155b3c2e4a65227930e4e0342e52ce6 SHA512 475cd979340760bacfeb70aad2a0a046bafa5f1b8595a897d975615d4755c1b89f511f952d29af8390610fe445a03f3edfd8771d1b217d0258eed5f9f042adf0
diff --git a/dev-python/termcolor/termcolor-1.1.0-r1.ebuild b/dev-python/termcolor/termcolor-1.1.0-r1.ebuild
index 99c3f2461204..8eec81812694 100644
--- a/dev-python/termcolor/termcolor-1.1.0-r1.ebuild
+++ b/dev-python/termcolor/termcolor-1.1.0-r1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=5
-PYTHON_COMPAT=( python2_7 python3_{5,6,7} pypy )
+PYTHON_COMPAT=( python2_7 python3_{6,7} )
inherit distutils-r1
diff --git a/dev-python/termcolor/termcolor-1.1.0-r2.ebuild b/dev-python/termcolor/termcolor-1.1.0-r2.ebuild
index 51971986bb54..ecd9d054dc0e 100644
--- a/dev-python/termcolor/termcolor-1.1.0-r2.ebuild
+++ b/dev-python/termcolor/termcolor-1.1.0-r2.ebuild
@@ -1,9 +1,10 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python{2_7,3_{5,6,7,8}} pypy{,3} )
+DISTUTILS_USE_SETUPTOOLS=no
+PYTHON_COMPAT=( python{2_7,3_{6,7,8}} pypy3 )
inherit distutils-r1
@@ -15,7 +16,5 @@ LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~hppa ~sparc ~x86 ~amd64-linux ~x86-linux"
-BDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-
# no tests...
RESTRICT="test"