aboutsummaryrefslogtreecommitdiff
path: root/finance/py-bitcoin
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/py-bitcoin
parent2aaf79030a020a1766d9f7fc9f397997b78bb373 (diff)
downloadports-d4dfcb4d17546777bab139e214165956fc7b2351.tar.gz
ports-d4dfcb4d17546777bab139e214165956fc7b2351.zip
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/py-bitcoin')
-rw-r--r--finance/py-bitcoin/Makefile20
-rw-r--r--finance/py-bitcoin/distinfo2
-rw-r--r--finance/py-bitcoin/pkg-descr3
3 files changed, 25 insertions, 0 deletions
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