From owner-svn-ports-all@freebsd.org Sat Feb 2 11:58:15 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B492414BAD63; Sat, 2 Feb 2019 11:58:15 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 56F3985279; Sat, 2 Feb 2019 11:58:15 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 3C0E7673B; Sat, 2 Feb 2019 11:58:15 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x12BwEMM064782; Sat, 2 Feb 2019 11:58:14 GMT (envelope-from ehaupt@FreeBSD.org) Received: (from ehaupt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x12BwE7U064778; Sat, 2 Feb 2019 11:58:14 GMT (envelope-from ehaupt@FreeBSD.org) Message-Id: <201902021158.x12BwE7U064778@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ehaupt set sender to ehaupt@FreeBSD.org using -f From: Emanuel Haupt Date: Sat, 2 Feb 2019 11:58:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r491950 - in head/finance: . py-pycoin X-SVN-Group: ports-head X-SVN-Commit-Author: ehaupt X-SVN-Commit-Paths: in head/finance: . py-pycoin X-SVN-Commit-Revision: 491950 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 56F3985279 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.998,0]; NEURAL_HAM_SHORT(-0.97)[-0.972,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-0.999,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Feb 2019 11:58:15 -0000 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 +# $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 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