# automatically generated by g-sorcery
# please do not edit this file

EAPI=8

REALNAME="${PN}"
LITERALNAME="${PN}"
REALVERSION="${PV}"
DIGEST_SOURCES="yes"
PYTHON_COMPAT=( python{3_11,3_12,3_13,3_14} )
DISTUTILS_USE_PEP517=standalone

inherit python-r1 gs-pypi

DESCRIPTION="A Japanese-address geocoder for Python."

HOMEPAGE="https://t-sagara.github.io/jageocoder/"
LICENSE="MIT"
SRC_URI="https://files.pythonhosted.org/packages/source/${REALNAME::1}/${REALNAME}/${REALNAME}-${REALVERSION}.tar.gz"
SOURCEFILE="${REALNAME}-${REALVERSION}.tar.gz"
RESTRICT="test"

SLOT="0"
KEYWORDS="~amd64 ~x86"

IUSE="dev doc test"
DEPENDENCIES=">=dev-python/deprecated-1.2.13[${PYTHON_USEDEP}]
	dev-python/docopt-ng[${PYTHON_USEDEP}]
	>=dev-python/geographiclib-2.0[${PYTHON_USEDEP}]
	>=dev-python/jaconv-0.3.9[${PYTHON_USEDEP}]
	dev-python/requests[${PYTHON_USEDEP}]
	>=dev-python/rtree-1.0.0[${PYTHON_USEDEP}]
	>=dev-python/tqdm-4.0.0[${PYTHON_USEDEP}]
	dev-python/marisa-trie[${PYTHON_USEDEP}]
	dev? ( >=dev-python/twine-5.1.1[${PYTHON_USEDEP}] )
	doc? ( >=dev-python/sphinx-rtd-theme-1.2.0[${PYTHON_USEDEP}] )
	test? ( >=dev-python/pytest-8.4.1[${PYTHON_USEDEP}] )"
BDEPEND="${DEPENDENCIES}"
RDEPEND="${DEPENDENCIES}"