blob: c00e68303e7c7e4cc901c72637c037ee1341696a (
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.6.0
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.6.0.tar.gz
md5sums = e2d15216b1e572b0ea41e53d6b115b3b
pkgname = python-ipfsspec
depends = python>=3.9
depends = python-fsspec>=2024.12.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
|