summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorrodent <rodent>2015-04-13 23:12:40 +0000
committerrodent <rodent>2015-04-13 23:12:40 +0000
commit91678d9a38e0b58f854ee16c9416ca59bf3e5620 (patch)
tree0a02a5deb14850f2bb33cc45a035c29ba28ecaf5 /net
parentadc9061db4f337dd324e061489b86e826096eb20 (diff)
downloadpkgsrc-91678d9a38e0b58f854ee16c9416ca59bf3e5620.tar.gz
Removing python26. EOL'd quite some ago and discussed a couple times on
tech-pkg@ and pkgsrc-users@.
Diffstat (limited to 'net')
-rw-r--r--net/py-dns3/Makefile4
-rw-r--r--net/py-eventlib/Makefile3
-rw-r--r--net/py-hatop/Makefile4
-rw-r--r--net/py-junos-eznc/Makefile4
-rw-r--r--net/py-ncclient/Makefile4
5 files changed, 9 insertions, 10 deletions
diff --git a/net/py-dns3/Makefile b/net/py-dns3/Makefile
index 1f471d91d68..074c394313b 100644
--- a/net/py-dns3/Makefile
+++ b/net/py-dns3/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2014/01/25 10:30:16 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2015/04/13 23:12:42 rodent Exp $
DISTNAME= dnspython3-1.11.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/python3-/-/}
@@ -11,7 +11,7 @@ COMMENT= Python DNS toolkit (python-3.x version)
LICENSE= modified-bsd
USE_LANGUAGES= # none
-PYTHON_VERSIONS_INCOMPATIBLE= 26 27
+PYTHON_VERSIONS_INCOMPATIBLE= 27
.include "../../lang/python/distutils.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/net/py-eventlib/Makefile b/net/py-eventlib/Makefile
index d69c4ec661c..f203aee45c4 100644
--- a/net/py-eventlib/Makefile
+++ b/net/py-eventlib/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2015/04/09 11:56:15 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2015/04/13 23:12:43 rodent Exp $
DISTNAME= eventlib-0.1.5
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -20,7 +20,6 @@ USE_LANGUAGES= # none
PY_PATCHPLIST= yes
PLIST_SUBST+= PYVERSSUFFIX=${PYVERSSUFFIX}
-PYTHON_VERSIONS_INCOMPATIBLE+= 26 # py-logan, py-django
PYTHON_VERSIONS_INCOMPATIBLE+= 33 34 # not yet ported as of 0.1.5
post-install:
diff --git a/net/py-hatop/Makefile b/net/py-hatop/Makefile
index fb95d2ccb7c..627cbba816a 100644
--- a/net/py-hatop/Makefile
+++ b/net/py-hatop/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2014/01/17 03:40:35 rodent Exp $
+# $NetBSD: Makefile,v 1.2 2015/04/13 23:12:43 rodent Exp $
DISTNAME= hatop-0.7.7
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -13,7 +13,7 @@ LICENSE= gnu-gpl-v3
USE_LANGUAGES= # none
NO_BUILD= yes
-PYTHON_VERSIONS_ACCEPTED= 27 26
+PYTHON_VERSIONS_ACCEPTED= 27
REPLACE_PYTHON= bin/hatop
INSTALLATION_DIRS+= bin ${PKGMANDIR}/man1
PY_PATCHPLIST= yes
diff --git a/net/py-junos-eznc/Makefile b/net/py-junos-eznc/Makefile
index 41b9b9e466e..81056aa7153 100644
--- a/net/py-junos-eznc/Makefile
+++ b/net/py-junos-eznc/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2014/12/31 13:57:29 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2015/04/13 23:12:43 rodent Exp $
DISTNAME= junos-eznc-1.0.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -10,7 +10,7 @@ HOMEPAGE= http://pypi.python.org/pypi/junos-eznc/
COMMENT= Python library to manage JunOS devices
LICENSE= apache-2.0
-PYTHON_VERSIONS_ACCEPTED= 27 26
+PYTHON_VERSIONS_ACCEPTED= 27
DEPENDS+= ${PYPKGPREFIX}-setuptools>0.6:../../devel/py-setuptools
DEPENDS+= ${PYPKGPREFIX}-paramiko-[0-9]*:../../security/py-paramiko
diff --git a/net/py-ncclient/Makefile b/net/py-ncclient/Makefile
index 7b57268876d..5b72b5aceb4 100644
--- a/net/py-ncclient/Makefile
+++ b/net/py-ncclient/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2014/09/02 11:24:37 he Exp $
+# $NetBSD: Makefile,v 1.2 2015/04/13 23:12:43 rodent Exp $
DISTNAME= ncclient-0.4.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -10,7 +10,7 @@ HOMEPAGE= http://pypi.python.org/pypi/ncclient
COMMENT= NETCONF Python client
LICENSE= apache-2.0
-PYTHON_VERSIONS_ACCEPTED= 27 26
+PYTHON_VERSIONS_ACCEPTED= 27
DEPENDS+= ${PYPKGPREFIX}-paramiko>=1.7.7.1:../../security/py-paramiko
DEPENDS+= ${PYPKGPREFIX}-setuptools>0.6:../../devel/py-setuptools