commit: a5e49aa38cecae387b24517bfeef8937ff7e2264
Author: Alexander Puck Neuwirth <alexander <AT> neuwirth-informatik <DOT>
de>
AuthorDate: Mon Jun 23 13:59:57 2025 +0000
Commit: Alexander Puck Neuwirth <alexander <AT> neuwirth-informatik <DOT>
de>
CommitDate: Mon Jun 23 14:00:42 2025 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=a5e49aa3
sci-physics/scikit-hep-testdata: drop 0.4.39
Signed-off-by: Alexander Puck Neuwirth <alexander <AT> neuwirth-informatik.de>
.../scikit-hep-testdata-0.4.39.ebuild | 30 ----------------------
1 file changed, 30 deletions(-)
diff --git a/sci-physics/scikit-hep-testdata/scikit-hep-testdata-0.4.39.ebuild
b/sci-physics/scikit-hep-testdata/scikit-hep-testdata-0.4.39.ebuild
deleted file mode 100644
index 47d0f0bbd..000000000
--- a/sci-physics/scikit-hep-testdata/scikit-hep-testdata-0.4.39.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-EAPI=8
-
-PYTHON_COMPAT=( python3_{10..12} )
-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"
-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}]
-"
-DEPEND="${RDEPEND}"
-BDEPEND="
- dev-python/setuptools-scm[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests pytest