commit:     445409eab56b3b3e72b1e55b424d4385622e2268
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 22 12:22:27 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Nov 22 12:27:29 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=445409ea

dev-python/css-parser: Remove old

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/css-parser/Manifest                |  1 -
 dev-python/css-parser/css-parser-1.0.9.ebuild | 28 ---------------------------
 2 files changed, 29 deletions(-)

diff --git a/dev-python/css-parser/Manifest b/dev-python/css-parser/Manifest
index 920fe384ee8c..0d20783a1967 100644
--- a/dev-python/css-parser/Manifest
+++ b/dev-python/css-parser/Manifest
@@ -1,2 +1 @@
 DIST css-parser-1.0.10.tar.gz 349673 BLAKE2B 
30ba106620e488532d3cfbd84fc44b0bc15f1e98c7ca3db5a04476810f1bd7ff62c425a052e141a2f13d15e30bd8d1ad83bf769ccce256bef5b723560e230810
 SHA512 
1f339eb5771fb1ff2f2fc5dbcbe86f6ad09d0ae1abeca96194e6d3c0c4e385ae7366618f28d01010e764fa81d30aec7ccfcbeea2a084c8528be33812307149c8
-DIST css-parser-1.0.9.tar.gz 349482 BLAKE2B 
b3ea0e6f10179882827e614837fc109fb9fe926a05fb497c1dd6239e289cf712512d86bb3974adba41cc4bbd0babf623a637604a676b6725dd1e9b49c53c3170
 SHA512 
487213f870066b2264ec4d7ee4a41819fe2c92187c64557ea011c1a24fbdf623e802ab6a3a828e5e5d23c3d684344b64805676d15837d421a85fba28771af664

diff --git a/dev-python/css-parser/css-parser-1.0.9.ebuild 
b/dev-python/css-parser/css-parser-1.0.9.ebuild
deleted file mode 100644
index 6bcc477147b8..000000000000
--- a/dev-python/css-parser/css-parser-1.0.9.ebuild
+++ /dev/null
@@ -1,28 +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
-PYTHON_COMPAT=( python3_{10..12} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="A CSS Cascading Style Sheets library (fork of cssutils)"
-HOMEPAGE="
-       https://github.com/ebook-utils/css-parser/
-       https://pypi.org/project/css-parser/
-"
-
-LICENSE="LGPL-2.1+"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~loong ~riscv x86"
-
-BDEPEND="
-       test? (
-               dev-python/chardet[${PYTHON_USEDEP}]
-       )
-"
-
-distutils_enable_tests unittest

Reply via email to