dev-python/rdfpy - 2.0.0 (stuff)

Search

Install

Install this version:

emerge -a =dev-python/rdfpy-2.0.0

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

autounmask =dev-python/rdfpy-2.0.0

Or alternatively:

emerge --autounmask-write -a =dev-python/rdfpy-2.0.0

Package Information

Description:
Module for fast computation of 2D and 3D radial distribution functions
Homepage:
https://github.com/by256/rdfpy
License:
MIT

Ebuild Details

Version EAPI Keywords Slot
2.0.0 8 ~amd64 ~arm64 ~x86 0
View Raw Ebuild
# Copyright 1999-2026 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="Module for fast computation of 2D and 3D radial distribution functions"
HOMEPAGE="https://github.com/by256/rdfpy"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~arm64 ~x86"
IUSE="test"
RESTRICT="!test? ( test )"
# 2.0.0 moved matplotlib to an examples-only extra; the core module imports
# only scipy (>=1.9 for cKDTree.query_ball_point workers) and numpy.
# verified 2026-08-05
RDEPEND="
	>=dev-python/scipy-1.9[${PYTHON_USEDEP}]
	dev-python/numpy[${PYTHON_USEDEP}]
"

python_prepare_all() {
	rm -rf tests || die
	distutils-r1_python_prepare_all
}

USE Flags

Manage flags for this package: euse -i <flag> -p dev-python/rdfpy | euse -E <flag> -p dev-python/rdfpy | euse -D <flag> -p dev-python/rdfpy

Global/Standard Flags

Inherited Eclasses

Dependencies

RDEPEND

	>=dev-python/scipy-1.9[]
	dev-python/numpy[]