summaryrefslogtreecommitdiff
path: root/dev-python/svglib
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-01-28 02:49:59 +0000
committerV3n3RiX <venerix@koprulu.sector>2023-01-28 02:49:59 +0000
commite53aa6b4fbe5a0c6db75d893829f7a6a37a14180 (patch)
treedd095d36490410a724fd271fcdf08c31a5336edd /dev-python/svglib
parentc5ee568457ac776b65b71fa444e0dd47535bc44a (diff)
gentoo auto-resync : 28:01:2023 - 02:49:59
Diffstat (limited to 'dev-python/svglib')
-rw-r--r--dev-python/svglib/Manifest4
-rw-r--r--dev-python/svglib/svglib-1.4.1.ebuild38
-rw-r--r--dev-python/svglib/svglib-1.5.0.ebuild38
3 files changed, 0 insertions, 80 deletions
diff --git a/dev-python/svglib/Manifest b/dev-python/svglib/Manifest
index 2735a8846682..e7efb6892660 100644
--- a/dev-python/svglib/Manifest
+++ b/dev-python/svglib/Manifest
@@ -1,7 +1,3 @@
-DIST svglib-1.4.1.gh.tar.gz 1265260 BLAKE2B ad4d6a402cd56e2e6f1fb534a8cc9c2bdc038fbdd01aad228d0b6471fd9781bcec88064dd6b93ef324201f141202404d25e31834c0f32a40c0a8037be7196edc SHA512 058aae53224cc590d56585a0f5e45506bd6586f70ddb3d9429052c8b2c18a3906925cd17a19c0f6b46695159eee1914f5e658293e7c40c1a7506f2414f8c41f8
-DIST svglib-1.5.0.gh.tar.gz 1265070 BLAKE2B 269a5f290c20bc8a1e5df257ba02449471daf1e9e8ec7128a2008b888c8037d8c610e59bc18d379efd41bbb2bedf265d6751b0d5e2bb34b5ff2c24a4a8f4fca3 SHA512 baa69d766b353ed4da176815a9cc205b9200d1c29b88958f6dcf1de7451d0f8f8783138ddf49aa09dbf49ccd4f36f1a3d9be3d72d7a0d1491dc61840210a850c
DIST svglib-1.5.1.gh.tar.gz 1265304 BLAKE2B e147df6c5326f0ed27ffa56a158442b7727946cd9f51577df36b05b04ffa7ee6b8112736eab92e214ef26b7d055506844820b323e5342e04efbd615a7b8f982f SHA512 5cd93db39078c7598a51e08afee08b689c4c95e5ac6340d1a51f85b6459fa4635b8edf45add3b39d0a079f0177a99b3d4786e40fb6276aa5ba80c9b5513e6d4c
-EBUILD svglib-1.4.1.ebuild 854 BLAKE2B 56181a882b0f85fe32138c4f30630197d359ac84299e88218ad0c12d66239ee8a1bbbda36991dde39df861865c0f42c0da999d0b43af417c7de29fa678db6a91 SHA512 08c955e4b891a288291bba414fc3aae5ccc162bd20998973c7230e99fea0d2c64b3f859ddaa60705235f24383912e113d699f5bf6cec09d214c381c5a32f7f07
-EBUILD svglib-1.5.0.ebuild 854 BLAKE2B 56181a882b0f85fe32138c4f30630197d359ac84299e88218ad0c12d66239ee8a1bbbda36991dde39df861865c0f42c0da999d0b43af417c7de29fa678db6a91 SHA512 08c955e4b891a288291bba414fc3aae5ccc162bd20998973c7230e99fea0d2c64b3f859ddaa60705235f24383912e113d699f5bf6cec09d214c381c5a32f7f07
EBUILD svglib-1.5.1.ebuild 854 BLAKE2B 56181a882b0f85fe32138c4f30630197d359ac84299e88218ad0c12d66239ee8a1bbbda36991dde39df861865c0f42c0da999d0b43af417c7de29fa678db6a91 SHA512 08c955e4b891a288291bba414fc3aae5ccc162bd20998973c7230e99fea0d2c64b3f859ddaa60705235f24383912e113d699f5bf6cec09d214c381c5a32f7f07
MISC metadata.xml 389 BLAKE2B a63a478393f24f78e31793e4ec841749fb600c0d4ae0b71dfb0f63dbd23fdeab7cb531f4e287d97c1b5f65decd8668cabe42eee6f1fac92f40f203a8cc500a70 SHA512 71a266a3fe1432a966fa52a691f1472f269a04e413c52abc7c7264f9acc233abe6ca86c44f35051fb960a7805c62e2ae12ec6e9799e25b2e89f401c6972c15f6
diff --git a/dev-python/svglib/svglib-1.4.1.ebuild b/dev-python/svglib/svglib-1.4.1.ebuild
deleted file mode 100644
index 00086eb46ed1..000000000000
--- a/dev-python/svglib/svglib-1.4.1.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 2021-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
-
-inherit distutils-r1
-
-DESCRIPTION="Pure-Python library for reading and converting SVG"
-HOMEPAGE="
- https://github.com/deeplook/svglib/
- https://pypi.org/project/svglib/
-"
-SRC_URI="
- https://github.com/deeplook/svglib/archive/v${PV}.tar.gz
- -> ${P}.gh.tar.gz
-"
-
-LICENSE="LGPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="
- dev-python/cssselect2[${PYTHON_USEDEP}]
- dev-python/lxml[${PYTHON_USEDEP}]
- dev-python/reportlab[${PYTHON_USEDEP}]
- dev-python/tinycss2[${PYTHON_USEDEP}]
-"
-
-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
-)
diff --git a/dev-python/svglib/svglib-1.5.0.ebuild b/dev-python/svglib/svglib-1.5.0.ebuild
deleted file mode 100644
index 00086eb46ed1..000000000000
--- a/dev-python/svglib/svglib-1.5.0.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 2021-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
-
-inherit distutils-r1
-
-DESCRIPTION="Pure-Python library for reading and converting SVG"
-HOMEPAGE="
- https://github.com/deeplook/svglib/
- https://pypi.org/project/svglib/
-"
-SRC_URI="
- https://github.com/deeplook/svglib/archive/v${PV}.tar.gz
- -> ${P}.gh.tar.gz
-"
-
-LICENSE="LGPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="
- dev-python/cssselect2[${PYTHON_USEDEP}]
- dev-python/lxml[${PYTHON_USEDEP}]
- dev-python/reportlab[${PYTHON_USEDEP}]
- dev-python/tinycss2[${PYTHON_USEDEP}]
-"
-
-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
-)