summaryrefslogtreecommitdiff
path: root/textproc/py-html5lib/Makefile
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2014-05-10 15:46:52 +0000
committerjoerg <joerg@pkgsrc.org>2014-05-10 15:46:52 +0000
commitfe06e81883dd85f1c22f96372335eb8a3d32601d (patch)
treef3340ba8a6086874433f4affd0d9350cbb986098 /textproc/py-html5lib/Makefile
parent0ea8a46d2c5d7a88bd18bd2d9abefb437facf827 (diff)
downloadpkgsrc-fe06e81883dd85f1c22f96372335eb8a3d32601d.tar.gz
Add missing six dependency. Bump revision.
Diffstat (limited to 'textproc/py-html5lib/Makefile')
-rw-r--r--textproc/py-html5lib/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/textproc/py-html5lib/Makefile b/textproc/py-html5lib/Makefile
index 7b2ede234a6..1a88355b7ee 100644
--- a/textproc/py-html5lib/Makefile
+++ b/textproc/py-html5lib/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.7 2014/01/17 23:32:02 wiz Exp $
+# $NetBSD: Makefile,v 1.8 2014/05/10 15:46:52 joerg Exp $
DISTNAME= 0.999
PKGNAME= ${PYPKGPREFIX}-html5lib-${DISTNAME}
+PKGREVISION= 1
CATEGORIES= textproc www python
MASTER_SITES= https://github.com/html5lib/html5lib-python/archive/
@@ -10,6 +11,8 @@ HOMEPAGE= https://github.com/html5lib/html5lib-python
COMMENT= HTML5 parser and tokenizer
LICENSE= mit
+DEPENDS+= ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six
+
DIST_SUBDIR= py-html5lib
WRKSRC= ${WRKDIR}/html5lib-python-${DISTNAME}
EGG_NAME= html5lib-${DISTNAME}