Received: by mail.netbsd.org (Postfix, from userid 605) id 4455A84D86; Sat, 12 May 2018 22:06:57 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 7A27784E61 for ; Sat, 12 May 2018 22:06:56 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id GxJeEctUbndu for ; Sat, 12 May 2018 22:06:56 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 02B7084D3B for ; Sat, 12 May 2018 22:06:56 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id F0433FBEC; Sat, 12 May 2018 22:06:55 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_152616281550500" MIME-Version: 1.0 Date: Sat, 12 May 2018 22:06:55 +0000 From: "Min Sik Kim" Subject: CVS commit: pkgsrc/finance To: pkgsrc-changes@NetBSD.org Reply-To: minskim@netbsd.org X-Mailer: log_accum Message-Id: <20180512220655.F0433FBEC@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_152616281550500 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: minskim Date: Sat May 12 22:06:55 UTC 2018 Modified Files: pkgsrc/finance: Makefile Log Message: finance/Makefile: Add py-backtrader To generate a diff of this commit: cvs rdiff -u -r1.62 -r1.63 pkgsrc/finance/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_152616281550500 Content-Disposition: inline Content-Length: 644 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/finance/Makefile diff -u pkgsrc/finance/Makefile:1.62 pkgsrc/finance/Makefile:1.63 --- pkgsrc/finance/Makefile:1.62 Mon Apr 9 08:41:32 2018 +++ pkgsrc/finance/Makefile Sat May 12 22:06:55 2018 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.62 2018/04/09 08:41:32 wiz Exp $ +# $NetBSD: Makefile,v 1.63 2018/05/12 22:06:55 minskim Exp $ # COMMENT= Monetary, financial and related applications @@ -27,6 +27,7 @@ SUBDIR+= p5-Finance-Quote SUBDIR+= p5-Locale-Currency-Format SUBDIR+= py-alpha_vantage SUBDIR+= py-alphalens +SUBDIR+= py-backtrader SUBDIR+= py-braintree SUBDIR+= py-empyrical SUBDIR+= py-fecon235 --_----------=_152616281550500--