svn commit: r402869 - in head/finance: . py-bitcoin

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu Dec 3 10:09:38 UTC 2015


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 at 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 at rawbw.com>
+# $FreeBSD$
+
+PORTNAME=	bitcoin
+PORTVERSION=	1.1.29
+CATEGORIES=	finance python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	yuri at 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


More information about the svn-ports-head mailing list