blob: 3dc199a746a4e34259a66fbb66bf4f3e151a84a1 (
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
25
26
27
28
29
30
31
32
33
34
35
36
|
pkgbase = python-ipfshttpclient-git
pkgdesc = Python API client library for Kubo (aka. IPFS)
pkgver = 0.8.0a2.r6.gacac2b5
pkgrel = 1
url = https://pypi.python.org/pypi/ipfshttpclient
arch = any
license = MIT
checkdepends = kubo>=0.5.0
checkdepends = python-pytest
checkdepends = python-pytest-cov
checkdepends = python-pytest-ordering
checkdepends = python-pytest-dependency
checkdepends = python-pytest-order
checkdepends = python-mock
checkdepends = python-pytest-mock
checkdepends = python-cid
checkdepends = python-pytest-cid
checkdepends = python-pytest-localserver
checkdepends = python-pluggy
checkdepends = python-py
makedepends = python-flit
depends = python
depends = python-httpcore
depends = python-httpx
depends = python-multiaddr
depends = python-netaddr
depends = python-requests
depends = python-setuptools
depends = python-six
provides = python-ipfshttpclient=0.8.0a2.r6.gacac2b5
conflicts = python-ipfshttpclient
conflicts = python-ipfsapi
source = git+https://github.com/ipfs/py-ipfs-http-client
sha256sums = SKIP
pkgname = python-ipfshttpclient-git
|