commit:     eb5399b1461641624f0c85cd369a28c4b0628112
Author:     Arthur Zamarin <arthurzam <AT> gmail <DOT> com>
AuthorDate: Fri Aug  6 11:07:46 2021 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Aug  7 14:07:47 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb5399b1

dev-python/weasyprint: enable py3.10, fix tests depends

Closes: https://bugs.gentoo.org/738490
Signed-off-by: Arthur Zamarin <arthurzam <AT> gmail.com>
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/weasyprint/weasyprint-53.0.ebuild | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-python/weasyprint/weasyprint-53.0.ebuild 
b/dev-python/weasyprint/weasyprint-53.0.ebuild
index 15e07a80783..e8555717a69 100644
--- a/dev-python/weasyprint/weasyprint-53.0.ebuild
+++ b/dev-python/weasyprint/weasyprint-53.0.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_SETUPTOOLS=pyproject.toml
-PYTHON_COMPAT=( python3_{8..9} )
+PYTHON_COMPAT=( python3_{8..10} )
 
 inherit distutils-r1
 
@@ -17,14 +17,12 @@ SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE="jpeg tiff"
 
-# Note: specific subslot of pango since it inlines some of pango headers.
-#      >=dev-python/lxml-3.0[${PYTHON_USEDEP}]
 RDEPEND="
        >=dev-python/cffi-0.6:=[${PYTHON_USEDEP}]
        >=dev-python/cssselect2-0.1[${PYTHON_USEDEP}]
        >=dev-python/fonttools-4.0.0[${PYTHON_USEDEP}]
        >=dev-python/html5lib-1.0.1[${PYTHON_USEDEP}]
-       >=dev-python/pillow-4.0.0[${PYTHON_USEDEP}]
+       >=dev-python/pillow-4.0.0[jpeg,jpeg2k,${PYTHON_USEDEP}]
        >=dev-python/pydyf-0.0.3[${PYTHON_USEDEP}]
        >=dev-python/pyphen-0.9.1[${PYTHON_USEDEP}]
        >=dev-python/tinycss2-1.0.0[${PYTHON_USEDEP}]
@@ -33,7 +31,9 @@ RDEPEND="
 
 BDEPEND="
        test? (
+               app-text/ghostscript-gpl
                media-fonts/ahem
+               media-fonts/dejavu
        )
 "
 

Reply via email to