summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorwiz <wiz>2011-02-25 09:47:18 +0000
committerwiz <wiz>2011-02-25 09:47:18 +0000
commit86ce9235ada6d1684740c25ac47e095594da7557 (patch)
treeb9ce2c6269b72ed740ad13fce0a5e6992338901f /security
parentbdd173f01d4fab8e2a1411c96a70aaadb99767a8 (diff)
downloadpkgsrc-86ce9235ada6d1684740c25ac47e095594da7557.tar.gz
Let's assume for now that everything that worked with python-2.6 also
works with python-2.7.
Diffstat (limited to 'security')
-rw-r--r--security/py-openid/Makefile4
-rw-r--r--security/py-smbpasswd/Makefile4
2 files changed, 4 insertions, 4 deletions
diff --git a/security/py-openid/Makefile b/security/py-openid/Makefile
index 797df3ff2d8..25f3460ace7 100644
--- a/security/py-openid/Makefile
+++ b/security/py-openid/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2010/06/28 15:26:44 roy Exp $
+# $NetBSD: Makefile,v 1.4 2011/02/25 09:47:28 wiz Exp $
DISTVERS= 2.2.5
GITREF= b666238
@@ -16,7 +16,7 @@ LICENSE= apache-2.0
PKG_DESTDIR_SUPPORT= user-destdir
PYDISTUTILSPKG= yes
-PYTHON_VERSIONS_ACCEPTED= 26 25
+PYTHON_VERSIONS_ACCEPTED= 27 26 25
.include "../../lang/python/extension.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/security/py-smbpasswd/Makefile b/security/py-smbpasswd/Makefile
index b5b94640b35..ed3a2ce0e9b 100644
--- a/security/py-smbpasswd/Makefile
+++ b/security/py-smbpasswd/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2010/06/01 21:30:25 bouyer Exp $
+# $NetBSD: Makefile,v 1.7 2011/02/25 09:47:28 wiz Exp $
#
DISTNAME= py-smbpasswd-1.0.1
@@ -13,7 +13,7 @@ COMMENT= Python SMB Password Hash Generator
PKG_DESTDIR_SUPPORT= user-destdir
PYDISTUTILSPKG= yes
-PYTHON_VERSIONS_ACCEPTED= 26 25 24
+PYTHON_VERSIONS_ACCEPTED= 27 26 25 24
.include "../../lang/python/extension.mk"
.include "../../mk/bsd.pkg.mk"