From b0d9955792bc3093bcdb4a8d01e0e6fcbfbc8fdf 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-webpy/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'www/py-webpy') diff --git a/www/py-webpy/Makefile b/www/py-webpy/Makefile index cd4a0d1acaa..7f14dc77b04 100644 --- a/www/py-webpy/Makefile +++ b/www/py-webpy/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2015/12/05 21:26:07 adam Exp $ +# $NetBSD: Makefile,v 1.16 2016/07/09 13:04:15 wiz Exp $ DISTNAME= web.py-0.37 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -13,7 +13,7 @@ LICENSE= public-domain USE_LANGUAGES= #none REPLACE_PYTHON+= web/__init__.py web/utils.py -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 0.37 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # not yet ported as of 0.37 .include "../../lang/python/application.mk" .include "../../lang/python/distutils.mk" -- cgit v1.2.3