Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 2 Feb 2019 11:58:14 +0000 (UTC)
From:      Emanuel Haupt <ehaupt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r491950 - in head/finance: . py-pycoin
Message-ID:  <201902021158.x12BwE7U064778@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ehaupt
Date: Sat Feb  2 11:58:13 2019
New Revision: 491950
URL: https://svnweb.freebsd.org/changeset/ports/491950

Log:
  Add py-pycoin 0.80, utilities for Bitcoin and altcoin
  addresses/transaction manipulation.

Added:
  head/finance/py-pycoin/
  head/finance/py-pycoin/Makefile   (contents, props changed)
  head/finance/py-pycoin/distinfo   (contents, props changed)
  head/finance/py-pycoin/pkg-descr   (contents, props changed)
Modified:
  head/finance/Makefile

Modified: head/finance/Makefile
==============================================================================
--- head/finance/Makefile	Sat Feb  2 11:49:43 2019	(r491949)
+++ head/finance/Makefile	Sat Feb  2 11:58:13 2019	(r491950)
@@ -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

Added: head/finance/py-pycoin/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/finance/py-pycoin/Makefile	Sat Feb  2 11:58:13 2019	(r491950)
@@ -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>

Added: head/finance/py-pycoin/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/finance/py-pycoin/distinfo	Sat Feb  2 11:58:13 2019	(r491950)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1549104456
+SHA256 (pycoin-0.80.tar.gz) = a79a7771c3f6ca2e35667e80983987f0c799c5db01e58016c22a12e8484b2034
+SIZE (pycoin-0.80.tar.gz) = 113395

Added: head/finance/py-pycoin/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/finance/py-pycoin/pkg-descr	Sat Feb  2 11:58:13 2019	(r491950)
@@ -0,0 +1,3 @@
+Utilities for Bitcoin and altcoin addresses and transaction manipulation.
+
+WWW: https://github.com/richardkiss/pycoin



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201902021158.x12BwE7U064778>