From owner-svn-ports-head@freebsd.org Thu Dec 3 11:26:38 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E7EDAA3FB60; Thu, 3 Dec 2015 11:26:37 +0000 (UTC) (envelope-from amdmi3@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 mx1.freebsd.org (Postfix) with ESMTPS id A515C1AB4; Thu, 3 Dec 2015 11:26:37 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tB3BQauo070250; Thu, 3 Dec 2015 11:26:36 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tB3BQaqS070246; Thu, 3 Dec 2015 11:26:36 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201512031126.tB3BQaqS070246@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Thu, 3 Dec 2015 11:26:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r402871 - in head/finance: . py-python-obelisk X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 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: Thu, 03 Dec 2015 11:26:38 -0000 Author: amdmi3 Date: Thu Dec 3 11:26:36 2015 New Revision: 402871 URL: https://svnweb.freebsd.org/changeset/ports/402871 Log: Python native client for the obelisk blockchain server. WWW: https://github.com/darkwallet/python-obelisk PR: 201392 Submitted by: yuri@rawbw.com Added: head/finance/py-python-obelisk/ head/finance/py-python-obelisk/Makefile (contents, props changed) head/finance/py-python-obelisk/distinfo (contents, props changed) head/finance/py-python-obelisk/pkg-descr (contents, props changed) Modified: head/finance/Makefile Modified: head/finance/Makefile ============================================================================== --- head/finance/Makefile Thu Dec 3 10:55:16 2015 (r402870) +++ head/finance/Makefile Thu Dec 3 11:26:36 2015 (r402871) @@ -93,6 +93,7 @@ SUBDIR += php-tclink SUBDIR += prestashop SUBDIR += py-bitcoin + SUBDIR += py-python-obelisk SUBDIR += py-stripe SUBDIR += py-vatnumber SUBDIR += py-ystockquote Added: head/finance/py-python-obelisk/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/finance/py-python-obelisk/Makefile Thu Dec 3 11:26:36 2015 (r402871) @@ -0,0 +1,24 @@ +# Created by: Yuri Victorovich +# $FreeBSD$ + +PORTNAME= python-obelisk +PORTVERSION= 0.1.3 +CATEGORIES= finance python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= yuri@rawbw.com +COMMENT= Python native client for the obelisk blockchain server + +LICENSE= AGPLv3 +LICENSE_FILE= ${WRKSRC}/LICENSE.txt + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}twistedCore>0:${PORTSDIR}/devel/py-twistedCore \ + ${PYTHON_PKGNAMEPREFIX}ecdsa>0:${PORTSDIR}/security/py-ecdsa \ + ${PYTHON_PKGNAMEPREFIX}pyzmq>=14.5.0:${PORTSDIR}/net/py-pyzmq + +USES= python +USE_PYTHON= autoplist distutils +NO_ARCH= yes + +.include Added: head/finance/py-python-obelisk/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/finance/py-python-obelisk/distinfo Thu Dec 3 11:26:36 2015 (r402871) @@ -0,0 +1,2 @@ +SHA256 (python-obelisk-0.1.3.tar.gz) = 892de2a53cdd64c8611c0ca9e7538f55c6a4492202f14a1c2650a55bdad449a9 +SIZE (python-obelisk-0.1.3.tar.gz) = 38716 Added: head/finance/py-python-obelisk/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/finance/py-python-obelisk/pkg-descr Thu Dec 3 11:26:36 2015 (r402871) @@ -0,0 +1,3 @@ +Python native client for the obelisk blockchain server. + +WWW: https://github.com/darkwallet/python-obelisk