diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2019-02-02 11:58:13 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2019-02-02 11:58:13 +0000 |
commit | b4636e88153782e9f07d70f1eac276f3f2a0c6a3 (patch) | |
tree | 57c46d2e9fd0612deffbbd553a5f8689b42ee2df | |
parent | e6a6088a3524e4f5911023a6a4e2a0b16538b5b0 (diff) | |
download | freebsd-ports-b4636e88153782e9f07d70f1eac276f3f2a0c6a3.zip |
Add py-pycoin 0.80, utilities for Bitcoin and altcoin
addresses/transaction manipulation.
-rw-r--r-- | finance/Makefile | 1 | ||||
-rw-r--r-- | finance/py-pycoin/Makefile | 21 | ||||
-rw-r--r-- | finance/py-pycoin/distinfo | 3 | ||||
-rw-r--r-- | finance/py-pycoin/pkg-descr | 3 |
4 files changed, 28 insertions, 0 deletions
diff --git a/finance/Makefile b/finance/Makefile index 27b2ff803bbc..08d69334e034 100644 --- a/finance/Makefile +++ b/finance/Makefile @@ -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 diff --git a/finance/py-pycoin/Makefile b/finance/py-pycoin/Makefile new file mode 100644 index 000000000000..4bb1e3fefce7 --- /dev/null +++ b/finance/py-pycoin/Makefile @@ -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> diff --git a/finance/py-pycoin/distinfo b/finance/py-pycoin/distinfo new file mode 100644 index 000000000000..79283e559ad5 --- /dev/null +++ b/finance/py-pycoin/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1549104456 +SHA256 (pycoin-0.80.tar.gz) = a79a7771c3f6ca2e35667e80983987f0c799c5db01e58016c22a12e8484b2034 +SIZE (pycoin-0.80.tar.gz) = 113395 diff --git a/finance/py-pycoin/pkg-descr b/finance/py-pycoin/pkg-descr new file mode 100644 index 000000000000..0b475a05f3e2 --- /dev/null +++ b/finance/py-pycoin/pkg-descr @@ -0,0 +1,3 @@ +Utilities for Bitcoin and altcoin addresses and transaction manipulation. + +WWW: https://github.com/richardkiss/pycoin |