dev-python/osmium - 4.3.1 (phackerlay)

Search

Install

Install this version:

emerge -a =dev-python/osmium-4.3.1

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =dev-python/osmium-4.3.1

Or alternatively:

emerge --autounmask-write -a =dev-python/osmium-4.3.1

Package Information

Description:
Python bindings for libosmium
Homepage:
https://github.com/osmcode/pyosmium
License:
BSD-2

Ebuild Details

Version EAPI Keywords Slot
4.3.1 8 ~amd64 0
View Raw Ebuild
# Copyright 2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

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

inherit distutils-r1 pypi

DESCRIPTION="Python bindings for libosmium"
HOMEPAGE="https://github.com/osmcode/pyosmium"

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

RDEPEND="
	>=sci-libs/osmium-2.23.1
	>=dev-python/pybind11-2.11.1[${PYTHON_USEDEP}]
	dev-python/requests[${PYTHON_USEDEP}]
"

Inherited Eclasses

Dependencies

RDEPEND

	>=sci-libs/osmium-2.23.1
	>=dev-python/pybind11-2.11.1[]
	dev-python/requests[]