bb579283d0
They now have a tool dependency on py-setuptools instead of a DEPENDS
24 lines
807 B
Makefile
24 lines
807 B
Makefile
# $NetBSD: Makefile,v 1.14 2022/01/04 20:54:56 wiz Exp $
|
|
|
|
DISTNAME= html5lib-1.1
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
PKGREVISION= 1
|
|
CATEGORIES= textproc www python
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=h/html5lib/}
|
|
|
|
MAINTAINER= joerg@NetBSD.org
|
|
HOMEPAGE= https://github.com/html5lib/html5lib-python
|
|
COMMENT= HTML5 parser and tokenizer
|
|
LICENSE= mit
|
|
|
|
DEPENDS+= ${PYPKGPREFIX}-genshi-[0-9]*:../../www/py-genshi
|
|
DEPENDS+= ${PYPKGPREFIX}-lxml-[0-9]*:../../textproc/py-lxml
|
|
DEPENDS+= ${PYPKGPREFIX}-six>=1.9:../../lang/py-six
|
|
DEPENDS+= ${PYPKGPREFIX}-webencodings-[0-9]*:../../textproc/py-webencodings
|
|
TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
|
|
TEST_DEPENDS+= ${PYPKGPREFIX}-mock-[0-9]*:../../devel/py-mock
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|