Date: Friday, December 23, 2022 @ 00:19:53 Author: archange Revision: 1365281
upgpkg: python-fsspec 2022.11.0-1 Modified: python-fsspec/trunk/PKGBUILD ----------+ PKGBUILD | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-12-22 22:37:41 UTC (rev 1365280) +++ PKGBUILD 2022-12-23 00:19:53 UTC (rev 1365281) @@ -2,14 +2,27 @@ _pkg=filesystem_spec pkgname=python-fsspec -pkgver=2022.5.0 +pkgver=2022.11.0 pkgrel=1 pkgdesc="Specification that python filesystems should adhere to." arch=(any) url="https://github.com/intake/filesystem_spec" license=(BSD) +depends=(python) makedepends=(python-setuptools) -depends=(python) +optdepends=( + 'python-aiohttp: HTTP support' + 'python-distributed: Dask support' + 'python-libarchive-c: archives support' + 'python-lz4: LZ4 compression support' + 'python-paramiko: SFTP support' + 'python-pyarrow: Arrow/Parquet support' + 'python-pygit2: git support' + 'python-requests: web protocols support' + 'python-smbprotocol: SMB support' + 'python-snappy: snappy compression support' + 'python-zstandard: zstandard (zstd) compression support' +) checkdepends=(git python-pytest python-pytest-asyncio @@ -39,7 +52,7 @@ jupyter-notebook ) source=(${url}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz) -sha256sums=('f7279e8ab31700c231c82d0abf0fdd082f7f087854e87d660bcaa82c3bbe336c') +sha256sums=('0c0c8373aba084c192396796eb3445841627fa16c7e43fc984439ae5b1b87545') build() { cd ${_pkg}-${pkgver}
