commit:     0ba59a7ede863bce77f1ac3bd50cb5f2f9e4a5fa
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 25 04:21:09 2025 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Jul 25 05:56:53 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ba59a7e

dev-python/weasyprint: Bump to 66.0

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/weasyprint/Manifest               |  1 +
 dev-python/weasyprint/weasyprint-66.0.ebuild | 43 ++++++++++++++++++++++++++++
 2 files changed, 44 insertions(+)

diff --git a/dev-python/weasyprint/Manifest b/dev-python/weasyprint/Manifest
index 1c2917d7ab9a..9a35fb0da6fd 100644
--- a/dev-python/weasyprint/Manifest
+++ b/dev-python/weasyprint/Manifest
@@ -1 +1,2 @@
 DIST weasyprint-65.1.tar.gz 499028 BLAKE2B 
44dc948fb1c8b2fc5c6ca55203d049038ed74cf405211fc7c7364ac2bcb82b591c8df2c99c1b20d3f2f944b8b4611b1a2b87fdb9b1ede1413739444cc9f15dbc
 SHA512 
6b36b66b471c8b6a853f783a0c6d9548f27ac2ee51be0a54d1e75eb9451c94da931484d1877e716ee99c9624a9fec4c8f28bfea5959f44344dc5938272c8bef1
+DIST weasyprint-66.0.tar.gz 504224 BLAKE2B 
2090b07fa06df89c847c4037fa2b7276bde2866b61e7b54b09d94658a2be3f988128619fa645569194f5087531a5403281e6d2bc926f18e8b5fe4f79dddc3ee9
 SHA512 
850996c6934156f4d4fca12cc052a8346b85aeadf1a3d99763e20a6ddabd2b93a39983615990e0e680a942c63c09563effa9b66abc5bf0c368963737ddf66264

diff --git a/dev-python/weasyprint/weasyprint-66.0.ebuild 
b/dev-python/weasyprint/weasyprint-66.0.ebuild
new file mode 100644
index 000000000000..4034f872d8bc
--- /dev/null
+++ b/dev-python/weasyprint/weasyprint-66.0.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=flit
+PYTHON_COMPAT=( python3_{11..13} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Visual rendering engine for HTML and CSS that can export to PDF"
+HOMEPAGE="
+       https://weasyprint.org/
+       https://github.com/Kozea/WeasyPrint/
+       https://pypi.org/project/weasyprint/
+"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+       >=dev-python/cffi-0.6:=[${PYTHON_USEDEP}]
+       >=dev-python/cssselect2-0.8.0[${PYTHON_USEDEP}]
+       >=dev-python/fonttools-4.0.0[${PYTHON_USEDEP}]
+       >=dev-python/pillow-9.1.0[jpeg,jpeg2k,${PYTHON_USEDEP}]
+       >=dev-python/pydyf-0.11.0[${PYTHON_USEDEP}]
+       >=dev-python/pyphen-0.9.1[${PYTHON_USEDEP}]
+       >=dev-python/tinycss2-1.4.0[${PYTHON_USEDEP}]
+       >=dev-python/tinyhtml5-2.0.0[${PYTHON_USEDEP}]
+       media-fonts/dejavu
+       x11-libs/pango
+"
+
+BDEPEND="
+       test? (
+               >=app-text/ghostscript-gpl-9.56.1-r3
+               media-fonts/ahem
+       )
+"
+
+EPYTEST_PLUGINS=()
+distutils_enable_tests pytest

Reply via email to