diff options
author | kleink <kleink@pkgsrc.org> | 2017-09-02 16:16:34 +0000 |
---|---|---|
committer | kleink <kleink@pkgsrc.org> | 2017-09-02 16:16:34 +0000 |
commit | 33d8886fb9c51f7e5009d539b724c79c5c99338a (patch) | |
tree | 5e92a9712bbcdf60f47a047603a54dd66545a773 /print | |
parent | 835372f37bdaae0e367328e808c00091c2954a77 (diff) | |
download | pkgsrc-33d8886fb9c51f7e5009d539b724c79c5c99338a.tar.gz |
As the update to 0.40 noted, "WeasyPrint now depends on cssselect2 instead
of cssselect and lxml."
Thus retarget at the newly-added py-cssselect2 package, so weasyprint no
longer fails at startup by assertion. Drop lxml.
Bump PKGREVISION.
Diffstat (limited to 'print')
-rw-r--r-- | print/py-weasyprint/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/print/py-weasyprint/Makefile b/print/py-weasyprint/Makefile index 75b3c733f1a..f820cf153b9 100644 --- a/print/py-weasyprint/Makefile +++ b/print/py-weasyprint/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.8 2017/08/25 07:52:09 adam Exp $ +# $NetBSD: Makefile,v 1.9 2017/09/02 16:16:34 kleink Exp $ DISTNAME= WeasyPrint-0.40 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl} +PKGREVISION= 1 CATEGORIES= print python MASTER_SITES= ${MASTER_SITE_PYPI:=W/WeasyPrint/} @@ -14,10 +15,9 @@ USE_LANGUAGES= # empty DEPENDS+= ${PYPKGPREFIX}-cairosvg>=1.0.20:../../converters/py-cairosvg DEPENDS+= ${PYPKGPREFIX}-cairocffi>=0.5:../../graphics/py-cairocffi -DEPENDS+= ${PYPKGPREFIX}-lxml>=3.0:../../textproc/py-lxml DEPENDS+= ${PYPKGPREFIX}-html5lib>=0.999999999:../../textproc/py-html5lib DEPENDS+= ${PYPKGPREFIX}-tinycss2>=0.5:../../textproc/py-tinycss2 -DEPENDS+= ${PYPKGPREFIX}-cssselect>=0.6:../../textproc/py-cssselect +DEPENDS+= ${PYPKGPREFIX}-cssselect2>=0.1:../../textproc/py-cssselect2 DEPENDS+= ${PYPKGPREFIX}-pyphen>=0.8:../../textproc/py-pyphen .include "../../lang/python/egg.mk" |