commit: 3540ff533893cad95683d2c201fa142c7c6ac52f
Author: Alexander Puck Neuwirth <alexander <AT> neuwirth-informatik <DOT>
de>
AuthorDate: Sat Oct 19 14:40:21 2024 +0000
Commit: Alexander Puck Neuwirth <alexander <AT> neuwirth-informatik <DOT>
de>
CommitDate: Tue Oct 22 08:32:36 2024 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=3540ff53
sci-physics/hepstats: new package, add 0.8.1
Signed-off-by: Alexander Puck Neuwirth <alexander <AT> neuwirth-informatik.de>
sci-physics/hepstats/hepstats-0.8.1.ebuild | 25 +++++++++++++++++++++++++
sci-physics/hepstats/metadata.xml | 19 +++++++++++++++++++
2 files changed, 44 insertions(+)
diff --git a/sci-physics/hepstats/hepstats-0.8.1.ebuild
b/sci-physics/hepstats/hepstats-0.8.1.ebuild
new file mode 100644
index 000000000..c14199882
--- /dev/null
+++ b/sci-physics/hepstats/hepstats-0.8.1.ebuild
@@ -0,0 +1,25 @@
+EAPI=8
+
+PYTHON_COMPAT=( python3_{11..13} )
+DISTUTILS_USE_PEP517=setuptools
+inherit distutils-r1 pypi
+
+DESCRIPTION="Statistics tools and utilities."
+HOMEPAGE="
+ https://scikit-hep.org/hepstats/
+ https://github.com/scikit-hep/hepstats
+"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64"
+RESTRICT="test" # needs zfit
+
+RDEPEND="
+ dev-python/asdf[${PYTHON_USEDEP}]
+ dev-python/numpy[${PYTHON_USEDEP}]
+ dev-python/pandas[${PYTHON_USEDEP}]
+ dev-python/scipy[${PYTHON_USEDEP}]
+ dev-python/tqdm[${PYTHON_USEDEP}]
+ dev-python/uhi[${PYTHON_USEDEP}]
+"
diff --git a/sci-physics/hepstats/metadata.xml
b/sci-physics/hepstats/metadata.xml
new file mode 100644
index 000000000..5f10b261f
--- /dev/null
+++ b/sci-physics/hepstats/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">
+ hepstats is a library for statistical inference aiming to cover
the needs High Energy Physics. It is part of the Scikit-HEP project.
+ </longdescription>
+ <upstream>
+ <remote-id type="pypi">hepstats</remote-id>
+ <remote-id type="github">scikit-hep/hepstats</remote-id>
+ </upstream>
+</pkgmetadata>