particularly well with many feeds and there's no indication that a release is imminent. From the changelog: * Support for parsing microformats, including rel=enclosure, rel=tag, XFN, and hCard. * Updated the whitelist of acceptable HTML elements and attributes based on the latest draft of the HTML 5 specification. * Support for CSS Sanitization. (Previous versions of Universal Feed Parser simply stripped all inline styles.) Many thanks to Sam Ruby for implementing this, despite my insistence that it was impossible. * Support for SVG Sanitization. * Support for MathML Sanitization. Many thanks to Jacques Distler for patiently debugging this feature. * IRI support for every element that can contain a URI. * Ability to disable relative URI resolution. * Command-line arguments and alternate serializers, for manipulating Universal Feed Parser from shell scripts or other non-Python sources. * More robust parsing of author email addresses, misencoded win-1252 content, rel=self links, and better detection of HTML content in elements with ambiguous content types.
19 lines
502 B
Makefile
19 lines
502 B
Makefile
# $NetBSD: Makefile,v 1.14 2008/08/07 14:56:11 schmonz Exp $
|
|
#
|
|
|
|
DISTNAME= feedparser-2008-08-05-4.2-pre-290-svn
|
|
PKGNAME= ${PYPKGPREFIX}-feedparser-4.2pre290
|
|
CATEGORIES= textproc python
|
|
MASTER_SITES= http://nightly.feedparser.org/dist/
|
|
EXTRACT_SUFX= .zip
|
|
|
|
MAINTAINER= schmonz@NetBSD.org
|
|
HOMEPAGE= http://feedparser.org/
|
|
COMMENT= Parse RSS and Atom feeds in Python
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
PYDISTUTILSPKG= yes
|
|
|
|
.include "../../lang/python/extension.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|