commit: 9dca8714aa90b1ee2b0c2c9ced0c7bcb4828504f Author: Alexander Puck Neuwirth <apn-pucky <AT> gentoo <DOT> org> AuthorDate: Mon Aug 18 12:59:14 2025 +0000 Commit: Alexander Puck Neuwirth <apn-pucky <AT> gentoo <DOT> org> CommitDate: Mon Aug 18 13:40:19 2025 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=9dca8714
sci-physics/particle: drop 0.23.0 Signed-off-by: Alexander Puck Neuwirth <apn-pucky <AT> gentoo.org> sci-physics/particle/particle-0.23.0.ebuild | 44 ----------------------------- 1 file changed, 44 deletions(-) diff --git a/sci-physics/particle/particle-0.23.0.ebuild b/sci-physics/particle/particle-0.23.0.ebuild deleted file mode 100644 index 88da33c3e..000000000 --- a/sci-physics/particle/particle-0.23.0.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -EAPI=8 - -PYTHON_COMPAT=( python3_11 ) -DISTUTILS_USE_PEP517=hatchling -inherit distutils-r1 - -DESCRIPTION="PDG particle data and identification codes" -HOMEPAGE="https://github.com/scikit-hep/particle" - -LICENSE="BSD" -SLOT="0" - -if [[ ${PV} == 9999 ]]; then - inherit git-r3 - EGIT_REPO_URI="https://github.com/scikit-hep/particle" -else - inherit pypi - KEYWORDS="~amd64" -fi - -RDEPEND=" - >=dev-python/attrs-19.2[${PYTHON_USEDEP}] - >=sci-physics/hepunits-2.0.0[${PYTHON_USEDEP}] - dev-python/deprecated[${PYTHON_USEDEP}] -" -DEPEND="${RDEPEND}" -BDEPEND=" - test? ( - >=dev-python/pytest-6.0.0[${PYTHON_USEDEP}] - dev-python/pandas[${PYTHON_USEDEP}] - dev-python/tabulate[${PYTHON_USEDEP}] - ) -" -distutils_enable_tests pytest - -src_prepare() { - default - - sed -i -e 's:--benchmark-disable::' pyproject.toml || die -} - -python_test() { - epytest --ignore tests/particle/test_performance.py -}
