ports/finance/py-python-bitcoinlib/Makefile
Kai Knoblich af66429d68 finance/py-python-bitcoinlib: Update to 0.10.2
Changelog:

* New RPC "generatetoaddress(self, numblocks, addr)"
* Fixed Python 2.7 incompatibility
* Various OpenSSL fixes, including a memory leak

Note:

This will be the last release of finance/python-bitcoinlib with Python 2.7
compatibility.

MFH:		2019Q3
2019-08-24 11:36:50 +00:00

20 lines
365 B
Makefile

# $FreeBSD$
PORTNAME= python-bitcoinlib
PORTVERSION= 0.10.2
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 <bsd.port.mk>