blob: 119481208b38d84c96c4fbd24798b69322da039e (
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
|
pkgbase = python-ipfshttpclient
pkgdesc = Python IPFS HTTP client library
pkgver = 0.7.0
pkgrel = 4
url = https://pypi.python.org/pypi/ipfshttpclient
arch = any
license = MIT
checkdepends = kubo>=0.4.23
checkdepends = python-pytest
checkdepends = python-pytest-cov
checkdepends = python-pytest-ordering
checkdepends = python-pytest-dependency
checkdepends = python-mock
checkdepends = python-pytest-mock
checkdepends = python-cid
checkdepends = python-pytest-cid
checkdepends = python-pytest-localserver
checkdepends = python-pluggy
checkdepends = python-py
depends = python
depends = python-httpcore
depends = python-httpx
depends = python-multiaddr
depends = python-netaddr
depends = python-requests
depends = python-setuptools
depends = python-six
conflicts = python-ipfsapi
source = https://pypi.io/packages/source/i/ipfshttpclient/ipfshttpclient-0.7.0.tar.gz
sha256sums = feb1033c14c3ac87ee81264176c5beefeaf386385804427160466117ccc43693
pkgname = python-ipfshttpclient
|