From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1682478-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits))
	(No client certificate requested)
	by finch.gentoo.org (Postfix) with ESMTPS id F18E7158042
	for <garchives@archives.gentoo.org>; Tue, 22 Oct 2024 08:34:35 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 932E7E08E2;
	Tue, 22 Oct 2024 08:34:33 +0000 (UTC)
Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 77B62E08E2
	for <gentoo-commits@lists.gentoo.org>; Tue, 22 Oct 2024 08:34:33 +0000 (UTC)
Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 8CD29342FE4
	for <gentoo-commits@lists.gentoo.org>; Tue, 22 Oct 2024 08:34:32 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id D9C18252F
	for <gentoo-commits@lists.gentoo.org>; Tue, 22 Oct 2024 08:34:28 +0000 (UTC)
From: "Alexander Puck Neuwirth" <alexander@neuwirth-informatik.de>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Alexander Puck Neuwirth" <alexander@neuwirth-informatik.de>
Message-ID: <1729585956.3540ff533893cad95683d2c201fa142c7c6ac52f.alexander@gentoo>
Subject: [gentoo-commits] proj/sci:master commit in: sci-physics/hepstats/
X-VCS-Repository: proj/sci
X-VCS-Files: sci-physics/hepstats/hepstats-0.8.1.ebuild sci-physics/hepstats/metadata.xml
X-VCS-Directories: sci-physics/hepstats/
X-VCS-Committer: alexander
X-VCS-Committer-Name: Alexander Puck Neuwirth
X-VCS-Revision: 3540ff533893cad95683d2c201fa142c7c6ac52f
X-VCS-Branch: master
Date: Tue, 22 Oct 2024 08:34:28 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: cdf41d9f-e43a-4a80-8e23-af1d84627368
X-Archives-Hash: 9d17e51a352b1d04f3f4b57664d43eba

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>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">
+		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>