dev-python/maxminddb - 1.5.2 (pentoo)

Search

Install

Install this version:

emerge -a =dev-python/maxminddb-1.5.2

Package Information

Description:
A Python module for reading MaxMind DB files
Homepage:
https://github.com/maxmind/MaxMind-DB-Reader-python
License:
Apache-2.0

Ebuild Details

Version EAPI Keywords Slot
1.5.2 8 amd64 ~ppc ~sparc x86 0
View Raw Ebuild
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{12..14} pypy3 )

inherit distutils-r1

MY_PN="MaxMind-DB-Reader-python"
MY_P="${MY_PN}-${PV}"

DESCRIPTION="A Python module for reading MaxMind DB files"
HOMEPAGE="https://github.com/maxmind/MaxMind-DB-Reader-python"
SRC_URI="https://github.com/maxmind/${MY_PN}/archive/v${PV}.tar.gz -> ${MY_P}.tar.gz"

LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="amd64 ~ppc ~sparc x86"
IUSE=""

RDEPEND=""
DEPEND="${RDEPEND}
	dev-python/setuptools[${PYTHON_USEDEP}]"

S="${WORKDIR}/${MY_P}"

python_install_all() {
	distutils-r1_python_install_all
}

Inherited Eclasses

Dependencies

DEPEND

	dev-python/setuptools[]

Manifest for 1.5.2

Type File Size Source URLs
DIST MaxMind-DB-Reader-python-1.5.2.tar.gz 33471 bytes https://github.com/maxmind/MaxMind-DB-Reader-python/archive/v1.5.2.tar.gz