summaryrefslogtreecommitdiff
path: root/finance/py-python-obelisk
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2015-12-03 11:26:36 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2015-12-03 11:26:36 +0000
commit8bc8bafa2c32e55e3be39e1fe1e8275a2233281c (patch)
tree733face0b22e065867917eb3357993a4b3ae2cc9 /finance/py-python-obelisk
parent- Update to 3.3.3 (diff)
Python native client for the obelisk blockchain server.
WWW: https://github.com/darkwallet/python-obelisk PR: 201392 Submitted by: yuri@rawbw.com
Notes
Notes: svn path=/head/; revision=402871
Diffstat (limited to 'finance/py-python-obelisk')
-rw-r--r--finance/py-python-obelisk/Makefile24
-rw-r--r--finance/py-python-obelisk/distinfo2
-rw-r--r--finance/py-python-obelisk/pkg-descr3
3 files changed, 29 insertions, 0 deletions
diff --git a/finance/py-python-obelisk/Makefile b/finance/py-python-obelisk/Makefile
new file mode 100644
index 000000000000..a5b951a4d019
--- /dev/null
+++ b/finance/py-python-obelisk/Makefile
@@ -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>
diff --git a/finance/py-python-obelisk/distinfo b/finance/py-python-obelisk/distinfo
new file mode 100644
index 000000000000..e4c6deb5a0ff
--- /dev/null
+++ b/finance/py-python-obelisk/distinfo
@@ -0,0 +1,2 @@
+SHA256 (python-obelisk-0.1.3.tar.gz) = 892de2a53cdd64c8611c0ca9e7538f55c6a4492202f14a1c2650a55bdad449a9
+SIZE (python-obelisk-0.1.3.tar.gz) = 38716
diff --git a/finance/py-python-obelisk/pkg-descr b/finance/py-python-obelisk/pkg-descr
new file mode 100644
index 000000000000..36e3242a404a
--- /dev/null
+++ b/finance/py-python-obelisk/pkg-descr
@@ -0,0 +1,3 @@
+Python native client for the obelisk blockchain server.
+
+WWW: https://github.com/darkwallet/python-obelisk