diff options
author | woodsb02 <woodsb02@FreeBSD.org> | 2020-01-12 17:49:29 +0800 |
---|---|---|
committer | Koop Mast <kwm@rainbow-runner.nl> | 2020-01-27 02:28:47 +0800 |
commit | c53630f95d14a127d8a4d146f31e525fe5156852 (patch) | |
tree | 0fec6e22e8c743761b007ae166245da51b5ae62f /print | |
parent | ce8fcb9faab578a8cd9868d0b48c4b9f72a02bd7 (diff) | |
download | freebsd-ports-gnome-c53630f95d14a127d8a4d146f31e525fe5156852.tar.gz freebsd-ports-gnome-c53630f95d14a127d8a4d146f31e525fe5156852.tar.zst freebsd-ports-gnome-c53630f95d14a127d8a4d146f31e525fe5156852.zip |
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@druid.net>
Diffstat (limited to 'print')
-rw-r--r-- | print/py-weasyprint/Makefile | 15 | ||||
-rw-r--r-- | print/py-weasyprint/distinfo | 6 |
2 files changed, 12 insertions, 9 deletions
diff --git a/print/py-weasyprint/Makefile b/print/py-weasyprint/Makefile index 1ec41eb544ec..78945c2d3cfc 100644 --- a/print/py-weasyprint/Makefile +++ b/print/py-weasyprint/Makefile @@ -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 diff --git a/print/py-weasyprint/distinfo b/print/py-weasyprint/distinfo index b9e912344c4f..2e8dada48b06 100644 --- a/print/py-weasyprint/distinfo +++ b/print/py-weasyprint/distinfo @@ -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 |