diff options
author | joerg <joerg> | 2009-09-07 19:02:13 +0000 |
---|---|---|
committer | joerg <joerg> | 2009-09-07 19:02:13 +0000 |
commit | fce0ec35b23203d8fcb7b567f85f333c367b9da4 (patch) | |
tree | a32b43bedb61c01f43058cd8394b9464563c3fc5 /www/urlgrabber | |
parent | 39ba41cab5c8edb68238b59b9ea5a2a85e27d3c2 (diff) | |
download | pkgsrc-fce0ec35b23203d8fcb7b567f85f333c367b9da4.tar.gz |
Retire Python 2.3 support.
Diffstat (limited to 'www/urlgrabber')
-rw-r--r-- | www/urlgrabber/Makefile | 4 |
1 files changed, 2 insertions, 2 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 |