Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 13 Jun 2020 11:57:20 +0000 (UTC)
From:      Kai Knoblich <kai@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r538661 - head/finance/py-python-bitcoinlib
Message-ID:  <202006131157.05DBvKQA015593@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kai
Date: Sat Jun 13 11:57:19 2020
New Revision: 538661
URL: https://svnweb.freebsd.org/changeset/ports/538661

Log:
  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

Modified:
  head/finance/py-python-bitcoinlib/Makefile
  head/finance/py-python-bitcoinlib/distinfo

Modified: head/finance/py-python-bitcoinlib/Makefile
==============================================================================
--- head/finance/py-python-bitcoinlib/Makefile	Sat Jun 13 11:24:02 2020	(r538660)
+++ head/finance/py-python-bitcoinlib/Makefile	Sat Jun 13 11:57:19 2020	(r538661)
@@ -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>

Modified: head/finance/py-python-bitcoinlib/distinfo
==============================================================================
--- head/finance/py-python-bitcoinlib/distinfo	Sat Jun 13 11:24:02 2020	(r538660)
+++ head/finance/py-python-bitcoinlib/distinfo	Sat Jun 13 11:57:19 2020	(r538661)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202006131157.05DBvKQA015593>