From 1e827c97be50f4e8e4da3697da898689b2bde9d5 Mon Sep 17 00:00:00 2001 From: root Date: Sat, 19 Sep 2026 03:02:32 -0500 Subject: Adding metadata --- dev-python/fsspec/Manifest | 2 +- dev-python/fsspec/fsspec-2026.6.0.ebuild | 70 -------------------------------- dev-python/fsspec/fsspec-2026.9.0.ebuild | 70 ++++++++++++++++++++++++++++++++ 3 files changed, 71 insertions(+), 71 deletions(-) delete mode 100644 dev-python/fsspec/fsspec-2026.6.0.ebuild create mode 100644 dev-python/fsspec/fsspec-2026.9.0.ebuild (limited to 'dev-python/fsspec') diff --git a/dev-python/fsspec/Manifest b/dev-python/fsspec/Manifest index 819e5067b60f..aec255cc5376 100644 --- a/dev-python/fsspec/Manifest +++ b/dev-python/fsspec/Manifest @@ -1,2 +1,2 @@ -DIST filesystem_spec-2026.6.0.gh.tar.gz 458381 BLAKE2B 730479548ddc6f7727e0ff1d303f037951b71c3eefd0635e82923c262bf3f613ab8351ba7363c0498b98ccc8cb9b4f5312e669a93412f49fb3b6bca77c291959 SHA512 d05023fe56a643bfcfe7cd02898734334d78c9d72ad37be19778263ec25aa3ce2a66c26f3fc4468090dec4e93e17acb79a583ff622fe77b5a3b9fdc095730f7d DIST filesystem_spec-2026.7.0.gh.tar.gz 465547 BLAKE2B 7eaded35934c25e495616cda55dd0c96b7d59b938c55768551667882bce7b62d3be453d0bc69643af17d800ad86d44f9c5511e6fad23853ed329748164354264 SHA512 31ece98f2c7f4213caffe4bcbe26ad2e861b6dd0ba0a719b1086695a3d6fd8d79069c734c472a1eb62ee89636b0c46f2d5801276f81b055aa7c420b69e5c9ab9 +DIST filesystem_spec-2026.9.0.gh.tar.gz 501779 BLAKE2B 3086b47391ef65ef0ea88db485c871e6ab48dc7edea32d352b765e5e845b5fcbc800f95153e554273d26375303a1c472c7bdc12310bbd0eb11c839e816a076f5 SHA512 e447740bad02f9c7f51dbe581f4bc3d3d3cc9185f1554b2f194cbab81abf9890baece6b4696939092a0d8951781e0effb6f3dea07abfe663990a5e2f588d6374 diff --git a/dev-python/fsspec/fsspec-2026.6.0.ebuild b/dev-python/fsspec/fsspec-2026.6.0.ebuild deleted file mode 100644 index f5cc13792d64..000000000000 --- a/dev-python/fsspec/fsspec-2026.6.0.ebuild +++ /dev/null @@ -1,70 +0,0 @@ -# Copyright 2020-2026 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=hatchling -PYTHON_COMPAT=( python3_{13..14} ) - -inherit distutils-r1 optfeature - -MY_P=filesystem_spec-${PV} -DESCRIPTION="A specification that python filesystems should adhere to" -HOMEPAGE=" - https://github.com/fsspec/filesystem_spec/ - https://pypi.org/project/fsspec/ -" -# upstream removed tests in 2024.6.0 -SRC_URI=" - https://github.com/fsspec/filesystem_spec/archive/${PV}.tar.gz - -> ${MY_P}.gh.tar.gz -" -S=${WORKDIR}/${MY_P} - -LICENSE="BSD" -SLOT="0" -KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv x86" - -BDEPEND=" - dev-python/hatch-vcs[${PYTHON_USEDEP}] - test? ( - dev-python/aiohttp[${PYTHON_USEDEP}] - dev-python/numpy[${PYTHON_USEDEP}] - dev-python/requests[${PYTHON_USEDEP}] - dev-python/tqdm[${PYTHON_USEDEP}] - dev-vcs/git - ) -" - -# Note: this package is not xdist-friendly -EPYTEST_PLUGINS=( pytest-{asyncio,mock,rerunfailures} ) -distutils_enable_tests pytest - -export SETUPTOOLS_SCM_PRETEND_VERSION=${PV} - -src_test() { - git config --global user.email "you@example.com" || die - git config --global user.name "Your Name" || die - - distutils-r1_src_test -} - -python_test() { - local EPYTEST_DESELECT=( - # Internet - fsspec/implementations/tests/test_reference.py::test_async_cat_file_ranges - fsspec/implementations/tests/test_github.py - fsspec/implementations/tests/test_gist.py - ) - - epytest -o tmp_path_retention_policy=all -} - -pkg_postinst() { - optfeature_header "Install optional filesystem backends:" - optfeature "http" dev-python/aiohttp - optfeature "gist/github/jupyter" dev-python/requests - optfeature "ssh/sftp" dev-python/paramiko - optfeature "arrow/hdfs" dev-python/pyarrow - optfeature "libarchive" dev-python/libarchive-c -} diff --git a/dev-python/fsspec/fsspec-2026.9.0.ebuild b/dev-python/fsspec/fsspec-2026.9.0.ebuild new file mode 100644 index 000000000000..c271cf9bef72 --- /dev/null +++ b/dev-python/fsspec/fsspec-2026.9.0.ebuild @@ -0,0 +1,70 @@ +# Copyright 2020-2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=hatchling +PYTHON_COMPAT=( python3_{13..14} ) + +inherit distutils-r1 optfeature + +MY_P=filesystem_spec-${PV} +DESCRIPTION="A specification that python filesystems should adhere to" +HOMEPAGE=" + https://github.com/fsspec/filesystem_spec/ + https://pypi.org/project/fsspec/ +" +# upstream removed tests in 2024.6.0 +SRC_URI=" + https://github.com/fsspec/filesystem_spec/archive/${PV}.tar.gz + -> ${MY_P}.gh.tar.gz +" +S=${WORKDIR}/${MY_P} + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86" + +BDEPEND=" + dev-python/hatch-vcs[${PYTHON_USEDEP}] + test? ( + dev-python/aiohttp[${PYTHON_USEDEP}] + dev-python/numpy[${PYTHON_USEDEP}] + dev-python/requests[${PYTHON_USEDEP}] + dev-python/tqdm[${PYTHON_USEDEP}] + dev-vcs/git + ) +" + +# Note: this package is not xdist-friendly +EPYTEST_PLUGINS=( pytest-{asyncio,mock,rerunfailures} ) +distutils_enable_tests pytest + +export SETUPTOOLS_SCM_PRETEND_VERSION=${PV} + +src_test() { + git config --global user.email "you@example.com" || die + git config --global user.name "Your Name" || die + + distutils-r1_src_test +} + +python_test() { + local EPYTEST_DESELECT=( + # Internet + fsspec/implementations/tests/test_reference.py::test_async_cat_file_ranges + fsspec/implementations/tests/test_github.py + fsspec/implementations/tests/test_gist.py + ) + + epytest -o tmp_path_retention_policy=all +} + +pkg_postinst() { + optfeature_header "Install optional filesystem backends:" + optfeature "http" dev-python/aiohttp + optfeature "gist/github/jupyter" dev-python/requests + optfeature "ssh/sftp" dev-python/paramiko + optfeature "arrow/hdfs" dev-python/pyarrow + optfeature "libarchive" dev-python/libarchive-c +} -- cgit v1.3