Jelle van der Waa pushed to branch main at Arch Linux / Packaging / Packages / python-fsspec
Commits: e2f0a20f by Jelle van der Waa at 2024-03-02T18:17:58+01:00 upgpkg: 2024.2.0-1 Drop tomli checkdependency - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,50 @@ +pkgbase = python-fsspec + pkgdesc = Specification that python filesystems should adhere to. + pkgver = 2024.2.0 + pkgrel = 1 + url = https://github.com/intake/filesystem_spec + arch = any + license = BSD + checkdepends = git + checkdepends = python-pytest + checkdepends = python-pytest-asyncio + checkdepends = python-pytest-mock + checkdepends = python-pytest-vcr + checkdepends = python-aiohttp + checkdepends = python-dask + checkdepends = python-distributed + checkdepends = python-fastparquet + checkdepends = python-libarchive-c + checkdepends = python-paramiko + checkdepends = python-pyarrow + checkdepends = python-pygit2 + checkdepends = python-requests + checkdepends = python-smbprotocol + checkdepends = python-cloudpickle + checkdepends = python-jinja + checkdepends = python-lz4 + checkdepends = python-msgpack + checkdepends = python-numpy + checkdepends = python-pandas + checkdepends = python-pyftpdlib + checkdepends = python-snappy + checkdepends = python-tqdm + checkdepends = python-zstandard + checkdepends = jupyter-notebook + makedepends = python-setuptools + depends = python + optdepends = python-aiohttp: HTTP support + optdepends = python-distributed: Dask support + optdepends = python-libarchive-c: archives support + optdepends = python-lz4: LZ4 compression support + optdepends = python-paramiko: SFTP support + optdepends = python-pyarrow: Arrow/Parquet support + optdepends = python-pygit2: git support + optdepends = python-requests: web protocols support + optdepends = python-smbprotocol: SMB support + optdepends = python-snappy: snappy compression support + optdepends = python-zstandard: zstandard (zstd) compression support + source = https://github.com/intake/filesystem_spec/archive/2024.2.0/python-fsspec-2024.2.0.tar.gz + sha256sums = ca39880d47811592192eadb0e3159c7a30f563cb3644df38a02e6b3b65c88e12 + +pkgname = python-fsspec ===================================== PKGBUILD ===================================== @@ -2,7 +2,7 @@ _pkg=filesystem_spec pkgname=python-fsspec -pkgver=2023.9.2 +pkgver=2024.2.0 pkgrel=1 pkgdesc="Specification that python filesystems should adhere to." arch=(any) @@ -47,13 +47,12 @@ checkdepends=(git python-pandas python-pyftpdlib python-snappy - python-tomli python-tqdm python-zstandard jupyter-notebook ) source=(${url}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz) -sha256sums=('ff662ab7cae5d762645e51f81ccc065655f81f6c33cdbcb2bb4a60787e5724f4') +sha256sums=('ca39880d47811592192eadb0e3159c7a30f563cb3644df38a02e6b3b65c88e12') build() { cd ${_pkg}-${pkgver} View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-fsspec/-/commit/e2f0a20fef9b843ada9f7e1effabe4f36921b3c2 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-fsspec/-/commit/e2f0a20fef9b843ada9f7e1effabe4f36921b3c2 You're receiving this email because of your account on gitlab.archlinux.org.
