commit: b04d170bc45fb4d925d5522dc0cf50176d026622
Author: Alexander Puck Neuwirth <apn-pucky <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 6 14:28:56 2026 +0000
Commit: Alexander Puck Neuwirth <apn-pucky <AT> gentoo <DOT> org>
CommitDate: Fri Feb 6 14:35:42 2026 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=b04d170b
dev-python/numdifftools: add 0.9.42
Signed-off-by: Alexander Puck Neuwirth <apn-pucky <AT> gentoo.org>
dev-python/numdifftools/numdifftools-0.9.42.ebuild | 24 ++++++++++++++++++++++
1 file changed, 24 insertions(+)
diff --git a/dev-python/numdifftools/numdifftools-0.9.42.ebuild
b/dev-python/numdifftools/numdifftools-0.9.42.ebuild
new file mode 100644
index 000000000..9a9e06c2e
--- /dev/null
+++ b/dev-python/numdifftools/numdifftools-0.9.42.ebuild
@@ -0,0 +1,24 @@
+# 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=pdm-backend
+inherit distutils-r1 pypi
+
+DESCRIPTION="Solve automatic numerical differentiation problems in one or more
variables"
+HOMEPAGE="
+ https://github.com/pbord/numdifftools
+"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+ >=dev-python/numpy-1.24[${PYTHON_USEDEP}]
+ >=dev-python/scipy-1.10[${PYTHON_USEDEP}]
+"
+# fail for some reason...
+RESTRICT="test"