-
Notifications
You must be signed in to change notification settings - Fork 166
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Alexander Puck Neuwirth <[email protected]>
- Loading branch information
Showing
2 changed files
with
31 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |