From 0d87c87fc296d3a7007f11617ccc7829750685ea Mon Sep 17 00:00:00 2001 From: Alexander Puck Neuwirth Date: Tue, 7 Jan 2025 11:59:52 +0100 Subject: [PATCH] sci-physics/uproot: add 5.5.1 Signed-off-by: Alexander Puck Neuwirth --- sci-physics/uproot/Manifest | 1 + sci-physics/uproot/uproot-5.5.1.ebuild | 30 ++++++++++++++++++++++++++ 2 files changed, 31 insertions(+) create mode 100644 sci-physics/uproot/uproot-5.5.1.ebuild diff --git a/sci-physics/uproot/Manifest b/sci-physics/uproot/Manifest index e8cdc29cf4b..4b10846976e 100644 --- a/sci-physics/uproot/Manifest +++ b/sci-physics/uproot/Manifest @@ -1,2 +1,3 @@ DIST uproot-5.3.1.tar.gz 919910 BLAKE2B 6c138a56ecabb08905e1edde8c776c3dfae6cca3213bbc3546e7241979052178e1c9718c1fcf298573669bcc4c004806cd54ab16050405038f76f3ef356fb184 SHA512 2525f372caa3b25e3a11b170ce981ce253a7b9ca1fdb2c04b6bb1093b166d206a28e9bc22ffa19dead76870f521cee44a812cbf41a087b34fb9a3bc52c210733 DIST uproot-5.4.1.tar.gz 935958 BLAKE2B bde5d0d5e2cef6ff35cdaea49656d2d30052a9b2f5d576e61e2df82c0a438c192db69aaffb89bd1acdb96df7aa925197ecf52ea6068bdb30d8819615b358cdfe SHA512 dc0b9b9859b7564b2027bb3f013a0fac07c665dcf32c84a3981e3fc27254598126a4bcbfb77863b419e461dec1a8c37c1e3bc181b894ea52fc141144469aedc0 +DIST uproot-5.5.1.tar.gz 941313 BLAKE2B 067c70a5d3e5c5c3b2021a565437e52e9dcb2a4db4dce780f3fc3f6f58a1b07e1e36f404096d806fb0e96b63a1e5e8fa0a52d18cc0c043b62435b7e22739cf5f SHA512 3eabeaee0d08cbac1df6cf3e705bdbde709e933e271468bdcfe9c58832af5ff2cc88f8bb09321891a3eb55e10160806ddb0beb9377c311c135f124194f04b35c diff --git a/sci-physics/uproot/uproot-5.5.1.ebuild b/sci-physics/uproot/uproot-5.5.1.ebuild new file mode 100644 index 00000000000..7d3b910d58f --- /dev/null +++ b/sci-physics/uproot/uproot-5.5.1.ebuild @@ -0,0 +1,30 @@ +EAPI=8 + +PYTHON_COMPAT=( python3_{11..13} ) +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" + +# way too many missing packages, isal, deflate, http servers etc +RESTRICT="test" + +RDEPEND=" + >=dev-python/awkward-2.4.6[${PYTHON_USEDEP}] + >=dev-python/cramjam-2.5.0[${PYTHON_USEDEP}] + dev-python/xxhash[${PYTHON_USEDEP}] + dev-python/numpy[${PYTHON_USEDEP}] + dev-python/fsspec[${PYTHON_USEDEP}] + dev-python/packaging[${PYTHON_USEDEP}] +" +BDEPEND=" + dev-python/hatch-vcs[${PYTHON_USEDEP}] +" + +# distutils_enable_tests pytest