blob: d88b8b9bce0038e8777105120f5e0d9c4ffd2c11 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
pkgbase = python-ipfsspec
pkgdesc = readonly implementation of fsspec for IPFS
pkgver = 0.5.3
pkgrel = 1
url = https://github.com/fsspec/ipfsspec
arch = any
license = MIT
makedepends = python-setuptools-scm>=8
makedepends = python-build
makedepends = python-installer
source = https://files.pythonhosted.org/packages/source/i/ipfsspec/ipfsspec-0.5.3.tar.gz
md5sums = 0ac662c4beb17c68190b54112431e924
pkgname = python-ipfsspec
depends = python>=3.8
depends = python-fsspec>=0.9.0
depends = python-requests
depends = python-aiohttp
depends = python-aiohttp-retry
depends = python-multiformats
depends = python-dag-cbor>=0.2.2
depends = python-pure-protobuf2>=2.1.0
|