summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorkleink <kleink@pkgsrc.org>2017-01-14 23:04:16 +0000
committerkleink <kleink@pkgsrc.org>2017-01-14 23:04:16 +0000
commitfde4a56c102a0ce6448e7780ff3af042a943062c (patch)
tree04add7b105aac4ec37dfca86f8e6c1a486075740 /textproc
parentb5a91b2db66f02cffdbec273963e60ec62b52fb4 (diff)
downloadpkgsrc-fde4a56c102a0ce6448e7780ff3af042a943062c.tar.gz
Add dependency on py-webencodings (added the package in preparation,
but still managed not to add the dependency here). Bump PKGREVISION.
Diffstat (limited to 'textproc')
-rw-r--r--textproc/py-html5lib/Makefile4
1 files changed, 3 insertions, 1 deletions
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}