svn commit: r522774 - head/print/py-weasyprint
Ben Woods
woodsb02 at FreeBSD.org
Sun Jan 12 09:49:30 UTC 2020
Author: woodsb02
Date: Sun Jan 12 09:49:29 2020
New Revision: 522774
URL: https://svnweb.freebsd.org/changeset/ports/522774
Log:
print/py-weasyprint: Update to 51
Changes this release:
https://weasyprint.readthedocs.io/en/latest/changelog.html#version-51
PR: 243251
Approved by: D'Arcy J.M. Cain <darcy at druid.net>
Modified:
head/print/py-weasyprint/Makefile
head/print/py-weasyprint/distinfo
Modified: head/print/py-weasyprint/Makefile
==============================================================================
--- head/print/py-weasyprint/Makefile Sun Jan 12 09:30:16 2020 (r522773)
+++ head/print/py-weasyprint/Makefile Sun Jan 12 09:49:29 2020 (r522774)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= weasyprint
-PORTVERSION= 47
+PORTVERSION= 51
CATEGORIES= print python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -14,15 +14,18 @@ COMMENT= Converts HTML/CSS documents to PDF
LICENSE= BSD3CLAUSE
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest-runner>=0.1:devel/py-pytest-runner@${PY_FLAVOR}
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cssselect>=0.1:www/py-cssselect@${PY_FLAVOR} \
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cairo>=1.15.4:graphics/py-cairo@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}cairocffi>=0.9.0:graphics/py-cairocffi@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}cairosvg>=2.4.0:graphics/py-cairosvg@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}cffi>=0.6:devel/py-cffi@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}cssselect2>=0.1:textproc/py-cssselect2@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}html5lib>=0.999999999:www/py-html5lib@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}pdfrw>=0.4:textproc/py-pdfrw@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}pyphen>=0.8:textproc/py-pyphen@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}tinycss>=0.4:textproc/py-tinycss@${PY_FLAVOR}
+ ${PYTHON_PKGNAMEPREFIX}pyphen>=0.9.1:textproc/py-pyphen@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}tinycss2>=1.0.0:textproc/py-tinycss2@${PY_FLAVOR}
USES= gnome python:3.6+
USE_PYTHON= distutils autoplist
-USE_GNOME= pango
+USE_GNOME= gdkpixbuf2 pango
NO_ARCH= yes
Modified: head/print/py-weasyprint/distinfo
==============================================================================
--- head/print/py-weasyprint/distinfo Sun Jan 12 09:30:16 2020 (r522773)
+++ head/print/py-weasyprint/distinfo Sun Jan 12 09:49:29 2020 (r522774)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1558358103
-SHA256 (WeasyPrint-47.tar.gz) = af8d39f45027ecd7fa47272b93558d851a49b3dad238a52478475a3733ffa141
-SIZE (WeasyPrint-47.tar.gz) = 300340
+TIMESTAMP = 1578675116
+SHA256 (WeasyPrint-51.tar.gz) = b3e971973a4f03c1430e6b838b75b5b57630415fcae8666d2be1347630ff6d6a
+SIZE (WeasyPrint-51.tar.gz) = 308411
More information about the svn-ports-all
mailing list