Date: Thu, 3 Dec 2015 11:26:36 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> 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 Message-ID: <201512031126.tB3BQaqS070246@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <yuri@rawbw.com> +# $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 <bsd.port.mk> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201512031126.tB3BQaqS070246>