summarylogtreecommitdiffstats
path: root/.SRCINFO
blob: a7a551a68f1b4c30dd6c40310231e808a8aea7ab (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
pkgbase = python-web3
	pkgdesc = A python interface for interacting with the Ethereum blockchain and ecosystem.
	pkgver = 7.12.1
	pkgrel = 1
	url = https://github.com/ethereum/web3.py
	arch = any
	license = MIT
	makedepends = python-build
	makedepends = python-installer
	makedepends = python-setuptools
	makedepends = python-wheel
	makedepends = python-sphinx
	makedepends = python-sphinx_rtd_theme
	depends = python
	depends = python-eth-abi
	depends = python-eth-account
	depends = python-eth-keys
	depends = python-eth-typing
	depends = python-eth-utils
	depends = python-hexbytes
	depends = python-aiohttp
	depends = python-pydantic
	depends = python-requests
	depends = python-typing_extensions
	depends = python-websockets
	depends = python-pyunormalize
	depends = python-toolz
	depends = python-rlp
	depends = python-idna
	source = web3.py-7.12.1.tar.gz::https://github.com/ethereum/web3.py/archive/v7.12.1.tar.gz
	sha512sums = b7f4c50248f757f44df4942aeff54871b65552864a039fb442bbcf5ff21911e7e032644aa5349f1060993d150f37278f0c64e70b06b150571533bca05afa8f2c

pkgname = python-web3