Received: by mail.netbsd.org (Postfix, from userid 605) id DE0A284DBB; Sun, 26 Nov 2017 17:12:47 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 68B7184DB9 for ; Sun, 26 Nov 2017 17:12:47 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id XwDltxrGfk0C for ; Sun, 26 Nov 2017 17:12:47 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id C795D84C8D for ; Sun, 26 Nov 2017 17:12:46 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id C5FA8FB40; Sun, 26 Nov 2017 17:12:46 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_151171636636280" MIME-Version: 1.0 Date: Sun, 26 Nov 2017 17:12:46 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/devel To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20171126171246.C5FA8FB40@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. --_----------=_151171636636280 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Sun Nov 26 17:12:46 UTC 2017 Modified Files: pkgsrc/devel: Makefile Log Message: Added devel/py-exam, devel/py-test-assume, devel/py-test-sugar, devel/py-test-pythonpath To generate a diff of this commit: cvs rdiff -u -r1.2571 -r1.2572 pkgsrc/devel/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_151171636636280 Content-Disposition: inline Content-Length: 1096 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/Makefile diff -u pkgsrc/devel/Makefile:1.2571 pkgsrc/devel/Makefile:1.2572 --- pkgsrc/devel/Makefile:1.2571 Fri Nov 24 13:51:16 2017 +++ pkgsrc/devel/Makefile Sun Nov 26 17:12:46 2017 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2571 2017/11/24 13:51:16 wiz Exp $ +# $NetBSD: Makefile,v 1.2572 2017/11/26 17:12:46 adam Exp $ # COMMENT= Development utilities @@ -1908,6 +1908,7 @@ SUBDIR+= py-editorconfig-core SUBDIR+= py-entrypoints SUBDIR+= py-enum SUBDIR+= py-enum34 +SUBDIR+= py-exam SUBDIR+= py-execnet SUBDIR+= py-expect SUBDIR+= py-expressions @@ -2122,6 +2123,7 @@ SUBDIR+= py-sysctl SUBDIR+= py-tabular SUBDIR+= py-termcolor SUBDIR+= py-test +SUBDIR+= py-test-assume SUBDIR+= py-test-cache SUBDIR+= py-test-cov SUBDIR+= py-test-flake8 @@ -2129,8 +2131,10 @@ SUBDIR+= py-test-forked SUBDIR+= py-test-isort SUBDIR+= py-test-localserver SUBDIR+= py-test-mock +SUBDIR+= py-test-pythonpath SUBDIR+= py-test-relaxed SUBDIR+= py-test-runner +SUBDIR+= py-test-sugar SUBDIR+= py-test-timeout SUBDIR+= py-test-utils SUBDIR+= py-test-xdist --_----------=_151171636636280--