summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2011-02-25 09:47:18 +0000
committerwiz <wiz@pkgsrc.org>2011-02-25 09:47:18 +0000
commitdf148167909a2ea09151d92ca19966fc53f0d999 (patch)
treeb9ce2c6269b72ed740ad13fce0a5e6992338901f /net
parentdb475c9fcdb210502424c9d103785c680346ae13 (diff)
downloadpkgsrc-df148167909a2ea09151d92ca19966fc53f0d999.tar.gz
Let's assume for now that everything that worked with python-2.6 also
works with python-2.7.
Diffstat (limited to 'net')
-rw-r--r--net/nmap/options.mk6
-rw-r--r--net/py-boto/Makefile4
-rw-r--r--net/py-foolscap/Makefile4
-rw-r--r--net/scapy/Makefile4
4 files changed, 9 insertions, 9 deletions
diff --git a/net/nmap/options.mk b/net/nmap/options.mk
index e3bd26503dd..299e116e0a8 100644
--- a/net/nmap/options.mk
+++ b/net/nmap/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.4 2010/03/21 21:58:23 pettai Exp $
+# $NetBSD: options.mk,v 1.5 2011/02/25 09:47:26 wiz Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.nmap
@@ -20,7 +20,7 @@ CONFIGURE_ARGS+= --disable-ipv6
.if !empty(PKG_OPTIONS:Mzenmap)
CONFIGURE_ARGS+= --with-zenmap
PLIST_SRC+= ${PKGDIR}/PLIST.zenmap
-PYTHON_VERSIONS_ACCEPTED= 26 25 24
+PYTHON_VERSIONS_ACCEPTED= 27 26 25 24
PY_PATCHPLIST= yes
.include "../../lang/python/application.mk"
.include "../../lang/python/extension.mk"
@@ -35,7 +35,7 @@ CONFIGURE_ARGS+= --without-zenmap
.if !empty(PKG_OPTIONS:Mndiff)
CONFIGURE_ARGS+= --with-ndiff
PLIST_SRC+= ${PKGDIR}/PLIST.ndiff
-PYTHON_VERSIONS_ACCEPTED= 26 25 24
+PYTHON_VERSIONS_ACCEPTED= 27 26 25 24
.else
CONFIGURE_ARGS+= --without-ndiff
.endif
diff --git a/net/py-boto/Makefile b/net/py-boto/Makefile
index b97fd031464..6e3389372f2 100644
--- a/net/py-boto/Makefile
+++ b/net/py-boto/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2011/01/01 17:51:06 gson Exp $
+# $NetBSD: Makefile,v 1.7 2011/02/25 09:47:27 wiz Exp $
#
DISTNAME= boto-1.9b
@@ -13,7 +13,7 @@ COMMENT= Python interface to Amazon web services
PKG_DESTDIR_SUPPORT= user-destdir
PYDISTUTILSPKG= yes
-PYTHON_VERSIONS_ACCEPTED= 26 25 24
+PYTHON_VERSIONS_ACCEPTED= 27 26 25 24
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/net/py-foolscap/Makefile b/net/py-foolscap/Makefile
index 2d79cb77fa3..b6190648371 100644
--- a/net/py-foolscap/Makefile
+++ b/net/py-foolscap/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2011/01/29 20:55:17 gdt Exp $
+# $NetBSD: Makefile,v 1.4 2011/02/25 09:47:27 wiz Exp $
#
DISTNAME= foolscap-0.6.1
@@ -22,7 +22,7 @@ TEST_TARGET= test
USE_LANGUAGES= # none
# Why?
-PYTHON_VERSIONS_ACCEPTED= 26
+PYTHON_VERSIONS_ACCEPTED= 27 26
INSTALLATION_DIRS+= share/doc/py-foolscap
diff --git a/net/scapy/Makefile b/net/scapy/Makefile
index d94bd45f2a2..1f0b6c7d882 100644
--- a/net/scapy/Makefile
+++ b/net/scapy/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2010/02/10 19:17:43 joerg Exp $
+# $NetBSD: Makefile,v 1.9 2011/02/25 09:47:27 wiz Exp $
#
DISTNAME= scapy-2.0.1
@@ -14,7 +14,7 @@ PKG_DESTDIR_SUPPORT= user-destdir
PYDISTUTILSPKG= yes
NO_BUILD= yes
-PYTHON_VERSIONS_ACCEPTED= 26 25
+PYTHON_VERSIONS_ACCEPTED= 27 26 25
.include "options.mk"