dev-python/maxminddb: Add ebuild for current version.
Package-Manager: Portage-2.3.99, Repoman-2.3.23
This commit is contained in:
parent
85fdf77077
commit
69d67b5146
4 changed files with 43 additions and 0 deletions
5
dev-python/maxminddb/ChangeLog
Normal file
5
dev-python/maxminddb/ChangeLog
Normal file
|
@ -0,0 +1,5 @@
|
|||
*maxminddb-2.0.2 (03 Aug 2020)
|
||||
|
||||
03 Aug 2020; Manuel Friedli <manuel@fritteli.ch> +maxminddb-2.0.2.ebuild,
|
||||
+metadata.xml:
|
||||
dev-python/maxminddb: Add ebuild for current version.
|
4
dev-python/maxminddb/Manifest
Normal file
4
dev-python/maxminddb/Manifest
Normal file
|
@ -0,0 +1,4 @@
|
|||
DIST maxminddb-2.0.2.tar.gz 285717 BLAKE2B 230afe8eb51ea0fa52174a4d43e9cc1cd53ddc3b4afb1ee1ab1522a9525d83203c0313f43f59b17c693c5c25e6e9f674769d1431fb0f39fa8e930bc414703a66 SHA512 096dc951f4806d91168848aa46861c2f20e8e3005b353a9fbf79d2cd11de7fad5959c5294dda2f9c8a5b0a29196f95a8810f8854642902d44395f3598f02f46b
|
||||
EBUILD maxminddb-2.0.2.ebuild 484 BLAKE2B a5f0fdc60836f37e82d4deaf335656bb347f038a595e8622870c4517d3b04c2e11024da255f38fb2ab4f8b142d7a87c7ffeb4e16ba87a7e45f567a445fa54a10 SHA512 885ce594724db3ed779987479c19245b2a75de254c0933a83f3e2c86cb8d0934676c60e1a156a11471b47e4f48a2f6f958c288d6b0191e1be2b0af7c7781113c
|
||||
MISC ChangeLog 181 BLAKE2B ae31eae8c99f4f471f79366260ed995a0103b635d4a753ab28a85ae80b9c42e0aa0f76e12240de2273e92efb2aa24809b870a160d8795e9c339a22faed20dcc5 SHA512 4d299760c87ac8280783db71609fe44b9bc36ef5188d0da8311e9c9a47f13e9abf9809eef33cc212cd94bc2de7689dad9aa65c974c56230ce595f038cc4ad7bc
|
||||
MISC metadata.xml 392 BLAKE2B 80ee8b6d41e2c55629eeb9d57d6c280e70bf21ee0d7af48b4f295db55117b9f2409340df26226ff4d51e680c8b1afe4d2664558872a18b38f4786f6943a92b31 SHA512 0b7723429e3137409159f75f2c37f29982a4bb034f68395cde63a9c7a825626b986277b9bec551f24b895d7731735bfae726cd64abb1d4c8b043122ad6e0eff5
|
22
dev-python/maxminddb/maxminddb-2.0.2.ebuild
Normal file
22
dev-python/maxminddb/maxminddb-2.0.2.ebuild
Normal file
|
@ -0,0 +1,22 @@
|
|||
# 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="Python MaxMind DB reader extension"
|
||||
HOMEPAGE="https://github.com/maxmind/MaxMind-DB-Reader-python"
|
||||
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
|
||||
RESTRICT="mirror"
|
||||
|
||||
LICENSE="BSD"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
|
||||
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
|
||||
RDEPEND="
|
||||
dev-libs/libmaxminddb
|
||||
"
|
12
dev-python/maxminddb/metadata.xml
Normal file
12
dev-python/maxminddb/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">maxminddb</remote-id>
|
||||
<remote-id type="github">maxmind/MaxMind-DB-Reader-python</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
Loading…
Reference in a new issue