diff options
author | Kai Knoblich <kai@FreeBSD.org> | 2020-06-13 11:57:19 +0000 |
---|---|---|
committer | Kai Knoblich <kai@FreeBSD.org> | 2020-06-13 11:57:19 +0000 |
commit | 8af91da1a02524c2a96c12ec04aa08cf394dc01f (patch) | |
tree | b6a11fcd3cda1414ad4dc2d8998e6923b95edce0 /finance/py-python-bitcoinlib | |
parent | - Update to 0.9.900.1.0 (diff) |
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
Notes
Notes:
svn path=/head/; revision=538661
Diffstat (limited to 'finance/py-python-bitcoinlib')
-rw-r--r-- | finance/py-python-bitcoinlib/Makefile | 7 | ||||
-rw-r--r-- | finance/py-python-bitcoinlib/distinfo | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/finance/py-python-bitcoinlib/Makefile b/finance/py-python-bitcoinlib/Makefile index 298aa8384192..1e804c225cd3 100644 --- a/finance/py-python-bitcoinlib/Makefile +++ b/finance/py-python-bitcoinlib/Makefile @@ -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> diff --git a/finance/py-python-bitcoinlib/distinfo b/finance/py-python-bitcoinlib/distinfo index 93e3797f54de..c561aee93bb5 100644 --- a/finance/py-python-bitcoinlib/distinfo +++ b/finance/py-python-bitcoinlib/distinfo @@ -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 |