pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/print/py-weasyprint As the update to 0.40 noted, "Weas...
details: https://anonhg.NetBSD.org/pkgsrc/rev/6e4674febc1b
branches: trunk
changeset: 367478:6e4674febc1b
user: kleink <kleink%pkgsrc.org@localhost>
date: Sat Sep 02 16:16:34 2017 +0000
description:
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:
print/py-weasyprint/Makefile | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (25 lines):
diff -r 6e921baba48d -r 6e4674febc1b print/py-weasyprint/Makefile
--- a/print/py-weasyprint/Makefile Sat Sep 02 15:45:09 2017 +0000
+++ b/print/py-weasyprint/Makefile Sat Sep 02 16:16:34 2017 +0000
@@ -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 @@
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"
Home |
Main Index |
Thread Index |
Old Index