1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-21 08:42:23 +00:00

finance/py-python-bitcoinlib: Update to 0.11.0

* Add "do-test" target to make future QA easier while I'm here.

Changelog:

* Bech32 implementation
* Segwit implementation (for P2WSH and P2WPKH transactions) and examples
* Use libsecp256k1 for signing
* Implement OP_CHECKSEQUENCEVERIFY
* Dropped Python 2.7 support
This commit is contained in:
Kai Knoblich 2020-06-13 11:57:19 +00:00
parent 30d4831c6d
commit 8af91da1a0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=538661
2 changed files with 8 additions and 5 deletions

View File

@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= python-bitcoinlib
PORTVERSION= 0.10.2
PORTVERSION= 0.11.0
CATEGORIES= finance python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@ -12,9 +12,12 @@ COMMENT= Swiss Army Knife of the Bitcoin protocol
LICENSE= LGPL3+
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= python
USES= python:3.5+
USE_PYTHON= autoplist distutils
NO_ARCH= yes
do-test:
@cd ${WRKSRC} && ${PYTHON_CMD} setup.py test
.include <bsd.port.mk>

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1566385991
SHA256 (python-bitcoinlib-0.10.2.tar.gz) = bdb270ded594b8dead58fd6830ad14f880c25ec1fd2ca1be24e9e85decefce04
SIZE (python-bitcoinlib-0.10.2.tar.gz) = 144193
TIMESTAMP = 1591949233
SHA256 (python-bitcoinlib-0.11.0.tar.gz) = 3daafd63cb755f6e2067b7c9c514053856034c9f9363c80c37007744d54a2e06
SIZE (python-bitcoinlib-0.11.0.tar.gz) = 150107