dev-python/geoip2: Add ebuild for latest version.
Package-Manager: Portage-2.3.99, Repoman-2.3.23
This commit is contained in:
parent
69d67b5146
commit
398da68a1f
4 changed files with 44 additions and 0 deletions
5
dev-python/geoip2/ChangeLog
Normal file
5
dev-python/geoip2/ChangeLog
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
*geoip2-4.0.2 (03 Aug 2020)
|
||||||
|
|
||||||
|
03 Aug 2020; Manuel Friedli <manuel@fritteli.ch> +geoip2-4.0.2.ebuild,
|
||||||
|
+metadata.xml:
|
||||||
|
dev-python/geoip2: Add ebuild for latest version.
|
4
dev-python/geoip2/Manifest
Normal file
4
dev-python/geoip2/Manifest
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
DIST geoip2-4.0.2.tar.gz 299778 BLAKE2B 7e5d69bdd7e00c3c90b0a3bde673fc14ba9e2a6e125a01138d375b2baf3d3c18a837ca551a06c94a6a09835426e2288ecf914cc69e4c7420196f9e4301d1b7e7 SHA512 54c82f926a79005aa409d92dbb5cb9396c82ec706ef9d3b0ae520e2e5f403c9be39772e3a1180962e7ecc1a63286b5948451980ca3f08fad09b57b8fd90152c9
|
||||||
|
EBUILD geoip2-4.0.2.ebuild 537 BLAKE2B de668b5bb264826e43900e96910f1f1dd5b154ab95caa564d40407ce43addda0fb77fa118ac3e4935d18880509536cf676b606956d29daf7bf2858ddd1b7cbae SHA512 3c733bc1297b425ce1d1741f673b7867ae467298c316b3cb2ab23690326ef0de2034efd3271bffac0280101f3dc1f71f9097099a22eef34e696f5f3a1e02e1de
|
||||||
|
MISC ChangeLog 171 BLAKE2B 591fb43dfb007b26eef6dc949631a3f354810f3f5fdfd9d849fa3f43af7bde48be1abceba34cb34c249dbf241e928f0eb181f05947ec12ac374a02556180e255 SHA512 fde3e8b15770fe02a636da84744f9c7a03c452dc2d0fd2a21bdf1212b7e483cd88a7053cd665e9b415267309573e4f3a3f3f5987d35f3e6af1b59546fc6123e0
|
||||||
|
MISC metadata.xml 378 BLAKE2B 021f1d4f38fc77495964dcd72e96bfe42364a221e1be0048a7facb7373ab3122b5b4204712d9178c9fd229d0b4d3c7565d75b1f1d241789bd74ce34fd1ab924d SHA512 b3448e6d9699cf5aa36d17532ec0b19a41078927d1692bf15b8aa79436aff3e0fe0017670d3361fac6b802b60ee1985db7ab766095ad0f352139ce4d131abb48
|
23
dev-python/geoip2/geoip2-4.0.2.ebuild
Normal file
23
dev-python/geoip2/geoip2-4.0.2.ebuild
Normal file
|
@ -0,0 +1,23 @@
|
||||||
|
# Copyright 1999-2020 Gentoo Authors
|
||||||
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
|
EAPI=6
|
||||||
|
|
||||||
|
PYTHON_COMPAT=( python3_{6,7,8} )
|
||||||
|
|
||||||
|
inherit distutils-r1
|
||||||
|
|
||||||
|
DESCRIPTION="MaxMind GeoIP2 API"
|
||||||
|
HOMEPAGE="https://github.com/maxmind/GeoIP2-python"
|
||||||
|
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
|
||||||
|
RESTRICT="mirror"
|
||||||
|
|
||||||
|
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}]
|
||||||
|
"
|
12
dev-python/geoip2/metadata.xml
Normal file
12
dev-python/geoip2/metadata.xml
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||||
|
<pkgmetadata>
|
||||||
|
<maintainer type="person">
|
||||||
|
<email>manuel@fritteli.ch</email>
|
||||||
|
<name>Manuel Friedli</name>
|
||||||
|
</maintainer>
|
||||||
|
<upstream>
|
||||||
|
<remote-id type="pypi">geoip2</remote-id>
|
||||||
|
<remote-id type="github">maxmind/GeoIP2-python</remote-id>
|
||||||
|
</upstream>
|
||||||
|
</pkgmetadata>
|
Loading…
Reference in a new issue