diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2015-12-03 18:09:36 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2015-12-03 18:09:36 +0800 |
commit | a8130c2f2976af3e49ba5898adfca1d807f93a46 (patch) | |
tree | e093f69731270e427630513e2939291d6fd8162b /finance | |
parent | 573cc7102e0201e77377e749fd8ffe864e989f2c (diff) | |
download | freebsd-ports-gnome-a8130c2f2976af3e49ba5898adfca1d807f93a46.tar.gz freebsd-ports-gnome-a8130c2f2976af3e49ba5898adfca1d807f93a46.tar.zst freebsd-ports-gnome-a8130c2f2976af3e49ba5898adfca1d807f93a46.zip |
Python library for Bitcoin signatures and transactions
WWW: https://github.com/vbuterin/pybitcointools
PR: 201393
Submitted by: yuri@rawbw.com
Diffstat (limited to 'finance')
-rw-r--r-- | finance/Makefile | 1 | ||||
-rw-r--r-- | finance/py-bitcoin/Makefile | 20 | ||||
-rw-r--r-- | finance/py-bitcoin/distinfo | 2 | ||||
-rw-r--r-- | finance/py-bitcoin/pkg-descr | 3 |
4 files changed, 26 insertions, 0 deletions
diff --git a/finance/Makefile b/finance/Makefile index 65f91f7d7174..a9f74e385ef4 100644 --- a/finance/Makefile +++ b/finance/Makefile @@ -92,6 +92,7 @@ SUBDIR += pear_Payment_DTA SUBDIR += php-tclink SUBDIR += prestashop + SUBDIR += py-bitcoin SUBDIR += py-stripe SUBDIR += py-vatnumber SUBDIR += py-ystockquote diff --git a/finance/py-bitcoin/Makefile b/finance/py-bitcoin/Makefile new file mode 100644 index 000000000000..748bc5c4931f --- /dev/null +++ b/finance/py-bitcoin/Makefile @@ -0,0 +1,20 @@ +# Created by: Yuri Victorovich <yuri@rawbw.com> +# $FreeBSD$ + +PORTNAME= bitcoin +PORTVERSION= 1.1.29 +CATEGORIES= finance python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= yuri@rawbw.com +COMMENT= Python Bitcoin Tools + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +USES= python +USE_PYTHON= autoplist distutils +NO_ARCH= yes + +.include <bsd.port.mk> diff --git a/finance/py-bitcoin/distinfo b/finance/py-bitcoin/distinfo new file mode 100644 index 000000000000..22bfeed61659 --- /dev/null +++ b/finance/py-bitcoin/distinfo @@ -0,0 +1,2 @@ +SHA256 (bitcoin-1.1.29.tar.gz) = 18a38854025acb9b321cc3456aad54447e597cac4cdc52b4cd08dd5436a508a6 +SIZE (bitcoin-1.1.29.tar.gz) = 26672 diff --git a/finance/py-bitcoin/pkg-descr b/finance/py-bitcoin/pkg-descr new file mode 100644 index 000000000000..a2a49605f95c --- /dev/null +++ b/finance/py-bitcoin/pkg-descr @@ -0,0 +1,3 @@ +Python library for Bitcoin signatures and transactions + +WWW: https://github.com/vbuterin/pybitcointools |