From owner-svn-ports-head@freebsd.org Wed Mar 13 16:40:41 2019 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0D7E1153934B; Wed, 13 Mar 2019 16:40:41 +0000 (UTC) (envelope-from kai@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id A52CE88BFB; Wed, 13 Mar 2019 16:40:40 +0000 (UTC) (envelope-from kai@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 3A35AD2FB; Wed, 13 Mar 2019 16:40:40 +0000 (UTC) (envelope-from kai@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x2DGeeVo011868; Wed, 13 Mar 2019 16:40:40 GMT (envelope-from kai@FreeBSD.org) Received: (from kai@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x2DGed5B011865; Wed, 13 Mar 2019 16:40:39 GMT (envelope-from kai@FreeBSD.org) Message-Id: <201903131640.x2DGed5B011865@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kai set sender to kai@FreeBSD.org using -f From: Kai Knoblich Date: Wed, 13 Mar 2019 16:40:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r495614 - in head/finance: . py-python-bitcoinlib X-SVN-Group: ports-head X-SVN-Commit-Author: kai X-SVN-Commit-Paths: in head/finance: . py-python-bitcoinlib X-SVN-Commit-Revision: 495614 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: A52CE88BFB X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.95 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.996,0]; NEURAL_HAM_SHORT(-0.95)[-0.954,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Mar 2019 16:40:41 -0000 Author: kai Date: Wed Mar 13 16:40:39 2019 New Revision: 495614 URL: https://svnweb.freebsd.org/changeset/ports/495614 Log: New port: finance/py-python-bitcoinlib 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/ Approved by: miwi (mentor) Differential Revision: https://reviews.freebsd.org/D19542 Added: head/finance/py-python-bitcoinlib/ head/finance/py-python-bitcoinlib/Makefile (contents, props changed) head/finance/py-python-bitcoinlib/distinfo (contents, props changed) head/finance/py-python-bitcoinlib/pkg-descr (contents, props changed) Modified: head/finance/Makefile Modified: head/finance/Makefile ============================================================================== --- head/finance/Makefile Wed Mar 13 16:35:15 2019 (r495613) +++ head/finance/Makefile Wed Mar 13 16:40:39 2019 (r495614) @@ -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 Added: head/finance/py-python-bitcoinlib/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/finance/py-python-bitcoinlib/Makefile Wed Mar 13 16:40:39 2019 (r495614) @@ -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 Added: head/finance/py-python-bitcoinlib/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/finance/py-python-bitcoinlib/distinfo Wed Mar 13 16:40:39 2019 (r495614) @@ -0,0 +1,3 @@ +TIMESTAMP = 1549630106 +SHA256 (python-bitcoinlib-0.10.1.tar.gz) = 0fe7de6c083e12479eb12d3764ece83e5c73b1c48e806009ee1a1aa02da098cf +SIZE (python-bitcoinlib-0.10.1.tar.gz) = 135322 Added: head/finance/py-python-bitcoinlib/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/finance/py-python-bitcoinlib/pkg-descr Wed Mar 13 16:40:39 2019 (r495614) @@ -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/