commit:     ada493a902de7fb680b066c04b9c00494108f2bd
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Jun  3 19:15:27 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Jun  3 19:15:27 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ada493a9

dev-python/html5-parser: Remove old

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

 dev-python/html5-parser/Manifest                   |  1 -
 .../html5-parser/html5-parser-0.4.10-r1.ebuild     | 36 ----------------------
 2 files changed, 37 deletions(-)

diff --git a/dev-python/html5-parser/Manifest b/dev-python/html5-parser/Manifest
index 9024b1f5aa99..05fa990b368b 100644
--- a/dev-python/html5-parser/Manifest
+++ b/dev-python/html5-parser/Manifest
@@ -1,2 +1 @@
-DIST html5-parser-0.4.10.tar.gz 272814 BLAKE2B 
5759c872e65080ea059b81e632ed70a94e6677ef01af1e50ab1822128cc75ccbd3361c9d4e5e94fc4cc78996b3dbde97ffe435f083c492df2815c67d929cabc7
 SHA512 
45accb891261e1b82185de1cb0e06915e0ff487fe2cfc81b79f5653c8e9d7b9848349ab94657f8fb5eb116311b1d2b0d19f504f841ee8af0cf4a23601a5000aa
 DIST html5-parser-0.4.11.tar.gz 270735 BLAKE2B 
a2c1037b5bf6dcb8e69f18b3404273993ee325f05a0c5e194ace3f68e0034fa1ac119bb3dde4c4f26dea62928b4dfda9ed1453760a5bb5f8faa9397fb0276a1a
 SHA512 
07123f0851e195e72c16ecdc97336c08278c8cdd10e89251c2ca80d8d90fc63ddd2a13d5a7b2bce430b6124e774fa236788b8eb0d03d6ed4c706d91e6bc4aa4a

diff --git a/dev-python/html5-parser/html5-parser-0.4.10-r1.ebuild 
b/dev-python/html5-parser/html5-parser-0.4.10-r1.ebuild
deleted file mode 100644
index 06bf9a6d6ad5..000000000000
--- a/dev-python/html5-parser/html5-parser-0.4.10-r1.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-PYTHON_COMPAT=( python3_{9..11} )
-DISTUTILS_USE_PEP517=setuptools
-PYPI_NO_NORMALIZE=1
-inherit distutils-r1 toolchain-funcs pypi
-
-DESCRIPTION="Fast C based HTML 5 parsing for python"
-HOMEPAGE="https://github.com/kovidgoyal/html5-parser/";
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm x86"
-
-BDEPEND="
-       virtual/pkgconfig
-"
-DEPEND="dev-libs/libxml2:="
-RDEPEND="${DEPEND}
-       dev-python/chardet[${PYTHON_USEDEP}]
-       >=dev-python/lxml-3.8.0[${PYTHON_USEDEP}]"
-
-distutils_enable_tests setup.py
-
-src_prepare() {
-       # Soup is not used when lxml is available.
-       rm test/soup.py || die
-       sed -i -e 's:-O3::' setup.py build.py || die
-       distutils-r1_src_prepare
-}
-
-src_configure() {
-       export PKGCONFIG_EXE=$(tc-getPKG_CONFIG)
-}

Reply via email to