summaryrefslogtreecommitdiff
path: root/dev-python/termcolor
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2019-04-28 09:54:45 +0100
committerV3n3RiX <venerix@redcorelinux.org>2019-04-28 09:54:45 +0100
commitb7ebc951da8800f711142f69d9d958bde67a112d (patch)
treee318514216845acb8f2e49fff7a5cba4027e9d91 /dev-python/termcolor
parentdc7cbdfa65fd814b3b9aa3c56257da201109e807 (diff)
gentoo resync : 28.04.2019
Diffstat (limited to 'dev-python/termcolor')
-rw-r--r--dev-python/termcolor/Manifest2
-rw-r--r--dev-python/termcolor/termcolor-1.1.0-r1.ebuild2
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/termcolor/Manifest b/dev-python/termcolor/Manifest
index 7c7d9254bd7f..e33499e5c59d 100644
--- a/dev-python/termcolor/Manifest
+++ b/dev-python/termcolor/Manifest
@@ -1,3 +1,3 @@
DIST termcolor-1.1.0.tar.gz 3912 BLAKE2B 8d661a708eff02894b6e390befddaef1c9d14f78f0c7d10ac332fa149f7892109f77bd279c9a488a3aa4070569c92f0ce847e3911d419ff549a10555b34534fb SHA512 4bd06bf4405a9ef6c005cd4d159ef602f7fc7fccb3e57586da1187c402f4d0b9051ef930cae423065c51ff4be8a22ceae556a61a6b3c8c519d623c066c340b53
-EBUILD termcolor-1.1.0-r1.ebuild 484 BLAKE2B fe4dd2c4d6e89300e4ca2d9d62956667e029b24e407f7067939799ee0e3393066ecf009bf30ed71def41b4edb3ed98eb4afa1613c123ef321b159a94a8f4cfd3 SHA512 2a5560d2314c9b16cd55cbcf9aa0892f7ef0365fbb47b7e03f29dd96b7abea054d5b9830bcfa2f55690e0ece66e66c4ab8d0ebb4ae621fbe52d93c87d882d2dc
+EBUILD termcolor-1.1.0-r1.ebuild 482 BLAKE2B 9584a7f2621a2753182509b1b98a405bd175ef9870b7f6c9bcb01604cca1fbe2c0dc18ee34e7a08eedbac944dddc5f57fc1f662b1a98106dcffa1b5881bfa669 SHA512 cb7aa31eb193da14a69bdbe577f259153e8fdc1f741dd7b2bf07fe62860b876f606913dcbb8920656a6c0b005f130bd1a72746afe31a8c81c78c7c1c831e7f52
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 bec6a6b64ac4..99c3f2461204 100644
--- a/dev-python/termcolor/termcolor-1.1.0-r1.ebuild
+++ b/dev-python/termcolor/termcolor-1.1.0-r1.ebuild
@@ -3,7 +3,7 @@
EAPI=5
-PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} pypy )
+PYTHON_COMPAT=( python2_7 python3_{5,6,7} pypy )
inherit distutils-r1