From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id BE04D1580E0 for ; Mon, 27 Jan 2025 08:48:20 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id A216C3434C6 for ; Mon, 27 Jan 2025 08:48:20 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id B7B62110470; Mon, 27 Jan 2025 08:48:14 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id AD433110470 for ; Mon, 27 Jan 2025 08:48:14 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 445F93434C6 for ; Mon, 27 Jan 2025 08:48:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 42753170C for ; Mon, 27 Jan 2025 08:48:12 +0000 (UTC) From: "Alexander Puck Neuwirth" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexander Puck Neuwirth" Message-ID: <1737967655.a65ad138ba87a753eaa2fa8301d99fb72264d163.alexander@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-physics/pylhe/ X-VCS-Repository: proj/sci X-VCS-Files: sci-physics/pylhe/pylhe-0.7.0.ebuild X-VCS-Directories: sci-physics/pylhe/ X-VCS-Committer: alexander X-VCS-Committer-Name: Alexander Puck Neuwirth X-VCS-Revision: a65ad138ba87a753eaa2fa8301d99fb72264d163 X-VCS-Branch: master Date: Mon, 27 Jan 2025 08:48:12 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: a8e06e2c-5323-458b-91bf-d1dba60081f8 X-Archives-Hash: b3265e9767629167593a686d6dde79a4 commit: a65ad138ba87a753eaa2fa8301d99fb72264d163 Author: Alexander Puck Neuwirth neuwirth-informatik de> AuthorDate: Mon Jan 27 08:47:09 2025 +0000 Commit: Alexander Puck Neuwirth neuwirth-informatik de> CommitDate: Mon Jan 27 08:47:35 2025 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=a65ad138 sci-physics/pylhe: drop 0.7.0 Signed-off-by: Alexander Puck Neuwirth neuwirth-informatik.de> sci-physics/pylhe/pylhe-0.7.0.ebuild | 35 ----------------------------------- 1 file changed, 35 deletions(-) diff --git a/sci-physics/pylhe/pylhe-0.7.0.ebuild b/sci-physics/pylhe/pylhe-0.7.0.ebuild deleted file mode 100644 index 45ef91695..000000000 --- a/sci-physics/pylhe/pylhe-0.7.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