028a3f112a
* added and passed tests for converting HTML entities to Unicode equivalents in illformed feeds (aaronsw) * added and passed tests for converting character entities to Unicode equivalents in illformed feeds (aaronsw) * test for valid parsers when setting XML_AVAILABLE * make version and encoding available when server returns a 304 * add handlers parameter to pass arbitrary urllib2 handlers (like digest auth or proxy support) * add code to parse username/password out of url and send as basic authentication * expose downloading-related exceptions in bozo_exception (aaronsw) * added __contains__ method to FeedParserDict (aaronsw) * added publisher_detail (aaronsw)
21 lines
538 B
Makefile
21 lines
538 B
Makefile
# $NetBSD: Makefile,v 1.2 2004/06/30 20:17:35 schmonz Exp $
|
|
#
|
|
|
|
DISTNAME= feedparser-3.1
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= textproc
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=feedparser/}
|
|
EXTRACT_SUFX= .zip
|
|
|
|
MAINTAINER= schmonz@NetBSD.org
|
|
HOMEPAGE= http://feedparser.org/
|
|
COMMENT= Parse RSS and Atom feeds in Python
|
|
|
|
WRKSRC= ${WRKDIR}/feedparser
|
|
USE_BUILDLINK3= yes
|
|
|
|
PYDISTUTILSPKG= yes
|
|
PYTHON_VERSIONS_ACCEPTED?= 23 23pth 22 22pth 21 21pth
|
|
|
|
.include "../../lang/python/extension.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|