summarylogtreecommitdiffstats
path: root/.SRCINFO
blob: 0a81bb6f220992b561ba60c91d89a94e9c730a17 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
pkgbase = python-eth-account
	pkgdesc = Sign Ethereum transactions and messages with local private keys
	pkgver = 0.7.0
	pkgrel = 1
	url = https://github.com/ethereum/eth-account
	arch = any
	license = GPL3
	makedepends = python-setuptools
	depends = python-bitarray
	depends = python-eth-abi
	depends = python-eth-keyfile
	depends = python-eth-keys
	depends = python-eth-rlp
	depends = python-eth-utils
	depends = python-hexbytes
	depends = python-rlp
	source = https://files.pythonhosted.org/packages/source/e/eth-account/eth-account-0.7.0.tar.gz
	sha256sums = 61360e9e514e09e49929ed365ca0e1656758ecbd11248c629ad85b4335c2661a

pkgname = python-eth-account