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 859D0158090 for ; Wed, 18 May 2022 19:36:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AF0F4E092C; Wed, 18 May 2022 19:36:03 +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 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9427BE092C for ; Wed, 18 May 2022 19:36:03 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 7943134142E for ; Wed, 18 May 2022 19:36:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 37F6D480 for ; Wed, 18 May 2022 19:35:58 +0000 (UTC) From: "Tony Olagbaiye" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Tony Olagbaiye" Message-ID: <1652902479.5677359a02071cc6d8e7375929128fb2a5f6f582.gentoo@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/readability-lxml/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/readability-lxml/readability-lxml-0.6.1.ebuild X-VCS-Directories: dev-python/readability-lxml/ X-VCS-Committer: gentoo X-VCS-Committer-Name: Tony Olagbaiye X-VCS-Revision: 5677359a02071cc6d8e7375929128fb2a5f6f582 X-VCS-Branch: dev Date: Wed, 18 May 2022 19:35:58 +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: 8283567e-493e-4585-9264-352cd456fed7 X-Archives-Hash: ad79f0f32a8501dec8a200c6d2c82e57 commit: 5677359a02071cc6d8e7375929128fb2a5f6f582 Author: Tony Olagbaiye fron io> AuthorDate: Wed May 18 19:34:39 2022 +0000 Commit: Tony Olagbaiye fron io> CommitDate: Wed May 18 19:34:39 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5677359a dev-python/readability-lxml: update SRC_URI Signed-off-by: Tony Olagbaiye fron.io> dev-python/readability-lxml/readability-lxml-0.6.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/readability-lxml/readability-lxml-0.6.1.ebuild b/dev-python/readability-lxml/readability-lxml-0.6.1.ebuild index e56616367..7ad2ca862 100644 --- a/dev-python/readability-lxml/readability-lxml-0.6.1.ebuild +++ b/dev-python/readability-lxml/readability-lxml-0.6.1.ebuild @@ -3,12 +3,12 @@ EAPI=7 -PYTHON_COMPAT=(python2_7 python3_{5,6,7,8,9,10}) +PYTHON_COMPAT=(python2_7 python3_{5,6,7,8,9,10,11}) inherit distutils-r1 DESCRIPTION="fast python port of arc90's readability tool, updated to match latest readability.js!" HOMEPAGE="https://github.com/buriy/python-readability" -SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz -> ${P}.tar.gz" +SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" LICENSE="Apache-2.0" SLOT="0"