commit:     9ae5997c4e93efbf038fdeccc7f586b05992e8fd
Author:     Alexander Puck Neuwirth <apn-pucky <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 27 21:13:55 2025 +0000
Commit:     Alexander Puck Neuwirth <apn-pucky <AT> gentoo <DOT> org>
CommitDate: Mon Oct 27 21:13:55 2025 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=9ae5997c

sci-physics/pylhe: drop 0.8.0

Signed-off-by: Alexander Puck Neuwirth <apn-pucky <AT> gentoo.org>

 sci-physics/pylhe/pylhe-0.8.0.ebuild | 35 -----------------------------------
 1 file changed, 35 deletions(-)

diff --git a/sci-physics/pylhe/pylhe-0.8.0.ebuild 
b/sci-physics/pylhe/pylhe-0.8.0.ebuild
deleted file mode 100644
index 45ef91695..000000000
--- a/sci-physics/pylhe/pylhe-0.8.0.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-EAPI=8
-
-PYTHON_COMPAT=( python3_{11..12} )
-DISTUTILS_USE_PEP517=setuptools
-inherit distutils-r1 pypi
-
-DESCRIPTION="Lightweight Python interface to read Les Houches Event (LHE) 
files"
-HOMEPAGE="https://github.com/scikit-hep/pylhe";
-# pypi does not include tests
-SRC_URI="https://github.com/scikit-hep/${PN}/archive/refs/tags/v${PV}.tar.gz 
-> ${P}.gh.tar.gz"
-# export is needed here!
-export SETUPTOOLS_SCM_PRETEND_VERSION=${PV}
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64"
-
-RDEPEND="
-       >=dev-python/graphviz-0.12.0[${PYTHON_USEDEP}]
-       >=sci-physics/particle-0.16[${PYTHON_USEDEP}]
-       >=dev-python/awkward-1.2.0[${PYTHON_USEDEP}]
-       >=dev-python/vector-0.8.1[${PYTHON_USEDEP}]
-"
-DEPEND="${RDEPEND}"
-BDEPEND="
-       dev-python/setuptools-scm[${PYTHON_USEDEP}]
-       test? (
-               >=sci-physics/scikit-hep-testdata-0.4.36[${PYTHON_USEDEP}]
-       )
-"
-PATCHES=(
-       "${FILESDIR}/${PN}"-0.7.0-coverage.patch
-)
-
-distutils_enable_tests pytest

Reply via email to