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 3B24F158095 for ; Mon, 26 Sep 2022 10:06:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 891C4E1036; Mon, 26 Sep 2022 10:06:01 +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 6DA9BE1036 for ; Mon, 26 Sep 2022 10:06:01 +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 8E673340A5C for ; Mon, 26 Sep 2022 10:06:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 04F385F1 for ; Mon, 26 Sep 2022 10:05:58 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1664186737.655cdb4860c5e8b013c3890309feeb16aedcfe11.andrewammerlaan@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.6.1.ebuild X-VCS-Directories: dev-python/readability-lxml/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 655cdb4860c5e8b013c3890309feeb16aedcfe11 X-VCS-Branch: master Date: Mon, 26 Sep 2022 10:05: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: 97c6fe70-255b-41e5-bae1-e4226e7d2808 X-Archives-Hash: b30e3b1e0a3076792b69fb973aa18d53 Message-ID: <20220926100558.iWgby1B2JROL9egugSO21QhhP_Ao1oHH_Cz6DnjxND0@z> commit: 655cdb4860c5e8b013c3890309feeb16aedcfe11 Author: Andrew Ammerlaan gentoo org> AuthorDate: Mon Sep 26 09:56:52 2022 +0000 Commit: Andrew Ammerlaan gentoo org> CommitDate: Mon Sep 26 10:05:37 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=655cdb48 dev-python/readability-lxml: shorten description Signed-off-by: Andrew Ammerlaan gentoo.org> dev-python/readability-lxml/readability-lxml-0.6.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 7ad2ca862..914c911e9 100644 --- a/dev-python/readability-lxml/readability-lxml-0.6.1.ebuild +++ b/dev-python/readability-lxml/readability-lxml-0.6.1.ebuild @@ -6,7 +6,7 @@ EAPI=7 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!" +DESCRIPTION="fast html to text parser (article readability tool)" HOMEPAGE="https://github.com/buriy/python-readability" SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"