pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel



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.

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



Home | Main Index | Thread Index | Old Index