diff options
author | adam <adam@pkgsrc.org> | 2021-02-08 07:02:26 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2021-02-08 07:02:26 +0000 |
commit | 57c9a546c66042697b88dac8c9ff02da4bc5b80d (patch) | |
tree | 34ec4b148f5db52d1c523ffd62475c8f2e6022ad /finance/Makefile | |
parent | 29b4e6be0d2436c4f2bb068a27e1ad3362c504ea (diff) | |
download | pkgsrc-57c9a546c66042697b88dac8c9ff02da4bc5b80d.tar.gz |
py-eth-keyfile: added version 0.5.1
A library for handling the encrypted keyfiles used to store ethereum private keys.
Diffstat (limited to 'finance/Makefile')
-rw-r--r-- | finance/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/finance/Makefile b/finance/Makefile index bbf714686da..b23e4dc2e8f 100644 --- a/finance/Makefile +++ b/finance/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.83 2021/02/07 20:13:09 adam Exp $ +# $NetBSD: Makefile,v 1.84 2021/02/08 07:02:26 adam Exp $ # COMMENT= Monetary, financial and related applications @@ -42,6 +42,8 @@ SUBDIR+= py-crytic-compile SUBDIR+= py-empyrical SUBDIR+= py-eth-abi SUBDIR+= py-eth-hash +SUBDIR+= py-eth-keyfile +SUBDIR+= py-eth-keys SUBDIR+= py-eth-typing SUBDIR+= py-eth-utils SUBDIR+= py-fecon235 |