From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (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 finch.gentoo.org (Postfix) with ESMTPS id 7E27915813A for ; Sun, 19 Jan 2025 20:37:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B06D6E038D; Sun, 19 Jan 2025 20:37:02 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 pigeon.gentoo.org (Postfix) with ESMTPS id 9895DE038D for ; Sun, 19 Jan 2025 20:37:02 +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 BE752340A12 for ; Sun, 19 Jan 2025 20:37:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E823420D7 for ; Sun, 19 Jan 2025 20:36:59 +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: <1737318974.9f420a116b10881f597392e1721850ba46c6e4eb.alexander@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-physics/pyhepmc/ X-VCS-Repository: proj/sci X-VCS-Files: sci-physics/pyhepmc/pyhepmc-2.14.0.ebuild X-VCS-Directories: sci-physics/pyhepmc/ X-VCS-Committer: alexander X-VCS-Committer-Name: Alexander Puck Neuwirth X-VCS-Revision: 9f420a116b10881f597392e1721850ba46c6e4eb X-VCS-Branch: master Date: Sun, 19 Jan 2025 20:36:59 +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: beaa0d1c-0d56-48d0-9c1e-a23be1cf2ca3 X-Archives-Hash: 991cef1bab66d897c02f65424ca84405 commit: 9f420a116b10881f597392e1721850ba46c6e4eb Author: Alexander Puck Neuwirth neuwirth-informatik de> AuthorDate: Sun Jan 19 20:35:30 2025 +0000 Commit: Alexander Puck Neuwirth neuwirth-informatik de> CommitDate: Sun Jan 19 20:36:14 2025 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=9f420a11 sci-physics/pyhepmc: add 2.14.0 Signed-off-by: Alexander Puck Neuwirth neuwirth-informatik.de> sci-physics/pyhepmc/pyhepmc-2.14.0.ebuild | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/sci-physics/pyhepmc/pyhepmc-2.14.0.ebuild b/sci-physics/pyhepmc/pyhepmc-2.14.0.ebuild new file mode 100644 index 000000000..f99145a7f --- /dev/null +++ b/sci-physics/pyhepmc/pyhepmc-2.14.0.ebuild @@ -0,0 +1,21 @@ +EAPI=8 + +PYTHON_COMPAT=( python3_{10..13} ) +DISTUTILS_USE_PEP517=setuptools +DISTUTILS_EXT=1 +inherit distutils-r1 pypi + +DESCRIPTION="A Pythonic wrapper for the HepMC3 C++ library." +HOMEPAGE="https://github.com/scikit-hep/pyhepmc" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64" + +RDEPEND=" + >=dev-python/numpy-1.2[${PYTHON_USEDEP}] +" +BDEPEND=" + ${RDEPEND} + dev-build/cmake +"