pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/py-junos-eznc



Module Name:    pkgsrc
Committed By:   wiz
Date:           Thu Sep 15 15:05:52 UTC 2016

Modified Files:
        pkgsrc/net/py-junos-eznc: Makefile

Log Message:
py-ncclient is python-3.x ready now.


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/net/py-junos-eznc/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/net/py-junos-eznc/Makefile
diff -u pkgsrc/net/py-junos-eznc/Makefile:1.8 pkgsrc/net/py-junos-eznc/Makefile:1.9
--- pkgsrc/net/py-junos-eznc/Makefile:1.8       Tue Sep 13 23:09:23 2016
+++ pkgsrc/net/py-junos-eznc/Makefile   Thu Sep 15 15:05:52 2016
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2016/09/13 23:09:23 wiz Exp $
+# $NetBSD: Makefile,v 1.9 2016/09/15 15:05:52 wiz Exp $
 
 DISTNAME=      junos-eznc-2.0.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -19,8 +19,6 @@ DEPENDS+=     ${PYPKGPREFIX}-lxml>=3.2.4:../
 DEPENDS+=      ${PYPKGPREFIX}-netaddr-[0-9]*:../../net/py-netaddr
 DEPENDS+=      ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six
 
-PYTHON_VERSIONS_INCOMPATIBLE=  34 35 # py-ncclient
-
 .include "../../lang/python/application.mk"
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index