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 11E11158041 for ; Wed, 20 Mar 2024 10:21:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 593F3E29AD; Wed, 20 Mar 2024 10:21:58 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 081B2E29AD for ; Wed, 20 Mar 2024 10:21:57 +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 DD74A33BF39 for ; Wed, 20 Mar 2024 10:21:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4A6C8FC2 for ; Wed, 20 Mar 2024 10:21:55 +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: <1710930084.c765189268610d7516a1a83d82f7e8bd482ce84b.alexander@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-physics/uproot/ X-VCS-Repository: proj/sci X-VCS-Files: sci-physics/uproot/metadata.xml sci-physics/uproot/uproot-5.3.1.ebuild X-VCS-Directories: sci-physics/uproot/ X-VCS-Committer: alexander X-VCS-Committer-Name: Alexander Puck Neuwirth X-VCS-Revision: c765189268610d7516a1a83d82f7e8bd482ce84b X-VCS-Branch: master Date: Wed, 20 Mar 2024 10:21:55 +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: e754f95f-2e62-45e8-979d-66f49a3b16d2 X-Archives-Hash: 9260edbef83f3081a488560624b3081c commit: c765189268610d7516a1a83d82f7e8bd482ce84b Author: Alexander Puck Neuwirth neuwirth-informatik de> AuthorDate: Tue Mar 19 19:30:45 2024 +0000 Commit: Alexander Puck Neuwirth neuwirth-informatik de> CommitDate: Wed Mar 20 10:21:24 2024 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=c7651892 sci-physics/uproot: new package, add 5.3.1 Closes: https://github.com/gentoo/sci/pull/1261 Signed-off-by: Alexander Puck Neuwirth neuwirth-informatik.de> sci-physics/uproot/metadata.xml | 21 +++++++++++++++++++++ sci-physics/uproot/uproot-5.3.1.ebuild | 28 ++++++++++++++++++++++++++++ 2 files changed, 49 insertions(+) diff --git a/sci-physics/uproot/metadata.xml b/sci-physics/uproot/metadata.xml new file mode 100644 index 000000000..1b293facb --- /dev/null +++ b/sci-physics/uproot/metadata.xml @@ -0,0 +1,21 @@ + + + + + sci@gentoo.org + Gentoo Science Project + + + alexander@neuwirth-informatik.de + Alexander Puck Neuwirth + + + Uproot is a library for reading and writing ROOT files in pure Python and NumPy. + + Unlike the standard C++ ROOT implementation, Uproot is only an I/O library, primarily intended to stream data into machine learning libraries in Python. Unlike PyROOT and root_numpy, Uproot does not depend on C++ ROOT. Instead, it uses Numpy to cast blocks of data from the ROOT file as Numpy arrays. + + + uproot + scikit-hep/uproot5 + + diff --git a/sci-physics/uproot/uproot-5.3.1.ebuild b/sci-physics/uproot/uproot-5.3.1.ebuild new file mode 100644 index 000000000..cfc3880e9 --- /dev/null +++ b/sci-physics/uproot/uproot-5.3.1.ebuild @@ -0,0 +1,28 @@ +EAPI=8 + +PYTHON_COMPAT=( python3_{10..12} ) +DISTUTILS_USE_PEP517=hatchling +SETUPTOOLS_SCM_PRETEND_VERSION=${PV} +inherit distutils-r1 pypi + +DESCRIPTION="ROOT I/O in pure Python and Numpy." +HOMEPAGE="https://github.com/scikit-hep/uproot" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64" + +RDEPEND=" + >=dev-python/awkward-2.4.6[${PYTHON_USEDEP}] + >=dev-python/cramjam-2.5.0[${PYTHON_USEDEP}] + dev-python/numpy[${PYTHON_USEDEP}] + dev-python/fsspec[${PYTHON_USEDEP}] + dev-python/packaging[${PYTHON_USEDEP}] +" +DEPEND="${RDEPEND}" +BDEPEND=" + dev-python/hatch-vcs[${PYTHON_USEDEP}] +" + +# way too many missing packages, isal, deflate, xxhash, http servers etc +# distutils_enable_tests pytest