summaryrefslogtreecommitdiff
path: root/finance/Makefile
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2019-12-03 16:32:16 +0000
committeradam <adam@pkgsrc.org>2019-12-03 16:32:16 +0000
commit66a9d0318565e0b7ca533b0ee1e48b0fdc4ae590 (patch)
tree3a4952b86de1d160f7032698d70f61e802b473be /finance/Makefile
parentc237350ffc897d9fad29d2f3057ee63de55d1c81 (diff)
downloadpkgsrc-66a9d0318565e0b7ca533b0ee1e48b0fdc4ae590.tar.gz
py-bitcoinrpc: added version 1.0
AuthServiceProxy is an improved version of python-jsonrpc. It includes the following generic improvements: * HTTP connections persist for the life of the AuthServiceProxy object * sends protocol 'version', per JSON-RPC 1.1 * sends proper, incrementing 'id' * uses standard Python json lib * can optionally log all RPC calls and results * JSON-2.0 batch support It also includes the following bitcoin-specific details: * sends Basic HTTP authentication headers * parses all JSON numbers that look like floats as Decimal, and serializes Decimal values to JSON-RPC connections.
Diffstat (limited to 'finance/Makefile')
-rw-r--r--finance/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/finance/Makefile b/finance/Makefile
index a4d896523f3..7554367a49a 100644
--- a/finance/Makefile
+++ b/finance/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.69 2019/11/25 18:24:49 adam Exp $
+# $NetBSD: Makefile,v 1.70 2019/12/03 16:32:16 adam Exp $
#
COMMENT= Monetary, financial and related applications
@@ -31,6 +31,7 @@ SUBDIR+= py-alpha_vantage
SUBDIR+= py-alphalens
SUBDIR+= py-backtrader
SUBDIR+= py-bitcoinlib
+SUBDIR+= py-bitcoinrpc
SUBDIR+= py-braintree
SUBDIR+= py-empyrical
SUBDIR+= py-fecon235