- update py-feedparser to 5.0.1
ok maintainer
This commit is contained in:
parent
f014fa3c88
commit
1333b981ef
@ -1,47 +1,27 @@
|
||||
# $OpenBSD: Makefile,v 1.9 2010/08/30 21:47:16 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.10 2011/03/16 22:52:10 jasper Exp $
|
||||
|
||||
COMMENT= RSS and Atom feeds parser written in Python
|
||||
|
||||
V= 4.1
|
||||
V= 5.0.1
|
||||
DISTNAME= feedparser-${V}
|
||||
PKGNAME= py-${DISTNAME}
|
||||
REVISION= 3
|
||||
CATEGORIES= textproc
|
||||
|
||||
HOMEPAGE= http://www.feedparser.org/
|
||||
|
||||
MAINTAINER= Romain Gaillegue <romain@biscotte.net>
|
||||
|
||||
# PSF license <http://www.python.org/2.1/license.html>
|
||||
# BSD-2
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=feedparser/}
|
||||
DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \
|
||||
feedparser-tests-${V}${EXTRACT_SUFX}
|
||||
EXTRACT_SUFX= .zip
|
||||
MASTER_SITES= http://feedparser.googlecode.com/files/
|
||||
|
||||
MODULES= lang/python
|
||||
|
||||
WRKDIST= ${WRKDIR}
|
||||
|
||||
EXAMPLESDIR= ${PREFIX}/share/examples/py-feedparser
|
||||
# GNU Free Documentation License
|
||||
DOCSDIR= ${PREFIX}/share/doc/py-feedparser
|
||||
|
||||
post-install:
|
||||
${INSTALL_DATA_DIR} ${DOCSDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/docs/*.html ${DOCSDIR}
|
||||
${INSTALL_DATA_DIR} ${DOCSDIR}/css
|
||||
${INSTALL_DATA} ${WRKSRC}/docs/css/feedparser.css ${DOCSDIR}/css
|
||||
${INSTALL_DATA_DIR} ${EXAMPLESDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/docs/examples/*.{rdf,xml} ${EXAMPLESDIR}
|
||||
${INSTALL_DATA_DIR} ${DOCSDIR}/images
|
||||
${INSTALL_DATA} ${WRKSRC}/docs/images/*.{gif,png} ${DOCSDIR}/images
|
||||
|
||||
do-regress:
|
||||
cd ${WRKSRC} && ${MODPY_BIN} feedparsertest.py
|
||||
cd ${WRKSRC}/feedparser/ && ${MODPY_BIN} feedparsertest.py
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,10 +1,5 @@
|
||||
MD5 (feedparser-4.1.zip) = erEUDB4p1M1SqyD6ex+GQA==
|
||||
MD5 (feedparser-tests-4.1.zip) = 5iXsfsZychaOaYXQ0Bp1kg==
|
||||
RMD160 (feedparser-4.1.zip) = patFdkKqZkGQ3dDQOz+LcyVDRMI=
|
||||
RMD160 (feedparser-tests-4.1.zip) = uESZryI7qPmM/9INir5FInWzuvc=
|
||||
SHA1 (feedparser-4.1.zip) = OnF04RyMUj6kYcnUeoBSa6KaZUQ=
|
||||
SHA1 (feedparser-tests-4.1.zip) = BgAkkh6facV64Id3xmTpqC2VulI=
|
||||
SHA256 (feedparser-4.1.zip) = sdgFKxMPUuZ1Ab2sJp760fgT7otP8rXA9dcvEoYyIWc=
|
||||
SHA256 (feedparser-tests-4.1.zip) = vD3emJxiTHR2v8suUQw7E/uLGGd/mkog3AnW2KhTlR8=
|
||||
SIZE (feedparser-4.1.zip) = 258511
|
||||
SIZE (feedparser-tests-4.1.zip) = 1441761
|
||||
MD5 (feedparser-5.0.1.zip) = zv/+uma2WNPMfB1muSxqGg==
|
||||
RMD160 (feedparser-5.0.1.zip) = bDABtTvUsifLQ1/exlePPT+IU9s=
|
||||
SHA1 (feedparser-5.0.1.zip) = a2hAAwcY/HaHkNRcVKqrxJ7TD1U=
|
||||
SHA256 (feedparser-5.0.1.zip) = +MO4rK9xY9B2zVARqFbBn+ufmAI+CEVg2abVRVEUQ0Q=
|
||||
SIZE (feedparser-5.0.1.zip) = 2022807
|
||||
|
@ -1,132 +1,5 @@
|
||||
@comment $OpenBSD: PLIST,v 1.2 2006/02/02 09:25:47 xsa Exp $
|
||||
lib/python${MODPY_VERSION}/
|
||||
lib/python${MODPY_VERSION}/site-packages/
|
||||
@comment $OpenBSD: PLIST,v 1.3 2011/03/16 22:52:10 jasper Exp $
|
||||
lib/python${MODPY_VERSION}/site-packages/feedparser-5.0.1-py${MODPY_VERSION}.egg-info
|
||||
lib/python${MODPY_VERSION}/site-packages/feedparser.py
|
||||
lib/python${MODPY_VERSION}/site-packages/feedparser.pyc
|
||||
share/doc/py-feedparser/
|
||||
share/doc/py-feedparser/advanced.html
|
||||
share/doc/py-feedparser/annotated-atom03.html
|
||||
share/doc/py-feedparser/annotated-atom10.html
|
||||
share/doc/py-feedparser/annotated-examples.html
|
||||
share/doc/py-feedparser/annotated-rss10.html
|
||||
share/doc/py-feedparser/annotated-rss20-dc.html
|
||||
share/doc/py-feedparser/annotated-rss20.html
|
||||
share/doc/py-feedparser/atom-detail.html
|
||||
share/doc/py-feedparser/basic-existence.html
|
||||
share/doc/py-feedparser/basic.html
|
||||
share/doc/py-feedparser/bozo.html
|
||||
share/doc/py-feedparser/changes-40.html
|
||||
share/doc/py-feedparser/changes-41.html
|
||||
share/doc/py-feedparser/character-encoding.html
|
||||
share/doc/py-feedparser/common-atom-elements.html
|
||||
share/doc/py-feedparser/common-rss-elements.html
|
||||
share/doc/py-feedparser/content-normalization.html
|
||||
share/doc/py-feedparser/css/
|
||||
share/doc/py-feedparser/css/feedparser.css
|
||||
share/doc/py-feedparser/date-parsing.html
|
||||
share/doc/py-feedparser/history.html
|
||||
share/doc/py-feedparser/html-sanitization.html
|
||||
share/doc/py-feedparser/http-authentication.html
|
||||
share/doc/py-feedparser/http-etag.html
|
||||
share/doc/py-feedparser/http-other.html
|
||||
share/doc/py-feedparser/http-redirect.html
|
||||
share/doc/py-feedparser/http-useragent.html
|
||||
share/doc/py-feedparser/http.html
|
||||
share/doc/py-feedparser/images/
|
||||
share/doc/py-feedparser/images/caution.png
|
||||
share/doc/py-feedparser/images/important.png
|
||||
share/doc/py-feedparser/images/note.png
|
||||
share/doc/py-feedparser/images/permalink.gif
|
||||
share/doc/py-feedparser/images/tip.png
|
||||
share/doc/py-feedparser/images/warning.png
|
||||
share/doc/py-feedparser/index.html
|
||||
share/doc/py-feedparser/introduction.html
|
||||
share/doc/py-feedparser/license.html
|
||||
share/doc/py-feedparser/namespace-handling.html
|
||||
share/doc/py-feedparser/reference-bozo.html
|
||||
share/doc/py-feedparser/reference-bozo_exception.html
|
||||
share/doc/py-feedparser/reference-encoding.html
|
||||
share/doc/py-feedparser/reference-entry-author.html
|
||||
share/doc/py-feedparser/reference-entry-author_detail.html
|
||||
share/doc/py-feedparser/reference-entry-comments.html
|
||||
share/doc/py-feedparser/reference-entry-content.html
|
||||
share/doc/py-feedparser/reference-entry-contributors.html
|
||||
share/doc/py-feedparser/reference-entry-created.html
|
||||
share/doc/py-feedparser/reference-entry-created_parsed.html
|
||||
share/doc/py-feedparser/reference-entry-enclosures.html
|
||||
share/doc/py-feedparser/reference-entry-expired.html
|
||||
share/doc/py-feedparser/reference-entry-expired_parsed.html
|
||||
share/doc/py-feedparser/reference-entry-id.html
|
||||
share/doc/py-feedparser/reference-entry-license.html
|
||||
share/doc/py-feedparser/reference-entry-link.html
|
||||
share/doc/py-feedparser/reference-entry-links.html
|
||||
share/doc/py-feedparser/reference-entry-published.html
|
||||
share/doc/py-feedparser/reference-entry-published_parsed.html
|
||||
share/doc/py-feedparser/reference-entry-publisher.html
|
||||
share/doc/py-feedparser/reference-entry-publisher_detail.html
|
||||
share/doc/py-feedparser/reference-entry-source.html
|
||||
share/doc/py-feedparser/reference-entry-summary.html
|
||||
share/doc/py-feedparser/reference-entry-summary_detail.html
|
||||
share/doc/py-feedparser/reference-entry-tags.html
|
||||
share/doc/py-feedparser/reference-entry-title.html
|
||||
share/doc/py-feedparser/reference-entry-title_detail.html
|
||||
share/doc/py-feedparser/reference-entry-updated.html
|
||||
share/doc/py-feedparser/reference-entry-updated_parsed.html
|
||||
share/doc/py-feedparser/reference-entry.html
|
||||
share/doc/py-feedparser/reference-etag.html
|
||||
share/doc/py-feedparser/reference-feed-author.html
|
||||
share/doc/py-feedparser/reference-feed-author_detail.html
|
||||
share/doc/py-feedparser/reference-feed-cloud.html
|
||||
share/doc/py-feedparser/reference-feed-contributors.html
|
||||
share/doc/py-feedparser/reference-feed-docs.html
|
||||
share/doc/py-feedparser/reference-feed-errorreportsto.html
|
||||
share/doc/py-feedparser/reference-feed-generator.html
|
||||
share/doc/py-feedparser/reference-feed-generator_detail.html
|
||||
share/doc/py-feedparser/reference-feed-icon.html
|
||||
share/doc/py-feedparser/reference-feed-id.html
|
||||
share/doc/py-feedparser/reference-feed-image.html
|
||||
share/doc/py-feedparser/reference-feed-info-detail.html
|
||||
share/doc/py-feedparser/reference-feed-info.html
|
||||
share/doc/py-feedparser/reference-feed-language.html
|
||||
share/doc/py-feedparser/reference-feed-license.html
|
||||
share/doc/py-feedparser/reference-feed-link.html
|
||||
share/doc/py-feedparser/reference-feed-links.html
|
||||
share/doc/py-feedparser/reference-feed-logo.html
|
||||
share/doc/py-feedparser/reference-feed-publisher.html
|
||||
share/doc/py-feedparser/reference-feed-publisher_detail.html
|
||||
share/doc/py-feedparser/reference-feed-rights.html
|
||||
share/doc/py-feedparser/reference-feed-rights_detail.html
|
||||
share/doc/py-feedparser/reference-feed-subtitle.html
|
||||
share/doc/py-feedparser/reference-feed-subtitle_detail.html
|
||||
share/doc/py-feedparser/reference-feed-tags.html
|
||||
share/doc/py-feedparser/reference-feed-textinput.html
|
||||
share/doc/py-feedparser/reference-feed-title.html
|
||||
share/doc/py-feedparser/reference-feed-title_detail.html
|
||||
share/doc/py-feedparser/reference-feed-ttl.html
|
||||
share/doc/py-feedparser/reference-feed-updated.html
|
||||
share/doc/py-feedparser/reference-feed-updated_parsed.html
|
||||
share/doc/py-feedparser/reference-feed.html
|
||||
share/doc/py-feedparser/reference-headers.html
|
||||
share/doc/py-feedparser/reference-href.html
|
||||
share/doc/py-feedparser/reference-modified.html
|
||||
share/doc/py-feedparser/reference-namespaces.html
|
||||
share/doc/py-feedparser/reference-status.html
|
||||
share/doc/py-feedparser/reference-version.html
|
||||
share/doc/py-feedparser/reference.html
|
||||
share/doc/py-feedparser/resolving-relative-links.html
|
||||
share/doc/py-feedparser/uncommon-atom.html
|
||||
share/doc/py-feedparser/uncommon-rss.html
|
||||
share/doc/py-feedparser/version-detection.html
|
||||
share/examples/py-feedparser/
|
||||
share/examples/py-feedparser/atom03.xml
|
||||
share/examples/py-feedparser/atom10.xml
|
||||
share/examples/py-feedparser/base.xml
|
||||
share/examples/py-feedparser/basic_auth.xml
|
||||
share/examples/py-feedparser/digest_auth.xml
|
||||
share/examples/py-feedparser/http_base.xml
|
||||
share/examples/py-feedparser/no_base.xml
|
||||
share/examples/py-feedparser/nonstandard_prefix.rdf
|
||||
share/examples/py-feedparser/prism.rdf
|
||||
share/examples/py-feedparser/rss10.rdf
|
||||
share/examples/py-feedparser/rss20.xml
|
||||
share/examples/py-feedparser/rss20dc.xml
|
||||
|
Loading…
Reference in New Issue
Block a user