summaryrefslogtreecommitdiff
path: root/dev-python/geoip-python
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-04-25 11:37:10 +0100
committerV3n3RiX <venerix@redcorelinux.org>2020-04-25 11:37:10 +0100
commit38423c67c8a23f6a1bc42038193182e2da3116eb (patch)
tree04e2cf4bd43601b77daa79fe654e409187093c5e /dev-python/geoip-python
parent623ee73d661e5ed8475cb264511f683407d87365 (diff)
gentoo resync : 25.04.2020
Diffstat (limited to 'dev-python/geoip-python')
-rw-r--r--dev-python/geoip-python/Manifest2
-rw-r--r--dev-python/geoip-python/geoip-python-1.3.2-r1.ebuild2
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/geoip-python/Manifest b/dev-python/geoip-python/Manifest
index 505657c38add..0c90ced64790 100644
--- a/dev-python/geoip-python/Manifest
+++ b/dev-python/geoip-python/Manifest
@@ -1,3 +1,3 @@
DIST geoip-api-python-1.3.2.tar.gz 35674 BLAKE2B c6c4469164347c8c1a8a5231be25370e806768d7f155832cf759469320d8adbd5efcd002d14d1d95522e8bcb4db12668b28b437b45af669bb336024662908498 SHA512 284209a6894d55ef95844c5c4c7aafff99ebcb13996e5ff64a0c31b38677e13c11d51fd8b0250d0fa097f15805c27b572d5aa12c2b217a839afe3cdd0851c414
-EBUILD geoip-python-1.3.2-r1.ebuild 915 BLAKE2B 8a840267912a6ce6fe9818decea22f11f0eeb31a8006145a7f8e2a608d16213050e72871574bde767fbe6a74a070ece5555a9251ac921d0330f69039d63c4eed SHA512 30b23d73aa5b02548d4fa1ab494ac5bcbee93cb8bc04737a1af2075fbb9e4ae1c1b183ef54d096219e6bbf05c299cdb1e59a6caa98a797a70d6fc15bf0a2f0dd
+EBUILD geoip-python-1.3.2-r1.ebuild 921 BLAKE2B 2dff77f0d21dfb9aad4972124f6d15aa0d29ea2cddd4b8f6e9badb2f5780b7ddcacf5e172f5a21dda13d248ad3b88aab38fa6becb870e9c4da49d5b8ed466738 SHA512 4c9d6b570766161d723bdbf12793d6cfb7c20d6b96866720e7d0848db211cce45d95acda276083d4f7a115445aca410e2528a0b41ff92275b4d47fd1d6bbb358
MISC metadata.xml 372 BLAKE2B a64a0eafc20c11334ab112844de60a58eeaec62d2bb88ceb0e72efba9fae4cfd0bb02a169f4913299534cf3243d740a6f0f96fee1448a55bb8d9bffe3ccf3597 SHA512 dfcd2454bac4830995eda03b9fc585ea4f19f3e5fc90c00b57ee75d8d9596dc5dda9294f770481df7b9c6e27dea45f7fcf1f8d6094703121b0eab62f2fb055a0
diff --git a/dev-python/geoip-python/geoip-python-1.3.2-r1.ebuild b/dev-python/geoip-python/geoip-python-1.3.2-r1.ebuild
index 2af3a4c3967e..f89ae7f8f23e 100644
--- a/dev-python/geoip-python/geoip-python-1.3.2-r1.ebuild
+++ b/dev-python/geoip-python/geoip-python-1.3.2-r1.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-PYTHON_COMPAT=( python{2_7,3_6,3_7} pypy3 )
+PYTHON_COMPAT=( python2_7 python3_{6,7,8} pypy3 )
inherit distutils-r1