non port: net/py-python-bitcoinrpc/Makefile |
SVNWeb
|
Number of commits found: 5 |
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Mon, 28 Dec 2020
|
[ 23:02 antoine ] (Only the first 10 of 1942 ports in this commit are shown above. )
Drop python 2.7 support from a few ports
With hat: portmgr
|
Mon, 19 Mar 2018
|
[ 07:26 loader ]
net/py-python-bitcoinrpc: Update to 1.0
- Switch MASTER_SITE to CHEESESHOP
- Add NO_ARCH
- Update LICENSE to LGPL21
- Add LICENSE_FILE
- Allow concurrent installation (USE_PYTHON=concurrent)
Reviewed by: koobs, mat
Approved by: koobs (ports)
Submitted by: Gyver Def (gdef wp pl)
Differential Revision: https://reviews.freebsd.org/D9552
|
Wed, 9 Sep 2015
|
[ 14:14 loader ] (Only the first 10 of 11 ports in this commit are shown above. )
- use my full name in the "Created by:" field, suggested by danfe.
- update my email address to loader@FreeBSD.org.
Approved by: danfe
Differential Revision: https://reviews.freebsd.org/D3612
|
Fri, 7 Aug 2015
|
[ 05:22 loader ]
[NEW] net/py-python-bitcoinrpc: Enhanced version of python-jsonrpc
for use with Bitcoin
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.
WWW: https://github.com/jgarzik/python-bitcoinrpc
Approved by: koobs
Differential Revision: https://reviews.freebsd.org/D3317
|
Number of commits found: 5 |