From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E8432158064 for ; Mon, 6 May 2024 08:24:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 34ACFE2ADD; Mon, 6 May 2024 08:24:19 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 01C16E2ADD for ; Mon, 6 May 2024 08:24:18 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1D592343082 for ; Mon, 6 May 2024 08:24:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7F4A51A2D for ; Mon, 6 May 2024 08:24:16 +0000 (UTC) From: "Alexander Puck Neuwirth" 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" Message-ID: <1714983811.3a4aefebff189bf3eea674c215827925240f418f.alexander@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: dev-python/hist/ X-VCS-Repository: proj/sci X-VCS-Files: dev-python/hist/hist-2.7.2.ebuild dev-python/hist/metadata.xml X-VCS-Directories: dev-python/hist/ X-VCS-Committer: alexander X-VCS-Committer-Name: Alexander Puck Neuwirth X-VCS-Revision: 3a4aefebff189bf3eea674c215827925240f418f X-VCS-Branch: master Date: Mon, 6 May 2024 08:24:16 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 6c707ec5-2877-484f-83e3-79251df02b58 X-Archives-Hash: 68a0120b034d42fd3bd79e7e172395e7 commit: 3a4aefebff189bf3eea674c215827925240f418f Author: Alexander Puck Neuwirth neuwirth-informatik de> AuthorDate: Sun Mar 17 21:18:32 2024 +0000 Commit: Alexander Puck Neuwirth neuwirth-informatik de> CommitDate: Mon May 6 08:23:31 2024 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=3a4aefeb dev-python/hist: new package, add 2.7.2 Signed-off-by: Alexander Puck Neuwirth neuwirth-informatik.de> Closes: https://github.com/gentoo/sci/pull/1259 dev-python/hist/hist-2.7.2.ebuild | 26 ++++++++++++++++++++++++++ dev-python/hist/metadata.xml | 19 +++++++++++++++++++ 2 files changed, 45 insertions(+) diff --git a/dev-python/hist/hist-2.7.2.ebuild b/dev-python/hist/hist-2.7.2.ebuild new file mode 100644 index 000000000..082844a5f --- /dev/null +++ b/dev-python/hist/hist-2.7.2.ebuild @@ -0,0 +1,26 @@ +EAPI=8 + +PYTHON_COMPAT=( python3_{10..12} ) +DISTUTILS_USE_PEP517=hatchling +SETUPTOOLS_SCM_PRETEND_VERSION=${PV} +inherit distutils-r1 pypi + +DESCRIPTION="Histogramming for analysis powered by boost-histogram " +HOMEPAGE="https://github.com/scikit-hep/hist" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64" + +RDEPEND=" + >=dev-python/boost-histogram-1.3.1[${PYTHON_USEDEP}] + >=dev-python/histoprint-2.2.0[${PYTHON_USEDEP}] + >=dev-python/numpy-1.14.5[${PYTHON_USEDEP}] +" +BDEPEND=" + dev-python/hatch-vcs[${PYTHON_USEDEP}] +" + +RESTRICT="test" +# needs mplhep and dask_histogram ... +#distutils_enable_tests pytest diff --git a/dev-python/hist/metadata.xml b/dev-python/hist/metadata.xml new file mode 100644 index 000000000..566083fe3 --- /dev/null +++ b/dev-python/hist/metadata.xml @@ -0,0 +1,19 @@ + + + + + sci@gentoo.org + Gentoo Science Project + + + alexander@neuwirth-informatik.de + Alexander Puck Neuwirth + + + Hist is an analyst-friendly front-end for boost-histogram, designed for Python 3.7+ (3.6 users get version 2.4) + + + hist + scikit-hep/hist + +