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:
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
|
@ -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
|
||||
|
|
24
finance/py-python-obelisk/Makefile
Normal file
24
finance/py-python-obelisk/Makefile
Normal 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>
|
2
finance/py-python-obelisk/distinfo
Normal file
2
finance/py-python-obelisk/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (python-obelisk-0.1.3.tar.gz) = 892de2a53cdd64c8611c0ca9e7538f55c6a4492202f14a1c2650a55bdad449a9
|
||||
SIZE (python-obelisk-0.1.3.tar.gz) = 38716
|
3
finance/py-python-obelisk/pkg-descr
Normal file
3
finance/py-python-obelisk/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
|||
Python native client for the obelisk blockchain server.
|
||||
|
||||
WWW: https://github.com/darkwallet/python-obelisk
|
Loading…
Reference in a new issue