diff options
author | obache <obache@pkgsrc.org> | 2011-06-14 10:04:07 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2011-06-14 10:04:07 +0000 |
commit | 91447ccaaec0eee94551cbded23c58377383fe5d (patch) | |
tree | 508453169c7dda4bf7205e513245421cbfaf3f4e /www/urlgrabber | |
parent | 1d7a52c80b87c38763327d75a54136d9f651ac44 (diff) | |
download | pkgsrc-91447ccaaec0eee94551cbded23c58377383fe5d.tar.gz |
* distutilify
* removing PYTHON_VERSION restriction result in default acceptable python.
Bump PKGREVISION.
Diffstat (limited to 'www/urlgrabber')
-rw-r--r-- | www/urlgrabber/Makefile | 8 | ||||
-rw-r--r-- | www/urlgrabber/PLIST | 3 |
2 files changed, 5 insertions, 6 deletions
diff --git a/www/urlgrabber/Makefile b/www/urlgrabber/Makefile index df19150c470..db894b399c1 100644 --- a/www/urlgrabber/Makefile +++ b/www/urlgrabber/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.7 2011/06/14 09:37:22 obache Exp $ +# $NetBSD: Makefile,v 1.8 2011/06/14 10:04:07 obache Exp $ # DISTNAME= urlgrabber-3.1.0 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= www devel MASTER_SITES= http://urlgrabber.baseurl.org/download/ @@ -13,9 +13,7 @@ COMMENT= Python package that drastically simplifies the fetching of files PKG_DESTDIR_SUPPORT= user-destdir USE_LANGUAGES= # none -PYDISTUTILSPKG= yes -PY_PATCHPLIST= yes .include "../../lang/python/application.mk" -.include "../../lang/python/extension.mk" +.include "../../lang/python/distutils.mk" .include "../../mk/bsd.pkg.mk" diff --git a/www/urlgrabber/PLIST b/www/urlgrabber/PLIST index 06f636faf78..03b065fa96c 100644 --- a/www/urlgrabber/PLIST +++ b/www/urlgrabber/PLIST @@ -1,5 +1,6 @@ -@comment $NetBSD: PLIST,v 1.3 2009/06/14 22:00:39 joerg Exp $ +@comment $NetBSD: PLIST,v 1.4 2011/06/14 10:04:07 obache Exp $ bin/urlgrabber +${PLIST.eggfile}${PYSITELIB}/${EGG_FILE} ${PYSITELIB}/urlgrabber/__init__.py ${PYSITELIB}/urlgrabber/__init__.pyc ${PYSITELIB}/urlgrabber/__init__.pyo |