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:   fhajny
Date:           Tue Feb 28 20:59:27 UTC 2017

Modified Files:
        pkgsrc/devel: Makefile

Log Message:
Enable py-lint and dependencies


To generate a diff of this commit:
cvs rdiff -u -r1.2376 -r1.2377 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.2376 pkgsrc/devel/Makefile:1.2377
--- pkgsrc/devel/Makefile:1.2376        Tue Feb 28 17:12:15 2017
+++ pkgsrc/devel/Makefile       Tue Feb 28 20:59:27 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2376 2017/02/28 17:12:15 fhajny Exp $
+# $NetBSD: Makefile,v 1.2377 2017/02/28 20:59:27 fhajny Exp $
 #
 
 COMMENT=       Development utilities
@@ -1754,6 +1754,7 @@ SUBDIR+=  py-atomicwrites
 SUBDIR+=       py-attrs
 SUBDIR+=       py-automat
 SUBDIR+=       py-babel
+SUBDIR+=       py-backports.functools_lru_cache
 SUBDIR+=       py-backports_abc
 SUBDIR+=       py-binaryornot
 SUBDIR+=       py-blinker
@@ -1773,6 +1774,7 @@ SUBDIR+=  py-codestyle
 SUBDIR+=       py-compizconfig
 SUBDIR+=       py-configargparse
 SUBDIR+=       py-configobj
+SUBDIR+=       py-configparser
 SUBDIR+=       py-constantly
 SUBDIR+=       py-constants
 SUBDIR+=       py-construct
@@ -1840,6 +1842,7 @@ SUBDIR+=  py-ipython013
 SUBDIR+=       py-ipython1
 SUBDIR+=       py-iso3166
 SUBDIR+=       py-iso-639
+SUBDIR+=       py-isort
 SUBDIR+=       py-jaraco_util
 SUBDIR+=       py-jersey
 SUBDIR+=       py-kjbuckets
@@ -1849,6 +1852,7 @@ SUBDIR+=  py-libevent-rpcgen
 SUBDIR+=       py-libmc
 SUBDIR+=       py-limits
 SUBDIR+=       py-linecache2
+SUBDIR+=       py-lint
 SUBDIR+=       py-lockfile
 SUBDIR+=       py-logan
 SUBDIR+=       py-logilab-astng



Home | Main Index | Thread Index | Old Index