commit: 0282367ebf38566d07fb7bdd24ce2ca37e431f0e Author: Alexander Puck Neuwirth <apn-pucky <AT> gentoo <DOT> org> AuthorDate: Thu Mar 12 11:04:34 2026 +0000 Commit: Alexander Puck Neuwirth <apn-pucky <AT> gentoo <DOT> org> CommitDate: Thu Mar 12 11:04:34 2026 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=0282367e
sci-physics/pyslha: new package, add 3.3.2 Signed-off-by: Alexander Puck Neuwirth <apn-pucky <AT> gentoo.org> sci-physics/pyslha/metadata.xml | 19 +++++++++++++++++++ sci-physics/pyslha/pyslha-3.3.2.ebuild | 23 +++++++++++++++++++++++ 2 files changed, 42 insertions(+) diff --git a/sci-physics/pyslha/metadata.xml b/sci-physics/pyslha/metadata.xml new file mode 100644 index 000000000..43eff1755 --- /dev/null +++ b/sci-physics/pyslha/metadata.xml @@ -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>[email protected]</email> + <name>Gentoo Science Project</name> + </maintainer> + <maintainer type="person"> + <email>[email protected]</email> + <name>Alexander Puck Neuwirth</name> + </maintainer> + <longdescription lang="en"> + A Python package for reading, writing, and plotting SLHA beyond-Standard-Model mass spectra and decay modes. + </longdescription> + <upstream> + <remote-id type="pypi">pyslha</remote-id> + <remote-id type="gitlab">hepcedar/pyslha</remote-id> + </upstream> +</pkgmetadata> diff --git a/sci-physics/pyslha/pyslha-3.3.2.ebuild b/sci-physics/pyslha/pyslha-3.3.2.ebuild new file mode 100644 index 000000000..8d9f5d18d --- /dev/null +++ b/sci-physics/pyslha/pyslha-3.3.2.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PYTHON_COMPAT=( python3_{11..13} ) +DISTUTILS_USE_PEP517=setuptools +inherit distutils-r1 pypi + +DESCRIPTION="Parsing, manipulating, and visualising SUSY Les Houches Accord data" +HOMEPAGE=" + https://box.insectnation.org/projects/pyslha + https://gitlab.com/hepcedar/pyslha +" + +LICENSE="GPL-3+" +SLOT="0" +KEYWORDS="~amd64" + +RDEPEND=" + >=dev-python/tex2pix-0.1.5[${PYTHON_USEDEP}] +" +BDEPEND="${RDEPEND}"
