Skip to content

Commit

Permalink
sci-physics/pyhepmc: add 2.14.0
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Puck Neuwirth <[email protected]>
  • Loading branch information
APN-Pucky committed Jan 19, 2025
1 parent a6a9087 commit 9f420a1
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
1 change: 1 addition & 0 deletions sci-physics/pyhepmc/Manifest
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
DIST pyhepmc-2.11.0.tar.gz 361596 BLAKE2B 18264f61bdef3c27f8aa4d48d25257c03f98cc89745533641119cf7ba6d5fe36c084d25ccaeed6769dc9226fd5f2c27060006030447a8ac8409ff6d752437d2c SHA512 31975d0bee5037c1cc36753ce6324342ed6a48b2d3f91f53d61f445f38f0fa3ecbeb0e29fcbc7f6778bafcc23c1f6a689b9516eae8da4cc620cd7c72b89e0b00
DIST pyhepmc-2.14.0.tar.gz 398256 BLAKE2B 3de49a1935c06f562590baf98bd76b49ffd48865d0f2d1674898cc68178304b9978c28079cf6111504a0732913916e9b26725169072b1867e343531568c02e6a SHA512 cb94dc3d306430cefd72b13d01826d56f8547a96da480a51558063126499f351115a0713649c6e3cbea9fc049b5c39368f3ad762e3990a5ea1d4b84e6ee79295
21 changes: 21 additions & 0 deletions sci-physics/pyhepmc/pyhepmc-2.14.0.ebuild
Original file line number Diff line number Diff line change
@@ -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
"

0 comments on commit 9f420a1

Please sign in to comment.