From e2107c85f6bad7fd4db8a0d32dc52e482dcf01ed Mon Sep 17 00:00:00 2001 From: joerg Date: Mon, 9 Feb 2009 21:09:20 +0000 Subject: Remove Python 2.1 support. --- net/py-mimelib/Makefile | 11 +---------- net/py-spreadmodule/Makefile | 4 +--- 2 files changed, 2 insertions(+), 13 deletions(-) (limited to 'net') diff --git a/net/py-mimelib/Makefile b/net/py-mimelib/Makefile index 7f132ae426a..9ad902c3340 100644 --- a/net/py-mimelib/Makefile +++ b/net/py-mimelib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2008/06/12 02:14:42 joerg Exp $ +# $NetBSD: Makefile,v 1.19 2009/02/09 21:09:22 joerg Exp $ # DISTNAME= email-2.5 @@ -14,16 +14,7 @@ COMMENT= Email package for Python PKG_DESTDIR_SUPPORT= user-destdir PYDISTUTILSPKG= yes -# This pkg (or an older version of it) comes with 2.2 and later; -# 2.1 is the primary target (particulary for Zope). -PYTHON_VERSIONS_ACCEPTED= 25 24 23 21 .include "../../lang/python/extension.mk" -# _compat22.py is not byte-compiled if built with 2.1(-) -PLIST_VARS+= compat22 -.if ${_PYTHON_VERSION} != "21" -PLIST.compat22= yes -.endif - .include "../../mk/bsd.pkg.mk" diff --git a/net/py-spreadmodule/Makefile b/net/py-spreadmodule/Makefile index 8b8e418a62b..bf75b8bc9cd 100644 --- a/net/py-spreadmodule/Makefile +++ b/net/py-spreadmodule/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2008/06/12 02:14:42 joerg Exp $ +# $NetBSD: Makefile,v 1.10 2009/02/09 21:09:22 joerg Exp $ # DISTNAME= SpreadModule-1.4 @@ -16,8 +16,6 @@ PKG_DESTDIR_SUPPORT= user-destdir PYDISTUTILSPKG= YES -PYTHON_VERSIONS_ACCEPTED= 25 24 23 21 - SUBST_CLASSES+= setup SUBST_STAGE.setup= post-patch SUBST_FILES.setup= setup.py -- cgit v1.2.3