From c1cacbdace8906f0e2695f688f249376ad7e06d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Sat, 4 Jul 2026 16:53:24 +0200 Subject: [PATCH] dev-python/weasyprint: Remove old MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- dev-python/weasyprint/Manifest | 2 - dev-python/weasyprint/weasyprint-68.1.ebuild | 46 -------------------- 2 files changed, 48 deletions(-) delete mode 100644 dev-python/weasyprint/weasyprint-68.1.ebuild diff --git a/dev-python/weasyprint/Manifest b/dev-python/weasyprint/Manifest index 73d810c761841..d99708b12ba33 100644 --- a/dev-python/weasyprint/Manifest +++ b/dev-python/weasyprint/Manifest @@ -1,4 +1,2 @@ -DIST weasyprint-68.1.tar.gz 1542379 BLAKE2B 4ed931ba9bb4f67a63f652ffb298b4c9c804b440a0d2be938b806b49658e62da13e4933eaa43ab353b00c3c35ded304850caa0e83626ef1924a454682095a6a9 SHA512 b080a40882d0b56dc3696aa4edc403a85c20a7b69a14c0bf179f0897af173945f327bc42f9be354d6734822af54413c56a1fec84b8ecd37e51bb5b752c3c676a -DIST weasyprint-68.1.tar.gz.provenance 9164 BLAKE2B 1e2853a47274bba4ab311a0335b9588b8872530e07441f9646d1998332b450c317af1511ee76a6ca1a99357f84f0b2216f2409a6a8afcaf068e2712670670b00 SHA512 7ec9e302e1a70245ef94ed9f8f396819ce1f9b33456244c0e2ba79e7440d99604d8817f93aa6b1e1bf8011bf1aa8fe4acc8943654934e49a49e8234f7376cba3 DIST weasyprint-69.0.tar.gz 1549834 BLAKE2B eef92c0fbf753ca225ce5d04904544faece8c4bd3d677d60174ec31779141c42c22ffc2d3fe9d42ee36aa427b592a704dad5493a57b9514e859b4e0771eed535 SHA512 fb56d7f6173f8a67f8ef4c31408c03625b0a774d0efde003f779e3da054737c88afe9f44ee40b6dda5fc92cfacfa5709d4d96bf1a112862d309eaf2d93881ef6 DIST weasyprint-69.0.tar.gz.provenance 9576 BLAKE2B 0aa230580b5cb7f2067c413fcb997edfa5c6d4b95fd8625525c23aa3caa449fa17286ff073c579180685f545aeb2a86a4fe72f9191c7b435e6b3176cb77c615f SHA512 c739fc257a8dc332559413b9767b21d5fc96372b90d6f3de22a3c10bd948574b91207c335f0a62653a802a99a07fa66cc099679ae39eb50d2bb7bea43249d9db diff --git a/dev-python/weasyprint/weasyprint-68.1.ebuild b/dev-python/weasyprint/weasyprint-68.1.ebuild deleted file mode 100644 index 319912b652d1c..0000000000000 --- a/dev-python/weasyprint/weasyprint-68.1.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 1999-2026 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=flit -PYPI_VERIFY_REPO=https://github.com/Kozea/WeasyPrint -PYTHON_COMPAT=( python3_{11..14} ) - -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.59.2[${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.5.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 - >=dev-python/pillow-12.1.0 - media-fonts/ahem - ) -" - -EPYTEST_PLUGINS=() -EPYTEST_XDIST=1 -distutils_enable_tests pytest