pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/net
Module Name: pkgsrc
Committed By: wiz
Date: Sun May 1 12:51:31 UTC 2022
Modified Files:
pkgsrc/net/py-junos-eznc: Makefile
pkgsrc/net/py-ncclient: Makefile
Log Message:
*: mark two more as not-for-python-2.x (due to py-selectors2)
To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/net/py-junos-eznc/Makefile
cvs rdiff -u -r1.16 -r1.17 pkgsrc/net/py-ncclient/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.16 pkgsrc/net/py-junos-eznc/Makefile:1.17
--- pkgsrc/net/py-junos-eznc/Makefile:1.16 Tue Apr 19 12:04:07 2022
+++ pkgsrc/net/py-junos-eznc/Makefile Sun May 1 12:51:31 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2022/04/19 12:04:07 tnn Exp $
+# $NetBSD: Makefile,v 1.17 2022/05/01 12:51:31 wiz Exp $
DISTNAME= junos-eznc-2.1.7
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -19,11 +19,13 @@ DEPENDS+= ${PYPKGPREFIX}-scp>=0.7.0:../.
DEPENDS+= ${PYPKGPREFIX}-jxmlease-[0-9]*:../../textproc/py-jxmlease
DEPENDS+= ${PYPKGPREFIX}-netaddr-[0-9]*:../../net/py-netaddr
DEPENDS+= ${PYPKGPREFIX}-serial-[0-9]*:../../comms/py-serial
+DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
+DEPENDS+= ${PYPKGPREFIX}-jinja2-[0-9]*:../../textproc/py-jinja2
DEPENDS+= ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six
USE_LANGUAGES= # none
-PYTHON_VERSIONED_DEPENDENCIES+= jinja2 setuptools
+
+PYTHON_VERSIONS_INCOMPATIBLE= 27
.include "../../lang/python/egg.mk"
-.include "../../lang/python/versioned_dependencies.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/net/py-ncclient/Makefile
diff -u pkgsrc/net/py-ncclient/Makefile:1.16 pkgsrc/net/py-ncclient/Makefile:1.17
--- pkgsrc/net/py-ncclient/Makefile:1.16 Tue Jan 4 20:54:29 2022
+++ pkgsrc/net/py-ncclient/Makefile Sun May 1 12:51:31 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2022/01/04 20:54:29 wiz Exp $
+# $NetBSD: Makefile,v 1.17 2022/05/01 12:51:31 wiz Exp $
DISTNAME= ncclient-0.6.10
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -13,17 +13,12 @@ LICENSE= apache-2.0
DEPENDS+= ${PYPKGPREFIX}-lxml>=3.3.0:../../textproc/py-lxml
DEPENDS+= ${PYPKGPREFIX}-paramiko>=1.15.0:../../security/py-paramiko
+DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
DEPENDS+= ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six
-.include "../../lang/python/pyversion.mk"
-.if ${_PYTHON_VERSION} == 27
-DEPENDS+= ${PYPKGPREFIX}-selectors2>=2.0.1:../../devel/py-selectors2
-.endif
+PYTHON_VERSIONS_INCOMPATIBLE= 27
USE_LANGUAGES= # none
-PYTHON_VERSIONED_DEPENDENCIES+= setuptools
-
.include "../../lang/python/egg.mk"
-.include "../../lang/python/versioned_dependencies.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index