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:   taca
Date:           Sun Oct 28 15:18:44 UTC 2018

Modified Files:
        pkgsrc/devel: Makefile

Log Message:
devel/Makefile: add and enable py-zope.{deferredimport,deprecation,hookable}


To generate a diff of this commit:
cvs rdiff -u -r1.2741 -r1.2742 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.2741 pkgsrc/devel/Makefile:1.2742
--- pkgsrc/devel/Makefile:1.2741        Tue Oct 23 09:39:59 2018
+++ pkgsrc/devel/Makefile       Sun Oct 28 15:18:44 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2741 2018/10/23 09:39:59 adam Exp $
+# $NetBSD: Makefile,v 1.2742 2018/10/28 15:18:44 taca Exp $
 #
 
 COMMENT=       Development utilities
@@ -2341,7 +2341,10 @@ SUBDIR+= py-xopen
 SUBDIR+=       py-zanata-python-client
 SUBDIR+=       py-zc.lockfile
 SUBDIR+=       py-zconfig
+SUBDIR+=       py-zope.deferredimport
+SUBDIR+=       py-zope.deprecation
 SUBDIR+=       py-zope.exceptions
+SUBDIR+=       py-zope.hookable
 SUBDIR+=       py-zope.testing
 SUBDIR+=       python-mode
 SUBDIR+=       pythontidy



Home | Main Index | Thread Index | Old Index