Port details |
- py-weasyprint Converts HTML/CSS documents to PDF
- 61.2 print =2 61.2Version of this port present on the latest quarterly branch.
- Maintainer: pi@FreeBSD.org
- Port Added: 2019-05-20 14:03:32
- Last Update: 2024-03-16 21:05:00
- Commit Hash: 3d93e48
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: python
- License: BSD3CLAUSE
- WWW:
- https://weasyprint.org/
- Description:
- WeasyPrint helps web developers to create PDF documents. It turns simple
HTML pages into gorgeous PDF.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}weasyprint>0:print/py-weasyprint@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/print/py-weasyprint/ && make install clean
- To add the package, run one of these commands:
- pkg install print/py-weasyprint
- pkg install py39-weasyprint
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above. NOTE: This is a Python port. Instead of py39-weasyprint listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py39-weasyprint
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1710597337
SHA256 (weasyprint-61.2.tar.gz) = 47df6cfeeff8c6c28cf2e4caf837cde17715efe462708ada74baa2eb391b6059
SIZE (weasyprint-61.2.tar.gz) = 447333
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py39-flit-core>=3.2<4 : devel/py-flit-core@py39
- python3.9 : lang/python39
- py39-build>=0 : devel/py-build@py39
- py39-installer>=0 : devel/py-installer@py39
- Test dependencies:
-
- python3.9 : lang/python39
- Runtime dependencies:
-
- py39-brotli>=1.0.9 : archivers/py-brotli@py39
- py39-cairo>=1.15.4 : graphics/py-cairo@py39
- py39-cairocffi>=0.9.0 : graphics/py-cairocffi@py39
- py39-cairosvg>=2.4.0 : graphics/py-cairosvg@py39
- py39-cffi>=0.6 : devel/py-cffi@py39
- py39-cssselect2>=0.1 : textproc/py-cssselect2@py39
- py39-fonttools>=4.38 : print/py-fonttools@py39
- py39-html5lib>=0.999999999 : www/py-html5lib@py39
- py39-pydyf>=0.5.0 : print/py-pydyf@py39
- py39-pyphen>=0.9.1 : textproc/py-pyphen@py39
- py39-tinycss2>=1.0.0 : textproc/py-tinycss2@py39
- python3.9 : lang/python39
- Library dependencies:
-
- libgdk_pixbuf-2.0.so : graphics/gdk-pixbuf2
- libglib-2.0.so : devel/glib20
- libintl.so : devel/gettext-runtime
- libpango-1.0.so : x11-toolkits/pango
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- print_py-weasyprint
- USES:
- gnome python
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
61.2 16 Mar 2024 21:05:00 |
Kurt Jaeger (pi) |
print/py-weasyprint: update 58.0 -> 61.2
Changes: https://doc.courtbouillon.org/weasyprint/stable/changelog.html |
58.0_1 05 Sep 2023 20:46:34 |
Po-Chuan Hsieh (sunpoet) |
print/py-weasyprint: Fix BUILD_DEPENDS
- While I'm here, remove pytest-runner from BUILD_DEPENDS
from pyproject.toml:
[build-system]
requires = ['flit_core >=3.2,<4']
build-backend = 'flit_core.buildapi'
Approved by: portmgr (blanket)
With hat: python
Reference: https://github.com/Kozea/WeasyPrint/blob/master/pyproject.toml#L1-L3 |
58.0_1 27 Jun 2023 19:34:34 |
Rene Ladan (rene) |
all: remove explicit versions in USES=python for "3.x+"
The logic in USES=python will automatically convert this to 3.8+ by
itself.
Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.
finance/quickfix: mark BROKEN with PYTHON
libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
^~~~~~~~~~
1 warning and 1 error generated.
Reviewed by: portmgr, vishwin, yuri
Differential Revision: <https://reviews.freebsd.org/D40568> |
58.0_1 04 Apr 2023 18:29:11 |
Antoine Brodin (antoine) |
USE_PYTHON=pep517: bump PORTREVISION |
58.0 25 Feb 2023 12:52:15 |
Kurt Jaeger (pi) |
print/py-weasyprint: 51 -> 58.0
- Substantial changes of used libraries.
- change maintainer
PR: 269378,
Reported by: p5B2EA84B3@t-online.de
Approved by: darcy@druid.net (old maintainer)
Changes: https://doc.courtbouillon.org/weasyprint/stable/changelog.html |
51 11 Jan 2023 15:58:34 |
Dmitry Marakasov (amdmi3) |
*/*: rename CHEESESHOP to PYPI in MASTER_SITES
PR: 267994
Differential revision: D37518
Approved by: bapt |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
51 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
51 20 Jul 2022 14:22:48 |
Tobias C. Berner (tcberner) |
print: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alan Eldridge <alane@geeksrus.net>
* Alex Dupre <ale@FreeBSD.org>
* Alex Dupre <sysadmin@alexdupre.com>
* Alexander Vereeken <Alexander88207@protonmail.com>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Alonso Cardenas Marquez <acm@FreeBSD.org>
* Andreas Klemm <andreas@FreeBSD.org>
* Andreas Klemm <andreas@klemm.gtn.com>
* Andrew Pantyukhin <infofarmer@FreeBSD.org>
* Anish Mistry <amistry@am-productions.biz> (Only the first 15 lines of the commit message are shown above ) |
51 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
51 12 Jan 2020 09:49:30 |
woodsb02 |
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> |
47 20 May 2019 13:59:01 |
pi |
New port: print/py-weasyprint
WeasyPrint helps web developers to create PDF documents. It turns simple
HTML pages into gorgeous PDF.
WWW: https://weasyprint.org/
Submitted by: D'Arcy Cain <darcy@druid.net> |