commit:     c1cb19c3fccb993c4c82696cab7e31c17f390c54
Author:     Alexander Puck Neuwirth <alexander <AT> neuwirth-informatik <DOT> 
de>
AuthorDate: Sat Oct 19 11:39:22 2024 +0000
Commit:     Alexander Puck Neuwirth <alexander <AT> neuwirth-informatik <DOT> 
de>
CommitDate: Tue Oct 22 08:32:23 2024 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=c1cb19c3

sci-physics/scikit-hep-testdata: add 0.4.48

Signed-off-by: Alexander Puck Neuwirth <alexander <AT> neuwirth-informatik.de>

 .../scikit-hep-testdata-0.4.48.ebuild              | 37 ++++++++++++++++++++++
 1 file changed, 37 insertions(+)

diff --git a/sci-physics/scikit-hep-testdata/scikit-hep-testdata-0.4.48.ebuild 
b/sci-physics/scikit-hep-testdata/scikit-hep-testdata-0.4.48.ebuild
new file mode 100644
index 000000000..873bf6609
--- /dev/null
+++ b/sci-physics/scikit-hep-testdata/scikit-hep-testdata-0.4.48.ebuild
@@ -0,0 +1,37 @@
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..13} )
+DISTUTILS_USE_PEP517=setuptools
+inherit distutils-r1 pypi
+
+DESCRIPTION="A package to provide example files for testing and developing 
packages against."
+HOMEPAGE="https://github.com/scikit-hep/scikit-hep-testdata";
+# pypi does not include the data nor tests
+SRC_URI="https://github.com/scikit-hep/${PN}/archive/refs/tags/v${PV}.tar.gz 
-> ${P}.gh.tar.gz"
+# Fails without this
+S="${WORKDIR}/${P}"
+# export is needed here!
+export SETUPTOOLS_SCM_PRETEND_VERSION=${PV}
+# otherwise we don't install the data
+export SKHEP_DATA=1
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+       dev-python/pyyaml[${PYTHON_USEDEP}]
+       dev-python/requests[${PYTHON_USEDEP}]
+"
+BDEPEND="
+       dev-python/setuptools-scm[${PYTHON_USEDEP}]
+"
+
+EPYTEST_IGNORE=(
+       test_remote_files.py # we are net sandboxed
+)
+EPYTEST_DESELECT=(
+       tests/test_local_files.py::test_data_path_cached # 
https://github.com/scikit-hep/scikit-hep-testdata/issues/161
+)
+
+distutils_enable_tests pytest

Reply via email to