1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

Python native client for the obelisk blockchain server.

WWW: https://github.com/darkwallet/python-obelisk

PR:		201392
Submitted by:	yuri@rawbw.com
This commit is contained in:
Dmitry Marakasov 2015-12-03 11:26:36 +00:00
parent e2b73d85de
commit 8bc8bafa2c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=402871
4 changed files with 30 additions and 0 deletions

View File

@ -93,6 +93,7 @@
SUBDIR += php-tclink
SUBDIR += prestashop
SUBDIR += py-bitcoin
SUBDIR += py-python-obelisk
SUBDIR += py-stripe
SUBDIR += py-vatnumber
SUBDIR += py-ystockquote

View File

@ -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>

View File

@ -0,0 +1,2 @@
SHA256 (python-obelisk-0.1.3.tar.gz) = 892de2a53cdd64c8611c0ca9e7538f55c6a4492202f14a1c2650a55bdad449a9
SIZE (python-obelisk-0.1.3.tar.gz) = 38716

View File

@ -0,0 +1,3 @@
Python native client for the obelisk blockchain server.
WWW: https://github.com/darkwallet/python-obelisk