diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2021-01-31 18:57:01 +0000 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2021-01-31 18:57:01 +0000 |
commit | 69051588e2f955485fe5d45d45e616bc60a2de57 (patch) | |
tree | ef8699cca7ce3773b1de747b167ceeacdc60cb92 /dev-python/geoip-python | |
parent | d7ed2b01311f15ba54fe8ea872aab7d59ab2b193 (diff) |
gentoo resync : 31.01.2021
Diffstat (limited to 'dev-python/geoip-python')
-rw-r--r-- | dev-python/geoip-python/Manifest | 2 | ||||
-rw-r--r-- | dev-python/geoip-python/geoip-python-1.3.2-r1.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/geoip-python/Manifest b/dev-python/geoip-python/Manifest index 5fe39416e1a9..6024f170c0ae 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 911 BLAKE2B d2f2b5ec02c73642a2cc44c32a30665f6ad11f23a78fe1df5aa60daf4d41f0597f697b9076e4387e83fd4f63170d79211b94852beeec2bf34c35285a35546e70 SHA512 16401a0ed57326e9c8d3a4b794039b0e22a14e519ca27da8bf3cf61dff0a53c437e1c1adbae5f4b6f508884e02cd71b55a5b0142045aed99dbbc10e2874c3550 +EBUILD geoip-python-1.3.2-r1.ebuild 909 BLAKE2B 90600bbae1951c1b0d5e06882fccc6ecff69d0fcce138dc88dfd36c9fee6dd944b307779e9a07cf47e03ea98afd303a6cc0c9a9ec782ede4c052317a6dd5a0ea SHA512 2674983e97b9aab49cc8b3d9a22b3d8b79ad9a2a1f4580f3844f01e2a68bff7214eaa6ca8d1e4075d5adbcf24a08326dddfe9c76237c2da0e4688d113de6d8bb 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 2f9e9c7cfd98..04f3cb2e12c9 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=( python3_{6,7,8} pypy3 ) +PYTHON_COMPAT=( python3_{7,8} pypy3 ) inherit distutils-r1 |