pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/py-html5lib Add missing six dependency. Bump ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/67a547751acb
branches:  trunk
changeset: 634181:67a547751acb
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Sat May 10 15:46:52 2014 +0000

description:
Add missing six dependency. Bump revision.

diffstat:

 textproc/py-html5lib/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (22 lines):

diff -r 0d2b0b160f88 -r 67a547751acb textproc/py-html5lib/Makefile
--- a/textproc/py-html5lib/Makefile     Sat May 10 15:32:08 2014 +0000
+++ b/textproc/py-html5lib/Makefile     Sat May 10 15:46:52 2014 +0000
@@ -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 @@
 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}



Home | Main Index | Thread Index | Old Index