pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/py-html5lib



Module Name:    pkgsrc
Committed By:   kleink
Date:           Sat Jan 14 23:04:16 UTC 2017

Modified Files:
        pkgsrc/textproc/py-html5lib: Makefile

Log Message:
Add dependency on py-webencodings (added the package in preparation,
but still managed not to add the dependency here).

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/textproc/py-html5lib/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/textproc/py-html5lib/Makefile
diff -u pkgsrc/textproc/py-html5lib/Makefile:1.10 pkgsrc/textproc/py-html5lib/Makefile:1.11
--- pkgsrc/textproc/py-html5lib/Makefile:1.10   Wed Jan 11 17:42:23 2017
+++ pkgsrc/textproc/py-html5lib/Makefile        Sat Jan 14 23:04:16 2017
@@ -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}
 



Home | Main Index | Thread Index | Old Index