svn commit: r491950 - in head/finance: . py-pycoin

Emanuel Haupt ehaupt at FreeBSD.org
Sat Feb 2 11:58:15 UTC 2019


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 at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	pycoin
+PORTVERSION=	0.80
+CATEGORIES=	finance
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	ehaupt at 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


More information about the svn-ports-all mailing list