Received: by mail.netbsd.org (Postfix, from userid 605) id 4673C84D9B; Sat, 24 Mar 2018 06:50:51 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 2C3D784D8F for ; Sat, 24 Mar 2018 06:50:50 +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 hT74GvSXFQqd for ; Sat, 24 Mar 2018 06:50:49 +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 5AD0884D39 for ; Sat, 24 Mar 2018 06:50:49 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 4D8AEFB40; Sat, 24 Mar 2018 06:50:49 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_152187424935170" MIME-Version: 1.0 Date: Sat, 24 Mar 2018 06:50:49 +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: <20180324065049.4D8AEFB40@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. --_----------=_152187424935170 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Sat Mar 24 06:50:49 UTC 2018 Modified Files: pkgsrc/devel: Makefile Log Message: Added py-test-fixture-config, py-test-shutil, py-test-virtualenv To generate a diff of this commit: cvs rdiff -u -r1.2650 -r1.2651 pkgsrc/devel/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_152187424935170 Content-Disposition: inline Content-Length: 948 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/Makefile diff -u pkgsrc/devel/Makefile:1.2650 pkgsrc/devel/Makefile:1.2651 --- pkgsrc/devel/Makefile:1.2650 Fri Mar 23 10:20:06 2018 +++ pkgsrc/devel/Makefile Sat Mar 24 06:50:49 2018 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2650 2018/03/23 10:20:06 adam Exp $ +# $NetBSD: Makefile,v 1.2651 2018/03/24 06:50:49 adam Exp $ # COMMENT= Development utilities @@ -2211,6 +2211,7 @@ SUBDIR+= py-test-assume SUBDIR+= py-test-asyncio SUBDIR+= py-test-cache SUBDIR+= py-test-cov +SUBDIR+= py-test-fixture-config SUBDIR+= py-test-flake8 SUBDIR+= py-test-forked SUBDIR+= py-test-isort @@ -2219,9 +2220,11 @@ SUBDIR+= py-test-mock SUBDIR+= py-test-pythonpath SUBDIR+= py-test-relaxed SUBDIR+= py-test-runner +SUBDIR+= py-test-shutil SUBDIR+= py-test-sugar SUBDIR+= py-test-timeout SUBDIR+= py-test-utils +SUBDIR+= py-test-virtualenv SUBDIR+= py-test-xdist SUBDIR+= py-testpath SUBDIR+= py-testresources --_----------=_152187424935170--