repo/gentoo:master commit in: dev-python/svglib/
MichaŠGórny <[email protected]>
| Newsgroups | gmane.linux.gentoo.cvs |
|---|---|
| Message-ID | <1786777646.6dace848ae30b17dac32c02e357a36b1d1420289.mgorny@gentoo> |
commit: 6dace848ae30b17dac32c02e357a36b1d1420289
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 15 05:42:40 2026 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Aug 15 07:07:26 2026 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6dace848
dev-python/svglib: Remove old
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/svglib/Manifest | 2 --
dev-python/svglib/svglib-2.0.2.ebuild | 37 -----------------------------------
2 files changed, 39 deletions(-)
diff --git a/dev-python/svglib/Manifest b/dev-python/svglib/Manifest
index 455a90b8c0c7..8bb5cb29f42f 100644
--- a/dev-python/svglib/Manifest
+++ b/dev-python/svglib/Manifest
@@ -1,4 +1,2 @@
-DIST svglib-2.0.2.tar.gz 1341040 BLAKE2B 8ab7efbb3e9fa3cb7a304c6ae61d32144bbb838329042ffde6f94204e0daff73f462b8afa4ae9f2a0c079f914971751a01e978d80072f3fc3cb672bde5dbb38a SHA512 695bd1aa17cd590c2d3bb5a4745d253d52b34f330c717c32ebaa8dceb13b5e442346f4fc848f962f16aa22cf6a2bde0eed2ef1466b76d7eb519487fab0fa3609
-DIST svglib-2.0.2.tar.gz.provenance 9758 BLAKE2B 6d65324a25ca0c58e86bd487dcb95d6f04d7b860450b9916c5fd3f84b9a7583d57d349b8744ef447ad2d7e99a001ac9407a66435e5d7cfb43a7aafb11d8dc060 SHA512 2f9380b55b94c7355d2ec284b01a127cb8d76e26223e27c44beb8dbc03579243a831bb53e2bb87e88d3e344b61aa0d15a1724f8a24a90e8b543980453633bd9c
DIST svglib-2.1.0.tar.gz 1371234 BLAKE2B 3007fb9155e8aee82246ed9b83798ff3d2f552cdc1a4a70134b2fa258ad5ed3597c43f935d32ebd6098e6106278d11556d9a82bcf8bf48fbe6b3e2340858f030 SHA512 c2b06501e8d70ce840d9390f71ed5676eb12e5ba6619b5eeb76db00f047cb16493c2e7cc36d98db9463dcd8289c797be181cca9c46ae6c52aff49b27c2b12d03
DIST svglib-2.1.0.tar.gz.provenance 9664 BLAKE2B c5a51697da63fe4fada7973ce0e4fe251b0b0fc6cf22333d2db0a5f6c3ef7f592ec79ae57854f638b4d6514ad51f9c737bb25ca382143412b2d01f9aaa88afed SHA512 15fe742cf09c0a7624f7d685543d44d76ef2214f151c1c0bca6f9eefd9b5c2a32001f24ce8a1af55431d32943b5c02866113167ddb2fc4785a2014b1501275e1
diff --git a/dev-python/svglib/svglib-2.0.2.ebuild b/dev-python/svglib/svglib-2.0.2.ebuild
deleted file mode 100644
index b5273a7baf22..000000000000
--- a/dev-python/svglib/svglib-2.0.2.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 2021-2026 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=hatchling
-PYPI_VERIFY_REPO=https://github.com/deeplook/svglib
-PYTHON_COMPAT=( python3_{12..15} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Pure-Python library for reading and converting SVG"
-HOMEPAGE="
- https://github.com/deeplook/svglib/
- https://pypi.org/project/svglib/
-"
-
-LICENSE="LGPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
-
-RDEPEND="
- >=dev-python/cssselect2-0.2.0[${PYTHON_USEDEP}]
- >=dev-python/lxml-6.0.0[${PYTHON_USEDEP}]
- >=dev-python/pillow-9.0.0[${PYTHON_USEDEP}]
- >=dev-python/reportlab-4.4.3[${PYTHON_USEDEP}]
- >=dev-python/tinycss2-0.6.0[${PYTHON_USEDEP}]
-"
-
-EPYTEST_PLUGINS=()
-distutils_enable_tests pytest
-
-EPYTEST_DESELECT=(
- # Needs network access
- tests/test_samples.py::TestWikipediaFlags::test_convert_pdf
- tests/test_samples.py::TestW3CSVG::test_convert_pdf_png
-)