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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 7E2E8158083 for ; Sat, 14 Sep 2024 14:07:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 808BBE29A9; Sat, 14 Sep 2024 14:07:21 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 697A9E29A6 for ; Sat, 14 Sep 2024 14:07:21 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9719634092E for ; Sat, 14 Sep 2024 14:07:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F0EE727ED for ; Sat, 14 Sep 2024 14:07:18 +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: <1726322714.a739a886f6b9be1a3834b924cc30a7c19eeb476f.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/lxml-html-clean/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/lxml-html-clean/Manifest dev-python/lxml-html-clean/lxml-html-clean-0.2.0.ebuild X-VCS-Directories: dev-python/lxml-html-clean/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: a739a886f6b9be1a3834b924cc30a7c19eeb476f X-VCS-Branch: master Date: Sat, 14 Sep 2024 14:07:18 +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: 83a22942-813f-49e5-af81-2993c98ab8bf X-Archives-Hash: 4db0ccbbac06e460bae7961fecc75e8c commit: a739a886f6b9be1a3834b924cc30a7c19eeb476f Author: Michał Górny gentoo org> AuthorDate: Sat Sep 14 14:05:14 2024 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Sep 14 14:05:14 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a739a886 dev-python/lxml-html-clean: Remove old Signed-off-by: Michał Górny gentoo.org> dev-python/lxml-html-clean/Manifest | 1 - .../lxml-html-clean/lxml-html-clean-0.2.0.ebuild | 24 ---------------------- 2 files changed, 25 deletions(-) diff --git a/dev-python/lxml-html-clean/Manifest b/dev-python/lxml-html-clean/Manifest index 6201d9c26e42..ac94dcb4bff5 100644 --- a/dev-python/lxml-html-clean/Manifest +++ b/dev-python/lxml-html-clean/Manifest @@ -1,2 +1 @@ -DIST lxml_html_clean-0.2.0.tar.gz 15438 BLAKE2B 570ac3e0a5861692a439fc2a52ee34e40c659ee3c6bf1b990b1e9dc47f25feedd654cf8f4f1f4c27a49e00c6a8be7940492405d5ad61920c29c1c464609848f6 SHA512 67908512294932454ae461d6371c5dd525e2c21b67b6fd437f4a4ecda7bbb6c617526f9541d4ad0fe624e3f8506ed8a391cd766167f2054a685d96ef18b7e53f DIST lxml_html_clean-0.2.2.tar.gz 19619 BLAKE2B 4317ba3e3ae05603f5e2e53561ea7bf2c2d291ac7c87eb2d4afeaca89ccb13b63dd4a85c9a9e4d5feb3bc6773d27618d2057983b933b3b17e26c319003b3bb7c SHA512 c40aac3453e822c5659252a271071b1e3b61622ce3af78e27763c771147a22a9894ef2512ca38f1d0e67be1d21ce5b860641a2a067e94837cfdcb318610720eb diff --git a/dev-python/lxml-html-clean/lxml-html-clean-0.2.0.ebuild b/dev-python/lxml-html-clean/lxml-html-clean-0.2.0.ebuild deleted file mode 100644 index af89140a5b4d..000000000000 --- a/dev-python/lxml-html-clean/lxml-html-clean-0.2.0.ebuild +++ /dev/null @@ -1,24 +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://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 pytest