dev-python/jacobi - 0.9.2 (science)

Search

Package Information

Description:
Numerical derivatives for analytic functions with arbitrary precision.
Homepage:
https://github.com/HDembinski/jacobi
License:
MIT

Ebuild Details

Version EAPI Keywords Slot
0.9.2 8 ~amd64 0
View Raw Ebuild
EAPI=8

PYTHON_COMPAT=( python3_12 )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 pypi

DESCRIPTION="Numerical derivatives for analytic functions with arbitrary precision."
HOMEPAGE="https://github.com/HDembinski/jacobi"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"

RDEPEND="
	>=dev-python/numpy-1.10[${PYTHON_USEDEP}]
"
DEPEND="${RDEPEND}"

distutils_enable_tests pytest

python_test() {
	local EPYTEST_IGNORE=(
		tests/bench.py
	)
	epytest
}

Dependencies

DEPEND

	>=dev-python/numpy-1.10[${PYTHON_USEDEP}]

RDEPEND

	>=dev-python/numpy-1.10[${PYTHON_USEDEP}]