From 1e223f1a14b9037c094a9286378a9ba1c16d7167 Mon Sep 17 00:00:00 2001 From: Manuel Friedli Date: Sun, 28 May 2023 22:39:26 +0200 Subject: [PATCH] Update to latest version of geoip2. --- dev-python/geoip2/Manifest | 2 ++ dev-python/geoip2/geoip2-4.7.0.ebuild | 27 ++++++++++++++++++++++ metadata/md5-cache/dev-python/geoip2-4.7.0 | 16 +++++++++++++ 3 files changed, 45 insertions(+) create mode 100644 dev-python/geoip2/geoip2-4.7.0.ebuild create mode 100644 metadata/md5-cache/dev-python/geoip2-4.7.0 diff --git a/dev-python/geoip2/Manifest b/dev-python/geoip2/Manifest index a2a03ba..aab7fb8 100644 --- a/dev-python/geoip2/Manifest +++ b/dev-python/geoip2/Manifest @@ -1,4 +1,6 @@ DIST geoip2-4.6.0.tar.gz 355989 BLAKE2B 1d286b851832ec28736bd1cecbddb315741857f1fbaa1160c9c7ed6327a074650a9c2200054c7d43f3b8c5c58bd34697abc72cbfc750c399ae9465ba05977792 SHA512 5b3b2f7ce181f762a896b3d17b6ccd7506ed55522ae6381d3a94e9084f0738e3d0d288b22eeed0e1fee6969c94745b7046c9914ac2f785e1a29630fa78ea947e +DIST geoip2-4.7.0.tar.gz 40541 BLAKE2B 166588b6cd672e540f43aa61c207b2aa351b60ae25b2b5df07cd58ddeb148ec4d10786b503ee8122a54499380da6f9fa57b8844885683ed9da2648d2311bf451 SHA512 eebcf56dca3cd245379948a5e53d9518761c08ae5c88ab090f118fbf72161111c78172842f9fcbb56f1411e57977b14d13b84c3a35cc339d2d261a578eb24617 EBUILD geoip2-4.6.0-r1.ebuild 569 BLAKE2B f4e39f45b4f7f89ce4a46dd5e90cbd066617792ad573c1ea0ec2fa57acd2633b1d7d03ad7206b55c66355751073ec80cfd6083f74a10ea328de3d62d7db28ff8 SHA512 caa4e118cbf5a3a444774b5c8c8607379bb889d9417e1a288e0b7e7460802285501761bd7db09201fc3749cffd14b8382f2546ab2f88d35caceb9f6822fcb418 +EBUILD geoip2-4.7.0.ebuild 646 BLAKE2B c48495e1f0bb5777c1eed950225528455f5f0e709c8644c97edff6977d6c513a52e7ab3fb3201c77a19dc2007fa4ea13793a2ae2a38f9f9c74ac33fd04d549cb SHA512 50e8a185eac9fc30fac254d4efb0599fc81a2e662bdb4f3469236327ab0add08cff75e3430cd4750cd343ddbd855013220d29fdf6a539d4cae020b3e025429d9 MISC ChangeLog 767 BLAKE2B 634974f533f8c9424522861351dee15931e12e4d0a3b550bd59b0f67c9c25357d0b7702303be51bc347072a8080834d68662236ec1f070f12a2712b56abc0659 SHA512 838b1946d5e28c2ca4bcb994670855809bc7782f837fd4f4fbbf66850640a9b8d1426275d65286cc70ce2bc7c7ceee4350bcadaedc2b3bfcf1eb06e329007e28 MISC metadata.xml 378 BLAKE2B 021f1d4f38fc77495964dcd72e96bfe42364a221e1be0048a7facb7373ab3122b5b4204712d9178c9fd229d0b4d3c7565d75b1f1d241789bd74ce34fd1ab924d SHA512 b3448e6d9699cf5aa36d17532ec0b19a41078927d1692bf15b8aa79436aff3e0fe0017670d3361fac6b802b60ee1985db7ab766095ad0f352139ce4d131abb48 diff --git a/dev-python/geoip2/geoip2-4.7.0.ebuild b/dev-python/geoip2/geoip2-4.7.0.ebuild new file mode 100644 index 0000000..c75dcdf --- /dev/null +++ b/dev-python/geoip2/geoip2-4.7.0.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{8..11} ) + +inherit distutils-r1 + +MY_PN="GeoIP2-python" + +DESCRIPTION="MaxMind GeoIP2 API" +HOMEPAGE="https://github.com/maxmind/GeoIP2-python" +SRC_URI="https://github.com/maxmind/${MY_PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" +RDEPEND=" + >=dev-python/requests-2.24.0[${PYTHON_USEDEP}] + >=dev-python/maxminddb-2.0.0[${PYTHON_USEDEP}] +" + +S="${WORKDIR}/${MY_PN}-${PV}" diff --git a/metadata/md5-cache/dev-python/geoip2-4.7.0 b/metadata/md5-cache/dev-python/geoip2-4.7.0 new file mode 100644 index 0000000..f65dcf0 --- /dev/null +++ b/metadata/md5-cache/dev-python/geoip2-4.7.0 @@ -0,0 +1,16 @@ +BDEPEND=python_targets_python3_10? ( >=dev-lang/python-3.10.9-r1:3.10 ) python_targets_python3_11? ( >=dev-lang/python-3.11.1-r1:3.11 ) >=dev-python/gpep517-13[python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/setuptools-67.2.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/wheel-0.38.4[python_targets_python3_10(-)?,python_targets_python3_11(-)?] +DEFINED_PHASES=compile configure install prepare test +DEPEND=dev-python/setuptools[python_targets_python3_10(-)?,python_targets_python3_11(-)?] +DESCRIPTION=MaxMind GeoIP2 API +EAPI=8 +HOMEPAGE=https://github.com/maxmind/GeoIP2-python +INHERIT=distutils-r1 +IUSE=python_targets_python3_10 python_targets_python3_11 +KEYWORDS=~amd64 ~x86 +LICENSE=Apache-2.0 +RDEPEND=>=dev-python/requests-2.24.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/maxminddb-2.0.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?] python_targets_python3_10? ( >=dev-lang/python-3.10.9-r1:3.10 ) python_targets_python3_11? ( >=dev-lang/python-3.11.1-r1:3.11 ) +REQUIRED_USE=|| ( python_targets_python3_10 python_targets_python3_11 ) +SLOT=0 +SRC_URI=https://github.com/maxmind/GeoIP2-python/archive/refs/tags/v4.7.0.tar.gz -> geoip2-4.7.0.tar.gz +_eclasses_=out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild bddcb51b74f4a76724ff7cf8e7388869 multilib 104e1332efb829e2f7cbf89307a474f1 toolchain-funcs 14a8ae365191b518fad51caad7a08f3e multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 76050953ad5b70d7e09a6ca55558db92 python-utils-r1 4544ab96b58e177dc52d75e42f5ee307 python-r1 3c6cd0f418ba702c186a9865b85e704d distutils-r1 a5ad17697c0eaba230f975a18abbac52 +_md5_=d14b326c0ca08cd21721301666e4f8c6