diff options
author | adam <adam@pkgsrc.org> | 2021-02-08 08:31:06 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2021-02-08 08:31:06 +0000 |
commit | 377250336f015ecd59aaf860f9f9dffa958673e7 (patch) | |
tree | 5bca74ffc2f2ad8f2fd582779948087f1ed72442 /finance/Makefile | |
parent | 08350b091edc408be311db478ffa28c1aee5b39e (diff) | |
download | pkgsrc-377250336f015ecd59aaf860f9f9dffa958673e7.tar.gz |
py-eth-account: added version 0.5.4
Sign Ethereum transactions and messages with local private keys
Diffstat (limited to 'finance/Makefile')
-rw-r--r-- | finance/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/finance/Makefile b/finance/Makefile index a9d43652a07..d5e53b27968 100644 --- a/finance/Makefile +++ b/finance/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.85 2021/02/08 08:28:04 adam Exp $ +# $NetBSD: Makefile,v 1.86 2021/02/08 08:31:06 adam Exp $ # COMMENT= Monetary, financial and related applications @@ -41,6 +41,7 @@ SUBDIR+= py-braintree SUBDIR+= py-crytic-compile SUBDIR+= py-empyrical SUBDIR+= py-eth-abi +SUBDIR+= py-eth-account SUBDIR+= py-eth-hash SUBDIR+= py-eth-keyfile SUBDIR+= py-eth-keys |