Date: Thu, 3 Dec 2015 10:09: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: r402869 - in head/finance: . py-bitcoin Message-ID: <201512031009.tB3A9aMl046989@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Thu Dec 3 10:09:36 2015 New Revision: 402869 URL: https://svnweb.freebsd.org/changeset/ports/402869 Log: Python library for Bitcoin signatures and transactions WWW: https://github.com/vbuterin/pybitcointools PR: 201393 Submitted by: yuri@rawbw.com Added: head/finance/py-bitcoin/ head/finance/py-bitcoin/Makefile (contents, props changed) head/finance/py-bitcoin/distinfo (contents, props changed) head/finance/py-bitcoin/pkg-descr (contents, props changed) Modified: head/finance/Makefile Modified: head/finance/Makefile ============================================================================== --- head/finance/Makefile Thu Dec 3 09:14:13 2015 (r402868) +++ head/finance/Makefile Thu Dec 3 10:09:36 2015 (r402869) @@ -92,6 +92,7 @@ SUBDIR += pear_Payment_DTA SUBDIR += php-tclink SUBDIR += prestashop + SUBDIR += py-bitcoin SUBDIR += py-stripe SUBDIR += py-vatnumber SUBDIR += py-ystockquote Added: head/finance/py-bitcoin/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/finance/py-bitcoin/Makefile Thu Dec 3 10:09:36 2015 (r402869) @@ -0,0 +1,20 @@ +# Created by: Yuri Victorovich <yuri@rawbw.com> +# $FreeBSD$ + +PORTNAME= bitcoin +PORTVERSION= 1.1.29 +CATEGORIES= finance python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= yuri@rawbw.com +COMMENT= Python Bitcoin Tools + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +USES= python +USE_PYTHON= autoplist distutils +NO_ARCH= yes + +.include <bsd.port.mk> Added: head/finance/py-bitcoin/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/finance/py-bitcoin/distinfo Thu Dec 3 10:09:36 2015 (r402869) @@ -0,0 +1,2 @@ +SHA256 (bitcoin-1.1.29.tar.gz) = 18a38854025acb9b321cc3456aad54447e597cac4cdc52b4cd08dd5436a508a6 +SIZE (bitcoin-1.1.29.tar.gz) = 26672 Added: head/finance/py-bitcoin/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/finance/py-bitcoin/pkg-descr Thu Dec 3 10:09:36 2015 (r402869) @@ -0,0 +1,3 @@ +Python library for Bitcoin signatures and transactions + +WWW: https://github.com/vbuterin/pybitcointools
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201512031009.tB3A9aMl046989>