gentoo-overlay/dev-python/maxminddb/maxminddb-2.3.0.ebuild

23 lines
467 B
Bash
Raw Normal View History

2023-05-28 22:53:44 +02:00
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
2022-10-25 03:07:51 +02:00
DISTUTILS_USE_PEP517=setuptools
2023-05-28 22:53:44 +02:00
DISTUTILS_EXT=1
PYTHON_COMPAT=( python3_{8..12} )
2023-05-29 00:43:49 +02:00
inherit distutils-r1 pypi
2023-05-28 22:53:44 +02:00
DESCRIPTION="Python MaxMind DB reader extension"
HOMEPAGE="https://github.com/maxmind/MaxMind-DB-Reader-python"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86"
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
RDEPEND="
dev-libs/libmaxminddb
"