From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E1B1A15806E for ; Sat, 3 Jun 2023 19:17:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B691AE0817; Sat, 3 Jun 2023 19:17:14 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6E7E4E0819 for ; Sat, 3 Jun 2023 19:17:14 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B492F34108B for ; Sat, 3 Jun 2023 19:17:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AD7F0A8B for ; Sat, 3 Jun 2023 19:17:10 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1685819727.ada493a902de7fb680b066c04b9c00494108f2bd.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/html5-parser/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/html5-parser/Manifest dev-python/html5-parser/html5-parser-0.4.10-r1.ebuild X-VCS-Directories: dev-python/html5-parser/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: ada493a902de7fb680b066c04b9c00494108f2bd X-VCS-Branch: master Date: Sat, 3 Jun 2023 19:17:10 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: ef85b948-1408-4ca9-af39-27c01c835d21 X-Archives-Hash: 261f65a76b43e41c82ac631083b85d52 commit: ada493a902de7fb680b066c04b9c00494108f2bd Author: Michał Górny gentoo org> AuthorDate: Sat Jun 3 19:15:27 2023 +0000 Commit: Michał Górny gentoo 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 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) -}