From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 finch.gentoo.org (Postfix) with ESMTPS id CF7101581FD for ; Sun, 07 Sep 2025 11:02:40 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id BD517340E5C for ; Sun, 07 Sep 2025 11:02:40 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id ACDC0110579; Sun, 07 Sep 2025 11:02:20 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 9B51D11057A for ; Sun, 07 Sep 2025 11:02:20 +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) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 582F2340F3A for ; Sun, 07 Sep 2025 11:02:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BF5E3394D for ; Sun, 07 Sep 2025 11:02:17 +0000 (UTC) From: "David Roman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Roman" Message-ID: <1757217898.3e133a2cb0872db2d8ec0fa9ebc09ba03c947307.davidroman@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/readability-lxml/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/readability-lxml/Manifest dev-python/readability-lxml/readability-lxml-0.8.1.ebuild X-VCS-Directories: dev-python/readability-lxml/ X-VCS-Committer: davidroman X-VCS-Committer-Name: David Roman X-VCS-Revision: 3e133a2cb0872db2d8ec0fa9ebc09ba03c947307 X-VCS-Branch: master Date: Sun, 07 Sep 2025 11:02:17 +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: 771f076c-5b4d-4925-a0b9-3579323d087f X-Archives-Hash: 3658c8c76f8973a3ac19cde18bdb3ad5 commit: 3e133a2cb0872db2d8ec0fa9ebc09ba03c947307 Author: Anna (cybertailor) Vyalkova sysrq in> AuthorDate: Sun Sep 7 04:04:58 2025 +0000 Commit: David Roman gmail com> CommitDate: Sun Sep 7 04:04:58 2025 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3e133a2c dev-python/readability-lxml: drop 0.8.1 Signed-off-by: Anna (cybertailor) Vyalkova sysrq.in> dev-python/readability-lxml/Manifest | 1 - .../readability-lxml/readability-lxml-0.8.1.ebuild | 49 ---------------------- 2 files changed, 50 deletions(-) diff --git a/dev-python/readability-lxml/Manifest b/dev-python/readability-lxml/Manifest index a2920017a0..095d8e8407 100644 --- a/dev-python/readability-lxml/Manifest +++ b/dev-python/readability-lxml/Manifest @@ -1,2 +1 @@ -DIST readability-lxml-0.8.1.gh.tar.gz 78871 BLAKE2B ef179d8bb727c0630e3af763a18170c1956be5cd3b8ad1cfe614b233964225e2e73b814c4ad628780eaffca21881d1ed276f45248a656b8c37ef1e6ccb121e85 SHA512 c5b296a35606f65643f72e7d9ee07d6820a7a6a36ce97350673ea6076b704f7ed72f92ded47dac56690cdf3776eb8fadbb02ea234355a9982d4127976b2e6c6e DIST readability-lxml-0.8.4.1.gh.tar.gz 81767 BLAKE2B 5303f61c0317b233693f7d41ce3fb2d66c0bc1dd30997296dd32cc320b2a79cd5f65bb5ab074f623cf5dfc17679dc7c354694ed54661f46ccee34c8b27bdd333 SHA512 74d7163cd46df9ed60655cf0abc401a20001f39c03deb0e86d34942f9e50ddb8e2825b50599b43995f1db2cd26515c1abe03a63e1cab7f737c7aa59347000d25 diff --git a/dev-python/readability-lxml/readability-lxml-0.8.1.ebuild b/dev-python/readability-lxml/readability-lxml-0.8.1.ebuild deleted file mode 100644 index beebdd815e..0000000000 --- a/dev-python/readability-lxml/readability-lxml-0.8.1.ebuild +++ /dev/null @@ -1,49 +0,0 @@ -# Copyright 2019-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{11..13} ) -DISTUTILS_USE_PEP517=setuptools -inherit distutils-r1 - -MY_PN="python-readability" -DESCRIPTION="fast html to text parser (article readability tool)" -HOMEPAGE=" - https://pypi.org/project/readability-lxml/ - https://github.com/buriy/python-readability -" -SRC_URI="https://github.com/buriy/${MY_PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz" -S="${WORKDIR}/${MY_PN}-${PV}" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="~amd64" - -RDEPEND=" - dev-python/cssselect[${PYTHON_USEDEP}] - dev-python/lxml[${PYTHON_USEDEP}] - dev-python/lxml-html-clean[${PYTHON_USEDEP}] - || ( - dev-python/chardet[${PYTHON_USEDEP}] - dev-python/faust-cchardet[${PYTHON_USEDEP}] - ) -" -BDEPEND=" - test? ( - dev-python/chardet[${PYTHON_USEDEP}] - $(python_gen_cond_dep \ - 'dev-python/timeout-decorator[${PYTHON_USEDEP}]' python3_11) - ) -" - -distutils_enable_tests unittest - -distutils_enable_sphinx doc/source \ - dev-python/recommonmark \ - dev-python/sphinx-rtd-theme - -src_prepare() { - rm readability/compat/two.py || die - distutils-r1_src_prepare -}