summaryrefslogtreecommitdiff
path: root/dev-python/humanize
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-01-15 15:51:32 +0000
committerV3n3RiX <venerix@redcorelinux.org>2020-01-15 15:51:32 +0000
commit21435953e16cda318a82334ddbadb3b5c36d9ea7 (patch)
treee1810a4b135afce04b34862ef0fab2bfaeb8aeca /dev-python/humanize
parent7bc9c63c9da678a7e6fceb095d56c634afd22c56 (diff)
gentoo resync : 15.01.2020
Diffstat (limited to 'dev-python/humanize')
-rw-r--r--dev-python/humanize/Manifest2
-rw-r--r--dev-python/humanize/humanize-0.5.1.ebuild4
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/humanize/Manifest b/dev-python/humanize/Manifest
index b3e23e06a400..91fb95871db3 100644
--- a/dev-python/humanize/Manifest
+++ b/dev-python/humanize/Manifest
@@ -1,3 +1,3 @@
DIST humanize-0.5.1.tar.gz 20507 BLAKE2B 55d7b598b32658b1d4c4741b37b5c33bdc9d63a5a779455e2fb93e1e4c3a0d8fd58e8522ef82734e1ba2b161fd881829373ba3569baffd9ea3271ad7ed3e7568 SHA512 dd7ad7f3c564cc6abcb6b128e50dbea7f19f7f418bfd936aae2472961c53ec71202133c5c2b5b930ef41ef807b51d6ba1210565627ed32c0b41acc0abd32a2d5
-EBUILD humanize-0.5.1.ebuild 888 BLAKE2B 18bdbf9e5776b81a00bda7e6167e43a26daa98b631b681dc17423cec1359103a626e8a0a463e26fcacce63f736b2f8c6b44205e15773b7bd7b0bdb6f2d633bdc SHA512 024a7473ac6555b49a1cd61d805b96476fcf07019b3f5c7f5d3bb020a08d582e91590d62875ef3cdbe22ec9bdafe20506d022e34ee4621ba87d4e08a21859a47
+EBUILD humanize-0.5.1.ebuild 883 BLAKE2B 069b8e65ca938deb7f499949bd9bff552f112046ff7d843f955cd346849b6f0cb7553b6977b4deeb5c0e3065a2029b69880fce608f6a9e8a423cdf490f79a508 SHA512 6cabdd75522bd0de90f1c60d117da4072f4cf9714be168ff82342ab780f1b82d0009c708dc3f94d7c0f230bbfba07b4f9eb68feebb31b86bce2450b2c3654960
MISC metadata.xml 436 BLAKE2B 79f8554b22e171509667145d3270ea7068ff215fc9d999f2cf654cf42948ba49f850efcdb19cb2a3fb41347612a4d3f178c529410b42238555b20b652b40900f SHA512 871a75a8295b80f9884f191f2264329be5a2975429e35b1ded2e085771284cfa76e230d2e7784a05524ec51cb809fde24e34d6caea45904f5fed3b388fe855a2
diff --git a/dev-python/humanize/humanize-0.5.1.ebuild b/dev-python/humanize/humanize-0.5.1.ebuild
index 4cede29ed9b8..b15f1b06682c 100644
--- a/dev-python/humanize/humanize-0.5.1.ebuild
+++ b/dev-python/humanize/humanize-0.5.1.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=7
-PYTHON_COMPAT=( pypy{,3} python{2_7,3_{5,6,7}} )
+PYTHON_COMPAT=( pypy3 python{2_7,3_{6,7}} )
inherit distutils-r1