Install this version:
emerge -a =dev-python/npyosmium-4.3.1
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =dev-python/npyosmium-4.3.1
Or alternatively:
emerge --autounmask-write -a =dev-python/npyosmium-4.3.1
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 4.3.1 | 8 | ~amd64 | 0 |
# Copyright 2023-2026 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..14} )
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"
# update patch after bump
# https://github.com/agrenott/npyosmium/blob/npyosmium/CMakeLists.txt#L14
PATCHES=(
${FILESDIR}/01-no_fetchcontent.patch
)
RDEPEND="
>=sci-libs/osmium-2.23.1:=
>=dev-python/pybind11-2.2:=[${PYTHON_USEDEP}]
dev-python/requests[${PYTHON_USEDEP}]
>=dev-libs/protozero-1.8.1:=
"
>=sci-libs/osmium-2.23.1:= >=dev-python/pybind11-2.2:=[] dev-python/requests[] >=dev-libs/protozero-1.8.1:=
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | v4.3.1.tar.gz | 4522847 bytes | https://github.com/agrenott/npyosmium/archive/refs/tags/v4.3.1.tar.gz |