commit: 7f9081f3913dd42d43cc06e72fa03b41b21dddc6
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 26 19:13:28 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Apr 26 19:13:28 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f9081f3
dev-python/lxml-html-clean: Remove old
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/lxml-html-clean/Manifest | 1 -
.../lxml-html-clean/lxml-html-clean-0.4.1.ebuild | 31 ----------------------
2 files changed, 32 deletions(-)
diff --git a/dev-python/lxml-html-clean/Manifest
b/dev-python/lxml-html-clean/Manifest
index 2cd77d984a0d..3bae46daaaeb 100644
--- a/dev-python/lxml-html-clean/Manifest
+++ b/dev-python/lxml-html-clean/Manifest
@@ -1,2 +1 @@
-DIST lxml_html_clean-0.4.1.tar.gz 21378 BLAKE2B
607c2a5b3b35b0cc89729f4114af7a358fa03e386ea3099369d3b10b083ad092ee7b83ea44f6afc1b9be85457737f22df0db458065eb4910388c142c3c335772
SHA512
87e7835f77da6c20a3581edf86fa42df600e1012b2802686e341f525fd4b78211369282bfd873cb07626cb6f1cc0c898d36ab24ec44700f0b9947d1dbee9f6d6
DIST lxml_html_clean-0.4.2.tar.gz 21622 BLAKE2B
796db28e480e88baffc6f57bc9d1c9c47b898afa28349a65456c46cef61a3ba73d88c8c241857e134da9eee1854877df32d69b795186b30d6806b866d11823e2
SHA512
6d4e55e17dfb174694dc0ba9159a8d59581b8cc374546ed286a4c5fb8f46f06169959a0dca43406126d486ccdfbe079aba18ab4975b04682f76eb95554090c52
diff --git a/dev-python/lxml-html-clean/lxml-html-clean-0.4.1.ebuild
b/dev-python/lxml-html-clean/lxml-html-clean-0.4.1.ebuild
deleted file mode 100644
index a6ee89769a14..000000000000
--- a/dev-python/lxml-html-clean/lxml-html-clean-0.4.1.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..13} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Separate project for HTML cleaning functionalities copied from
lxml.html.clean"
-HOMEPAGE="
- https://github.com/fedora-python/lxml_html_clean/
- https://pypi.org/project/lxml-html-clean/
-"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 ~arm64"
-
-RDEPEND="
- >=dev-python/lxml-5.2.0[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests unittest
-
-python_test() {
- eunittest
- "${EPYTHON}" -m doctest -v tests/*.txt ||
- die "Doctests failed on ${EPYTHON}"
-}