From 73a050fbf4b1aba6dbcff75747e1766c48b302b6 Mon Sep 17 00:00:00 2001 From: wiz Date: Sat, 9 Jul 2016 13:03:30 +0000 Subject: Remove python33: adapt all packages that refer to it. --- www/py-django14/Makefile | 4 ++-- www/py-django14/options.mk | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'www/py-django14') diff --git a/www/py-django14/Makefile b/www/py-django14/Makefile index 58ba1541c05..1687eeae61a 100644 --- a/www/py-django14/Makefile +++ b/www/py-django14/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2015/12/05 21:26:05 adam Exp $ +# $NetBSD: Makefile,v 1.14 2016/07/09 13:04:14 wiz Exp $ DISTNAME= Django-1.4.22 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl} @@ -20,7 +20,7 @@ REPLACE_PYTHON+= ${WRKSRC}/django/contrib/admin/static/admin/js/*.py REPLACE_PYTHON+= ${WRKSRC}/django/conf/project_template/*.py PYTHON_VERSIONED_DEPENDENCIES= flup -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # use py-django if you want python-3.x support +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # use py-django if you want python-3.x support .include "options.mk" diff --git a/www/py-django14/options.mk b/www/py-django14/options.mk index 313e290ffdd..f3a3bbd538f 100644 --- a/www/py-django14/options.mk +++ b/www/py-django14/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.5 2015/12/05 21:26:05 adam Exp $ +# $NetBSD: options.mk,v 1.6 2016/07/09 13:04:14 wiz Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.django PKG_SUPPORTED_OPTIONS= mysql oracle pgsql sqlite @@ -10,7 +10,7 @@ PLIST_VARS+= ${PKG_SUPPORTED_OPTIONS} .if !empty(PKG_OPTIONS:Mmysql) DEPENDS+= ${PYPKGPREFIX}-mysqldb-[0-9]*:../../databases/py-mysqldb -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # py-mysqldb +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # py-mysqldb PLIST.mysql= yes .endif @@ -26,6 +26,6 @@ PLIST.pgsql= yes .if !empty(PKG_OPTIONS:Msqlite) DEPENDS+= ${PYPKGPREFIX}-sqlite2-[0-9]*:../../databases/py-sqlite2 -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # py-sqlite2 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # py-sqlite2 PLIST.sqlite= yes .endif -- cgit v1.2.3