dev-python/pykdtree - 1.4.3-r1 (schplaf)

Search

Install

Install this version:

emerge -a =dev-python/pykdtree-1.4.3-r1

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

autounmask =dev-python/pykdtree-1.4.3-r1

Or alternatively:

emerge --autounmask-write -a =dev-python/pykdtree-1.4.3-r1

Package Information

Description:
Fast kd-tree implementation with OpenMP-enabled queries
Homepage:
https://github.com/storpipfugl/pykdtree https://pypi.org/project/pykdtree/
License:
LGPL-3

Ebuild Details

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

EAPI=8

DISTUTILS_EXT=1
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{9..14} )

inherit distutils-r1 pypi

DESCRIPTION="Fast kd-tree implementation with OpenMP-enabled queries"
HOMEPAGE="
	https://github.com/storpipfugl/pykdtree
	https://pypi.org/project/pykdtree/
"
	SRC_URI="https://github.com/storpipfugl/pykdtree/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz"

LICENSE="LGPL-3"
SLOT="0"
KEYWORDS="~amd64"

#pyproject.toml: requires = ["setuptools", "numpy>=2.0.0rc1,<3", "Cython>=3"]
BDEPEND=">=dev-python/cython-3.1"[${PYTHON_USEDEP}]
DEPEND=">=dev-python/numpy-2.0.0"[${PYTHON_USEDEP}]
RDEPEND="${DEPEND}"

DOCS=( CHANGELOG.md LICENSE.txt MANIFEST.in README README.rst RELEASING.md )

distutils_enable_tests pytest

Inherited Eclasses

Dependencies

DEPEND

>=dev-python/numpy-2.0.0

RDEPEND

>=dev-python/numpy-2.0.0

BDEPEND

>=dev-python/cython-3.1