summaryrefslogtreecommitdiff
path: root/www/loggerhead
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2011-03-26 07:09:45 +0000
committerobache <obache@pkgsrc.org>2011-03-26 07:09:45 +0000
commita24d6119ad6b46965ff4b4040c97e4cb59704993 (patch)
tree3eb754b2376db1145be9ad1f8d44d7535a906812 /www/loggerhead
parent555d4451ab44f86787ca9f18df6886a3945ea13f (diff)
downloadpkgsrc-a24d6119ad6b46965ff4b4040c97e4cb59704993.tar.gz
Accept python 26 and 27 in addition to 25.
At the package addition time, 25 was the only python>=25 package.
Diffstat (limited to 'www/loggerhead')
-rw-r--r--www/loggerhead/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/loggerhead/Makefile b/www/loggerhead/Makefile
index 99b63ae4a0d..f8826b859a0 100644
--- a/www/loggerhead/Makefile
+++ b/www/loggerhead/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2011/02/28 14:53:06 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2011/03/26 07:09:45 obache Exp $
DISTNAME= loggerhead-${VER}
PKGREVISION= 1
@@ -26,7 +26,7 @@ PYDISTUTILSPKG= yes
# Requires wsgi, which is available for older versions of Python, but not in
# pkgsrc yet. Also requires 'sqlite3', which seems not to be available
# separately (py-sqlite2 is for sqlite3 but is 'pysqlite2').
-PYTHON_VERSIONS_ACCEPTED=25
+PYTHON_VERSIONS_ACCEPTED= 25 26 27
.include "../../lang/python/application.mk"
.include "../../lang/python/extension.mk"