From fd66645689d65ff27983d460b4351d60e2eca8a8 Mon Sep 17 00:00:00 2001 From: schmonz Date: Fri, 28 Jan 2011 01:41:06 +0000 Subject: Update to 5.0. From the changelog: * Improved MathML support * Support microformats (rel-tag, rel-enclosure, xfn, hcard) * Support IRIs * Allow safe CSS through sanitization * Allow safe HTML5 through sanitization * Support SVG * Support inline XML entity declarations * Support unescaped quotes and angle brackets in attributes * Support additional date formats * Added the request_headers argument to parse() * Added the response_headers argument to parse() * Support multiple entry, feed, and source authors * Officially make Python 2.4 the earliest supported version * Support Python 3 * Bug fixes, bug fixes, bug fixes --- textproc/py-feedparser/Makefile | 11 ++++++----- textproc/py-feedparser/distinfo | 8 ++++---- 2 files changed, 10 insertions(+), 9 deletions(-) (limited to 'textproc') diff --git a/textproc/py-feedparser/Makefile b/textproc/py-feedparser/Makefile index 85d46a11f10..cfd5fd3feef 100644 --- a/textproc/py-feedparser/Makefile +++ b/textproc/py-feedparser/Makefile @@ -1,16 +1,17 @@ -# $NetBSD: Makefile,v 1.15 2009/08/05 05:01:14 schmonz Exp $ +# $NetBSD: Makefile,v 1.16 2011/01/28 01:41:06 schmonz Exp $ # -DISTNAME= feedparser-2009-03-04-4.2-pre-294-svn -PKGNAME= ${PYPKGPREFIX}-feedparser-4.2pre294 +DISTNAME= feedparser-5.0 +PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= textproc python -MASTER_SITES= http://nightly.feedparser.org/dist/ +MASTER_SITES= http://feedparser.googlecode.com/files/ EXTRACT_SUFX= .zip MAINTAINER= schmonz@NetBSD.org -HOMEPAGE= http://feedparser.org/ +HOMEPAGE= http://feedparser.googlecode.com/ COMMENT= Parse RSS and Atom feeds in Python +# XXXschmonz: python 2.4 -> 3.1 PKG_DESTDIR_SUPPORT= user-destdir PYDISTUTILSPKG= yes diff --git a/textproc/py-feedparser/distinfo b/textproc/py-feedparser/distinfo index 7cf933b31d9..f45aa93d985 100644 --- a/textproc/py-feedparser/distinfo +++ b/textproc/py-feedparser/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.9 2009/08/05 05:01:14 schmonz Exp $ +$NetBSD: distinfo,v 1.10 2011/01/28 01:41:06 schmonz Exp $ -SHA1 (feedparser-2009-03-04-4.2-pre-294-svn.zip) = 99da5d4f2d19a40672611085d16fe9437a8ab1a3 -RMD160 (feedparser-2009-03-04-4.2-pre-294-svn.zip) = a05da4f1e927b8c4868af37f3f9e805bfed353e5 -Size (feedparser-2009-03-04-4.2-pre-294-svn.zip) = 312730 bytes +SHA1 (feedparser-5.0.zip) = ea71e12462d7e871fca936589802c7e6db0663f4 +RMD160 (feedparser-5.0.zip) = b19fd387b178cf6fd5ddf7f75f0abb1f0162d610 +Size (feedparser-5.0.zip) = 2002639 bytes -- cgit v1.2.3