# Copyright 2023-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

DISTUTILS_USE_PEP517=scikit-build-core
PYTHON_COMPAT=( python3_{12,13} )

inherit distutils-r1

DESCRIPTION="Python bindings for libosmium"
HOMEPAGE="https://github.com/agrenott/npyosmium"
SRC_URI="https://github.com/agrenott/npyosmium/archive/refs/tags/v${PV}.tar.gz"

LICENSE="BSD-2"
SLOT="0"
KEYWORDS="~amd64"

PATCHES=(
	${FILESDIR}/01-no_fetchcontent.patch
)

RDEPEND="
	>=sci-libs/osmium-2.22.0:=
	>=dev-python/pybind11-2.2:=[${PYTHON_USEDEP}]
	dev-python/requests[${PYTHON_USEDEP}]
	>=dev-libs/protozero-1.8.1:=
"