commit: 9c7debcbe932408a115954e00cfe4b4d541a8c5f Author: Alexander Puck Neuwirth <alexander <AT> neuwirth-informatik <DOT> de> AuthorDate: Sat Oct 19 12:19:04 2024 +0000 Commit: Alexander Puck Neuwirth <alexander <AT> neuwirth-informatik <DOT> de> CommitDate: Tue Oct 22 08:32:30 2024 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=9c7debcb
dev-python/resample: new package, add 1.10.1 Signed-off-by: Alexander Puck Neuwirth <alexander <AT> neuwirth-informatik.de> dev-python/resample/metadata.xml | 19 +++++++++++++++++++ dev-python/resample/resample-1.10.1.ebuild | 19 +++++++++++++++++++ 2 files changed, 38 insertions(+) diff --git a/dev-python/resample/metadata.xml b/dev-python/resample/metadata.xml new file mode 100644 index 000000000..db0565d2f --- /dev/null +++ b/dev-python/resample/metadata.xml @@ -0,0 +1,19 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="project"> + <email>[email protected]</email> + <name>Gentoo Science Project</name> + </maintainer> + <maintainer type="person"> + <email>[email protected]</email> + <name>Alexander Puck Neuwirth</name> + </maintainer> + <longdescription lang="en"> + Resampling-based inference in Python based on data resampling and permutation. + </longdescription> + <upstream> + <remote-id type="pypi">resample</remote-id> + <remote-id type="github">scikit-hep/resample</remote-id> + </upstream> +</pkgmetadata> diff --git a/dev-python/resample/resample-1.10.1.ebuild b/dev-python/resample/resample-1.10.1.ebuild new file mode 100644 index 000000000..424c9c537 --- /dev/null +++ b/dev-python/resample/resample-1.10.1.ebuild @@ -0,0 +1,19 @@ +EAPI=8 + +PYTHON_COMPAT=( python3_{11..13} ) +DISTUTILS_USE_PEP517=setuptools +inherit distutils-r1 pypi + +DESCRIPTION="Randomization-based inference in Python" +HOMEPAGE="https://github.com/scikit-hep/resample" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64" + +RDEPEND=" + >=dev-python/numpy-1.21[${PYTHON_USEDEP}] + >=dev-python/scipy-1.10[${PYTHON_USEDEP}] +" + +distutils_enable_tests pytest
