Import of pkgsrc-2013Q2

This commit is contained in:
2013-09-26 17:14:40 +02:00
commit 785076ae39
74991 changed files with 4380255 additions and 0 deletions

View File

@@ -0,0 +1,22 @@
# $NetBSD: Makefile,v 1.25 2013/06/06 01:57:55 schmonz Exp $
#
DISTNAME= feedparser-5.1.3
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= textproc python
MASTER_SITES= http://feedparser.googlecode.com/files/
MAINTAINER= schmonz@NetBSD.org
HOMEPAGE= http://feedparser.googlecode.com/
COMMENT= Parse RSS and Atom feeds in Python
LICENSE= 2-clause-bsd
USE_LANGUAGES= #none
PYTHON_VERSIONS_INCLUDE_3X= yes
do-test:
cd ${WRKSRC}/feedparser && ${PYTHONBIN} feedparsertest.py
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"