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 55C1C1584AD for ; Fri, 02 May 2025 23:39:41 +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 server-signature RSA-PSS (4096 bits)) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 416B53430DB for ; Fri, 02 May 2025 23:39:41 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 284421104BB; Fri, 02 May 2025 23:39:12 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 bobolink.gentoo.org (Postfix) with ESMTPS id 1E4DE110287 for ; Fri, 02 May 2025 23:39:12 +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 D20303430BF for ; Fri, 02 May 2025 23:39:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6508A27F2 for ; Fri, 02 May 2025 23:39:08 +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: <1746207847.0d4399fe2c335862d5f8b62e16a348c5eeb0b224.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/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: 0d4399fe2c335862d5f8b62e16a348c5eeb0b224 X-VCS-Branch: master Date: Fri, 02 May 2025 23:39:08 +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: 8083ca64-3927-48b2-9bf8-2e6733a2771b X-Archives-Hash: da8482ad35e458180361fd1e399cef9c commit: 0d4399fe2c335862d5f8b62e16a348c5eeb0b224 Author: Anna (cybertailor) Vyalkova sysrq in> AuthorDate: Fri May 2 17:44:07 2025 +0000 Commit: David Roman gmail com> CommitDate: Fri May 2 17:44:07 2025 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0d4399fe dev-python/readability-lxml: enable py3.13 Closes: https://bugs.gentoo.org/847181 Signed-off-by: Anna (cybertailor) Vyalkova sysrq.in> dev-python/readability-lxml/readability-lxml-0.8.1.ebuild | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/dev-python/readability-lxml/readability-lxml-0.8.1.ebuild b/dev-python/readability-lxml/readability-lxml-0.8.1.ebuild index 7d6c1b4c1..beebdd815 100644 --- a/dev-python/readability-lxml/readability-lxml-0.8.1.ebuild +++ b/dev-python/readability-lxml/readability-lxml-0.8.1.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{11..12} ) +PYTHON_COMPAT=( python3_{11..13} ) DISTUTILS_USE_PEP517=setuptools inherit distutils-r1 @@ -43,9 +43,7 @@ distutils_enable_sphinx doc/source \ dev-python/recommonmark \ dev-python/sphinx-rtd-theme -python_test() { - [[ ${EPYTHON} == pypy3 ]] && \ - return 0 # unsatisfied dep - - distutils-r1_python_test +src_prepare() { + rm readability/compat/two.py || die + distutils-r1_src_prepare }