commit:     8cff710f7f95b3f6061a94482e237de2b830ed21
Author:     Alexander Puck Neuwirth <apn-pucky <AT> gentoo <DOT> org>
AuthorDate: Fri Feb  6 14:04:42 2026 +0000
Commit:     Alexander Puck Neuwirth <apn-pucky <AT> gentoo <DOT> org>
CommitDate: Fri Feb  6 14:35:15 2026 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=8cff710f

dev-python/pyerrors: add 2.16.0

Signed-off-by: Alexander Puck Neuwirth <apn-pucky <AT> gentoo.org>

 dev-python/pyerrors/pyerrors-2.16.0.ebuild | 44 ++++++++++++++++++++++++++++++
 1 file changed, 44 insertions(+)

diff --git a/dev-python/pyerrors/pyerrors-2.16.0.ebuild 
b/dev-python/pyerrors/pyerrors-2.16.0.ebuild
new file mode 100644
index 000000000..83db710a7
--- /dev/null
+++ b/dev-python/pyerrors/pyerrors-2.16.0.ebuild
@@ -0,0 +1,44 @@
+# Copyright 2026 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{11..13} )
+DISTUTILS_USE_PEP517=setuptools
+inherit distutils-r1 # pypi misses tests
+
+DESCRIPTION="Error propagation and statistical analysis for Markov chain Monte 
Carlos"
+HOMEPAGE="
+       https://github.com/fjosw/pyerrors
+       https://fjosw.github.io/pyerrors/pyerrors.html
+       https://arxiv.org/abs/2209.14371
+"
+SRC_URI="https://github.com/fjosw/${PN}/archive/refs/tags/v${PV}.tar.gz -> 
${P}.gh.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+       >=dev-python/numpy-2[${PYTHON_USEDEP}]
+       >=dev-python/autograd-1.7.0[${PYTHON_USEDEP}]
+       >=dev-python/numdifftools-0.9.41[${PYTHON_USEDEP}]
+       >=dev-python/matplotlib-3.9[${PYTHON_USEDEP}]
+       >=dev-python/scipy-1.13[${PYTHON_USEDEP}]
+       >=dev-python/iminuit-2.28[${PYTHON_USEDEP}]
+       >=dev-python/h5py-3.11[${PYTHON_USEDEP}]
+       >=dev-python/lxml-5.0[${PYTHON_USEDEP}]
+       >=dev-python/python-rapidjson-1.20[${PYTHON_USEDEP}]
+       >=dev-python/pandas-2.2[${PYTHON_USEDEP}]
+"
+BDEPEND="
+       test? (
+               dev-python/hypothesis[${PYTHON_USEDEP}]
+       )
+"
+
+EPYTEST_IGNORE=(
+       tests/benchmark_test.py
+)
+
+distutils_enable_tests pytest

Reply via email to