blob: 8ad275c73646339f4d98d5af5879bad367c64ada (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
pkgbase = python-gcsfs
pkgdesc = Pythonic file-system interface for Google Cloud Storage.
pkgver = 2025.9.0
pkgrel = 1
url = http://gcsfs.readthedocs.io/en/latest/
arch = any
license = BSD-3-Clause
makedepends = python-build
makedepends = python-installer
makedepends = python-setuptools
makedepends = python-wheel
depends = python
depends = python-aiohttp
depends = python-click
depends = python-fsspec>=2025.9.0
depends = python-google-auth
depends = python-google-auth-oauthlib
depends = python-requests
depends = python-decorator
optdepends = python-crcmod
source = python-gcsfs-2025.9.0.tar.gz::https://github.com/dask/gcsfs/archive/2025.9.0.tar.gz
sha256sums = 54ea5bfa8e946b7a52a9ad5e1246fd7497c7db8b571db0afe1b41388682adf7c
pkgname = python-gcsfs
|