summarylogtreecommitdiffstats
path: root/.SRCINFO
blob: 8a384abbd36fe9c30541ecb4c7aeff9f3ca06c10 (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
pkgbase = python-web3
	pkgdesc = A Python library for interacting with Ethereum, inspired by web3.js
	pkgver = 5.31.3
	pkgrel = 1
	url = https://github.com/ethereum/web3.py
	arch = any
	license = GPL3
	makedepends = python-setuptools
	depends = python-aiohttp
	depends = python-eth-abi
	depends = python-eth-account
	depends = python-eth-hash
	depends = python-eth-typing
	depends = python-eth-utils
	depends = python-hexbytes
	depends = python-ipfshttpclient
	depends = python-jsonschema
	depends = python-lru-dict
	depends = python-protobuf
	depends = python-requests
	depends = python-websockets
	source = https://files.pythonhosted.org/packages/source/w/web3/web3-5.31.3.tar.gz
	sha256sums = 4b2d420647c81856e3cf398996cd3cc80c719dc3a10881884c5c3b1467e4f850

pkgname = python-web3