24 lines
716 B
Makefile
24 lines
716 B
Makefile
# $NetBSD: Makefile,v 1.5 2012/10/28 06:30:59 asau Exp $
|
|
#
|
|
|
|
DISTNAME= beautifulsoup4-4.1.0
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= www python
|
|
MASTER_SITES= http://www.crummy.com/software/BeautifulSoup/bs4/download/4.0/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://www.crummy.com/software/BeautifulSoup/
|
|
COMMENT= HTML/XML Parser for Python, version 4
|
|
LICENSE= modified-bsd
|
|
|
|
DEPENDS+= ${PYPKGPREFIX}-lxml-[0-9]*:../../textproc/py-lxml
|
|
|
|
# cannot enable this until py-lxml supports it
|
|
# (otherwise pbulk fails during indexing)
|
|
#PYTHON_VERSIONS_INCLUDE_3X= yes
|
|
|
|
do-test:
|
|
cd ${WRKSRC} && ${PYTHONBIN} -m unittest discover -s bs4
|
|
|
|
.include "../../lang/python/distutils.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|