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 dependency on py-webencodings...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/964775ee02f3
branches:  trunk
changeset: 357137:964775ee02f3
user:      kleink <kleink%pkgsrc.org@localhost>
date:      Sat Jan 14 23:04:16 2017 +0000

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

Bump PKGREVISION.

diffstat:

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

diffs (22 lines):

diff -r 5ba9f541e2e0 -r 964775ee02f3 textproc/py-html5lib/Makefile
--- a/textproc/py-html5lib/Makefile     Sat Jan 14 23:00:39 2017 +0000
+++ b/textproc/py-html5lib/Makefile     Sat Jan 14 23:04:16 2017 +0000
@@ -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 @@
 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