From fde4a56c102a0ce6448e7780ff3af042a943062c Mon Sep 17 00:00:00 2001 From: kleink Date: Sat, 14 Jan 2017 23:04:16 +0000 Subject: Add dependency on py-webencodings (added the package in preparation, but still managed not to add the dependency here). Bump PKGREVISION. --- textproc/py-html5lib/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'textproc') diff --git a/textproc/py-html5lib/Makefile b/textproc/py-html5lib/Makefile index d2902e8d20d..8102ac00f5c 100644 --- a/textproc/py-html5lib/Makefile +++ b/textproc/py-html5lib/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.10 2017/01/11 17:42:23 kleink Exp $ +# $NetBSD: Makefile,v 1.11 2017/01/14 23:04:16 kleink Exp $ H5LVER= 0.999999999 DISTNAME= html5lib-python-${H5LVER} PKGNAME= ${PYPKGPREFIX}-html5lib-${H5LVER} +PKGREVISION= 1 CATEGORIES= textproc www python MASTER_SITES= -https://github.com/html5lib/html5lib-python/archive/${H5LVER}${EXTRACT_SUFX} @@ -12,6 +13,7 @@ COMMENT= HTML5 parser and tokenizer LICENSE= mit DEPENDS+= ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six +DEPENDS+= ${PYPKGPREFIX}-webencodings-[0-9]*:../../textproc/py-webencodings EGG_NAME= html5lib-${PKGVERSION_NOREV} -- cgit v1.2.3