Skip to content

Commit

Permalink
sci-physics/pyhepmc: new package, add 2.11.0
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Puck Neuwirth <alexander@neuwirth-informatik.de>
  • Loading branch information
APN-Pucky committed Feb 1, 2024
1 parent 44e946f commit 6e24d78
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 0 deletions.
1 change: 1 addition & 0 deletions sci-physics/pyhepmc/Manifest
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
DIST pyhepmc-2.11.0.tar.gz 361596 BLAKE2B 18264f61bdef3c27f8aa4d48d25257c03f98cc89745533641119cf7ba6d5fe36c084d25ccaeed6769dc9226fd5f2c27060006030447a8ac8409ff6d752437d2c SHA512 31975d0bee5037c1cc36753ce6324342ed6a48b2d3f91f53d61f445f38f0fa3ecbeb0e29fcbc7f6778bafcc23c1f6a689b9516eae8da4cc620cd7c72b89e0b00
19 changes: 19 additions & 0 deletions sci-physics/pyhepmc/metadata.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>sci@gentoo.org</email>
<name>Gentoo Science Project</name>
</maintainer>
<maintainer type="person">
<email>alexander@neuwirth-informatik.de</email>
<name>Alexander Puck Neuwirth</name>
</maintainer>
<longdescription lang="en">
pyhepmc largely mirrors the C++ interface of the HepMC3 library, which is documented here. Parts of the documentation have been copied from HepMC3. Documentation is available as Python docstrings, so you can use Python's help() browser to learn about the API. Alternatively, you can consult the online reference generated from these docstrings which includes some examples.
</longdescription>
<upstream>
<remote-id type="pypi">pyhepmc</remote-id>
<remote-id type="github">scikit-hep/pyhepmc</remote-id>
</upstream>
</pkgmetadata>
17 changes: 17 additions & 0 deletions sci-physics/pyhepmc/pyhepmc-2.11.0.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
EAPI=8

PYTHON_COMPAT=( python3_{10..12} )
DISTUTILS_USE_PEP517=setuptools
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.0[${PYTHON_USEDEP}]
"
BDEPEND="${RDEPEND}"

0 comments on commit 6e24d78

Please sign in to comment.