commit: 53098f43bc42254c2c1cad9d516109260de07d07
Author: Alexander Puck Neuwirth <alexander <AT> neuwirth-informatik <DOT>
de>
AuthorDate: Sun Jun 8 16:37:13 2025 +0000
Commit: Alexander Puck Neuwirth <alexander <AT> neuwirth-informatik <DOT>
de>
CommitDate: Mon Jun 9 08:55:47 2025 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=53098f43
dev-python/pyerfa: add 2.0.1.5
Signed-off-by: Alexander Puck Neuwirth <alexander <AT> neuwirth-informatik.de>
dev-python/pyerfa/pyerfa-2.0.1.5.ebuild | 34 +++++++++++++++++++++++++++++++++
1 file changed, 34 insertions(+)
diff --git a/dev-python/pyerfa/pyerfa-2.0.1.5.ebuild
b/dev-python/pyerfa/pyerfa-2.0.1.5.ebuild
new file mode 100644
index 000000000..05938d158
--- /dev/null
+++ b/dev-python/pyerfa/pyerfa-2.0.1.5.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..11} )
+DISTUTILS_USE_PEP517=setuptools
+DISTUTILS_EXT=1
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Python bindings for ERFA"
+HOMEPAGE="https://github.com/liberfa/pyerfa/"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+# ImportError: cannot import name 'ufunc' from 'erfa'
+RESTRICT="test"
+
+RDEPEND="
+ sci-astronomy/erfa:0=
+ >=dev-python/numpy-1.17[${PYTHON_USEDEP}]
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+ dev-python/setuptools-scm[${PYTHON_USEDEP}]
+ test? (
+ dev-python/pytest-doctestplus[${PYTHON_USEDEP}]
+ )"
+
+distutils_enable_tests pytest
+#distutils_enable_sphinx docs dev-python/sphinx-astropy