diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-11-02 13:51:57 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-11-02 13:58:07 +0100 |
commit | d7064aa6f494e4e8c0c648c6e389d2b6160a61e2 (patch) | |
tree | 574a263640ff3e8800112f803901b8c71c83358a /media-gfx | |
parent | app-eselect/eselect-repository: Remove old (diff) | |
download | gentoo-d7064aa6f494e4e8c0c648c6e389d2b6160a61e2.tar.gz gentoo-d7064aa6f494e4e8c0c648c6e389d2b6160a61e2.tar.bz2 gentoo-d7064aa6f494e4e8c0c648c6e389d2b6160a61e2.zip |
media-gfx/cairosvg: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'media-gfx')
-rw-r--r-- | media-gfx/cairosvg/Manifest | 1 | ||||
-rw-r--r-- | media-gfx/cairosvg/cairosvg-2.7.0.ebuild | 38 |
2 files changed, 0 insertions, 39 deletions
diff --git a/media-gfx/cairosvg/Manifest b/media-gfx/cairosvg/Manifest index 5f146514274e..69f739a39967 100644 --- a/media-gfx/cairosvg/Manifest +++ b/media-gfx/cairosvg/Manifest @@ -1,2 +1 @@ -DIST CairoSVG-2.7.0.tar.gz 8398722 BLAKE2B 00a82ec395480aba7bf1c1e2025f53ad5e3bb6336110e709f9cdb67c8a2eeafb071da0dc44aabceadd4c8c274f4560d264c101f43c89c6faa96ea47018a67f62 SHA512 7775654f55ac436c91e781a91ca9ca89826068638fdbf65b9717899dfd5d974dacc7cf2e7ee24fad1be8ded899e1c1f441137f25c2a8185b67e7ecc84c2c9c50 DIST CairoSVG-2.7.1.tar.gz 8399085 BLAKE2B 8d729355e95576ef2bc1f2d046f1d8f997bfe509477db0f2bd1eec0c89ae581081f4629aa66c53604f685e3ad424b08fc8adef5f630a35bdcf64c37d21d463f9 SHA512 fd2cdf38b6ee7860ded728694de8cb413d9442939e60501f7657e2dc43a16b6c6c863faa88a15ea001b7ee7949b2d441bcf609b1d64a49f3091573e14e8b1d92 diff --git a/media-gfx/cairosvg/cairosvg-2.7.0.ebuild b/media-gfx/cairosvg/cairosvg-2.7.0.ebuild deleted file mode 100644 index bec725c86da7..000000000000 --- a/media-gfx/cairosvg/cairosvg-2.7.0.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYPI_NO_NORMALIZE=1 -PYPI_PN="CairoSVG" -PYTHON_COMPAT=( python3_{9..11} ) - -inherit distutils-r1 pypi - -DESCRIPTION="CLI and library to export SVG to PDF, PostScript, and PNG" -HOMEPAGE=" - https://cairosvg.org/ - https://github.com/Kozea/CairoSVG/ - https://pypi.org/project/CairoSVG/ -" - -LICENSE="LGPL-3" -SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv x86" - -RDEPEND=" - dev-python/cairocffi[${PYTHON_USEDEP}] - dev-python/cssselect2[${PYTHON_USEDEP}] - dev-python/defusedxml[${PYTHON_USEDEP}] - dev-python/pillow[${PYTHON_USEDEP}] - dev-python/tinycss2[${PYTHON_USEDEP}] -" - -distutils_enable_tests pytest - -EPYTEST_IGNORE=( - # this test compares output against old version; this makes little - # sense for us and requires both distfiles around - test_non_regression -) |