commit:     9f420a116b10881f597392e1721850ba46c6e4eb
Author:     Alexander Puck Neuwirth <alexander <AT> neuwirth-informatik <DOT> 
de>
AuthorDate: Sun Jan 19 20:35:30 2025 +0000
Commit:     Alexander Puck Neuwirth <alexander <AT> neuwirth-informatik <DOT> 
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 <alexander <AT> 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
+"

Reply via email to