Index: head/finance/Makefile =================================================================== --- head/finance/Makefile +++ head/finance/Makefile @@ -97,6 +97,7 @@ SUBDIR += prestashop SUBDIR += py-bitcoin SUBDIR += py-pycoin + SUBDIR += py-python-bitcoinlib SUBDIR += py-python-obelisk SUBDIR += py-stripe SUBDIR += py-ta-lib Index: head/finance/py-python-bitcoinlib/Makefile =================================================================== --- head/finance/py-python-bitcoinlib/Makefile +++ head/finance/py-python-bitcoinlib/Makefile @@ -0,0 +1,20 @@ +# $FreeBSD$ + +PORTNAME= python-bitcoinlib +PORTVERSION= 0.10.1 +CATEGORIES= finance python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= kai@FreeBSD.org +COMMENT= Swiss Army Knife of the Bitcoin protocol + +LICENSE= LGPL3+ +LICENSE_FILE= ${WRKSRC}/LICENSE + +USES= python +USE_PYTHON= autoplist distutils + +NO_ARCH= yes + +.include Index: head/finance/py-python-bitcoinlib/distinfo =================================================================== --- head/finance/py-python-bitcoinlib/distinfo +++ head/finance/py-python-bitcoinlib/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1549630106 +SHA256 (python-bitcoinlib-0.10.1.tar.gz) = 0fe7de6c083e12479eb12d3764ece83e5c73b1c48e806009ee1a1aa02da098cf +SIZE (python-bitcoinlib-0.10.1.tar.gz) = 135322 Index: head/finance/py-python-bitcoinlib/pkg-descr =================================================================== --- head/finance/py-python-bitcoinlib/pkg-descr +++ head/finance/py-python-bitcoinlib/pkg-descr @@ -0,0 +1,5 @@ +Provides an easy interface to the bitcoin data structures and protocol. The +approach is low-level and "ground up", with a focus on providing tools to +manipulate the internals of how Bitcoin works. + +WWW: https://github.com/petertodd/python-bitcoinlib/