diff options
author | joerg <joerg@pkgsrc.org> | 2009-09-07 19:02:13 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2009-09-07 19:02:13 +0000 |
commit | 9a2074208a4150656758529617b71904311ce3fc (patch) | |
tree | a32b43bedb61c01f43058cd8394b9464563c3fc5 /www | |
parent | 17b23237e84305c5999403dc364ee1f90d1a1e55 (diff) | |
download | pkgsrc-9a2074208a4150656758529617b71904311ce3fc.tar.gz |
Retire Python 2.3 support.
Diffstat (limited to 'www')
-rw-r--r-- | www/urlgrabber/Makefile | 4 | ||||
-rw-r--r-- | www/zopeedit/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/www/urlgrabber/Makefile b/www/urlgrabber/Makefile index 46342c4ce54..61b424bd229 100644 --- a/www/urlgrabber/Makefile +++ b/www/urlgrabber/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2009/02/09 22:56:28 joerg Exp $ +# $NetBSD: Makefile,v 1.5 2009/09/07 19:02:14 joerg Exp $ # DISTNAME= urlgrabber-3.1.0 @@ -13,7 +13,7 @@ COMMENT= Python package that drastically simplifies the fetching of files PKG_DESTDIR_SUPPORT= user-destdir USE_LANGUAGES= # none -PYTHON_VERSIONS_ACCEPTED= 25 24 23 +PYTHON_VERSIONS_ACCEPTED= 25 24 PYDISTUTILSPKG= yes PY_PATCHPLIST= yes diff --git a/www/zopeedit/Makefile b/www/zopeedit/Makefile index 9e8c8c84cd5..cd2c57647d4 100644 --- a/www/zopeedit/Makefile +++ b/www/zopeedit/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2009/02/09 22:56:28 joerg Exp $ +# $NetBSD: Makefile,v 1.19 2009/09/07 19:02:14 joerg Exp $ # DISTNAME= zopeedit-0.7-src @@ -12,7 +12,7 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.zope.org/Members/Caseman/ExternalEditor COMMENT= Helper client application for Zope's ExternalEditor -PYTHON_VERSIONS_ACCEPTED= 25 24 23 +PYTHON_VERSIONS_ACCEPTED= 25 24 PYDISTUTILSPKG= yes post-install: |