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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 6907D158042 for ; Tue, 22 Oct 2024 08:34:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4C39AE08C4; Tue, 22 Oct 2024 08:34:32 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 38A82E08C4 for ; Tue, 22 Oct 2024 08:34:32 +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 1F6E1342FED for ; Tue, 22 Oct 2024 08:34:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9F95622DB for ; Tue, 22 Oct 2024 08:34:28 +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: <1729585951.6a59b0bb6bb1bf48036cdea610c777ae040da3fc.alexander@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: dev-python/histoprint/ X-VCS-Repository: proj/sci X-VCS-Files: dev-python/histoprint/histoprint-2.5.0.ebuild X-VCS-Directories: dev-python/histoprint/ X-VCS-Committer: alexander X-VCS-Committer-Name: Alexander Puck Neuwirth X-VCS-Revision: 6a59b0bb6bb1bf48036cdea610c777ae040da3fc X-VCS-Branch: master Date: Tue, 22 Oct 2024 08:34:28 +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: 4c2c69d5-47ef-4c16-8365-2fef511d4164 X-Archives-Hash: 709a0356f4eb17fd448390f64a1e0c16 commit: 6a59b0bb6bb1bf48036cdea610c777ae040da3fc Author: Alexander Puck Neuwirth neuwirth-informatik de> AuthorDate: Sat Oct 19 12:35:59 2024 +0000 Commit: Alexander Puck Neuwirth neuwirth-informatik de> CommitDate: Tue Oct 22 08:32:31 2024 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=6a59b0bb dev-python/histoprint: add 2.5.0 Signed-off-by: Alexander Puck Neuwirth neuwirth-informatik.de> dev-python/histoprint/histoprint-2.5.0.ebuild | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/dev-python/histoprint/histoprint-2.5.0.ebuild b/dev-python/histoprint/histoprint-2.5.0.ebuild new file mode 100644 index 000000000..55286dfc5 --- /dev/null +++ b/dev-python/histoprint/histoprint-2.5.0.ebuild @@ -0,0 +1,26 @@ +EAPI=8 + +PYTHON_COMPAT=( python3_{11..13} ) +DISTUTILS_USE_PEP517=setuptools +inherit distutils-r1 pypi + +DESCRIPTION="Pretty print histograms to the console" +HOMEPAGE="https://github.com/scikit-hep/histoprint" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64" + +RDEPEND=" + >=dev-python/click-7.0.0[${PYTHON_USEDEP}] + dev-python/numpy[${PYTHON_USEDEP}] + >=dev-python/uhi-0.2.1[${PYTHON_USEDEP}] +" +BDEPEND=" + test? ( + >=dev-python/awkward-1[${PYTHON_USEDEP}] + >=sci-physics/uproot-4[${PYTHON_USEDEP}] + ) +" + +distutils_enable_tests pytest