Add py-pycoin 0.80, utilities for Bitcoin and altcoin
addresses/transaction manipulation.
This commit is contained in:
parent
e6a6088a35
commit
b4636e8815
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=491950
4 changed files with 28 additions and 0 deletions
|
@ -96,6 +96,7 @@
|
|||
SUBDIR += pear_Payment_DTA
|
||||
SUBDIR += prestashop
|
||||
SUBDIR += py-bitcoin
|
||||
SUBDIR += py-pycoin
|
||||
SUBDIR += py-python-obelisk
|
||||
SUBDIR += py-stripe
|
||||
SUBDIR += py-ta-lib
|
||||
|
|
21
finance/py-pycoin/Makefile
Normal file
21
finance/py-pycoin/Makefile
Normal file
|
@ -0,0 +1,21 @@
|
|||
# Created by: Emanuel Haupt <ehaupt@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= pycoin
|
||||
PORTVERSION= 0.80
|
||||
CATEGORIES= finance
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= ehaupt@FreeBSD.org
|
||||
COMMENT= Utilities for Bitcoin and altcoin addresses/transaction manipulation
|
||||
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
USES= python
|
||||
USE_PYTHON= autoplist concurrent distutils
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
3
finance/py-pycoin/distinfo
Normal file
3
finance/py-pycoin/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
TIMESTAMP = 1549104456
|
||||
SHA256 (pycoin-0.80.tar.gz) = a79a7771c3f6ca2e35667e80983987f0c799c5db01e58016c22a12e8484b2034
|
||||
SIZE (pycoin-0.80.tar.gz) = 113395
|
3
finance/py-pycoin/pkg-descr
Normal file
3
finance/py-pycoin/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
|||
Utilities for Bitcoin and altcoin addresses and transaction manipulation.
|
||||
|
||||
WWW: https://github.com/richardkiss/pycoin
|
Loading…
Reference in a new issue