summaryrefslogtreecommitdiff
path: root/finance
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2015-12-03 10:09:36 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2015-12-03 10:09:36 +0000
commitd4dfcb4d17546777bab139e214165956fc7b2351 (patch)
treee093f69731270e427630513e2939291d6fd8162b /finance
parentDepend on ${PREFIX}/bin/clang37 to avoid confusion with the clang37 (diff)
Python library for Bitcoin signatures and transactions
WWW: https://github.com/vbuterin/pybitcointools PR: 201393 Submitted by: yuri@rawbw.com
Notes
Notes: svn path=/head/; revision=402869
Diffstat (limited to 'finance')
-rw-r--r--finance/Makefile1
-rw-r--r--finance/py-bitcoin/Makefile20
-rw-r--r--finance/py-bitcoin/distinfo2
-rw-r--r--finance/py-bitcoin/pkg-descr3
4 files changed, 26 insertions, 0 deletions
diff --git a/finance/Makefile b/finance/Makefile
index 65f91f7d7174..a9f74e385ef4 100644
--- a/finance/Makefile
+++ b/finance/Makefile
@@ -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
diff --git a/finance/py-bitcoin/Makefile b/finance/py-bitcoin/Makefile
new file mode 100644
index 000000000000..748bc5c4931f
--- /dev/null
+++ b/finance/py-bitcoin/Makefile
@@ -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>
diff --git a/finance/py-bitcoin/distinfo b/finance/py-bitcoin/distinfo
new file mode 100644
index 000000000000..22bfeed61659
--- /dev/null
+++ b/finance/py-bitcoin/distinfo
@@ -0,0 +1,2 @@
+SHA256 (bitcoin-1.1.29.tar.gz) = 18a38854025acb9b321cc3456aad54447e597cac4cdc52b4cd08dd5436a508a6
+SIZE (bitcoin-1.1.29.tar.gz) = 26672
diff --git a/finance/py-bitcoin/pkg-descr b/finance/py-bitcoin/pkg-descr
new file mode 100644
index 000000000000..a2a49605f95c
--- /dev/null
+++ b/finance/py-bitcoin/pkg-descr
@@ -0,0 +1,3 @@
+Python library for Bitcoin signatures and transactions
+
+WWW: https://github.com/vbuterin/pybitcointools