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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D16AA138359 for ; Sat, 26 Sep 2020 10:45:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E3262E0729; Sat, 26 Sep 2020 10:45:42 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C9E4EE0729 for ; Sat, 26 Sep 2020 10:45:42 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 83C1133FECD for ; Sat, 26 Sep 2020 10:45:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EF50EEC for ; Sat, 26 Sep 2020 10:45:39 +0000 (UTC) From: "Aaron W. Swenson" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron W. Swenson" Message-ID: <1601117000.4b95db78d2e3bcfcdfe3e5762fd4977a8366d398.titanofold@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/cssselect2/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/cssselect2/cssselect2-0.3.0.ebuild X-VCS-Directories: dev-python/cssselect2/ X-VCS-Committer: titanofold X-VCS-Committer-Name: Aaron W. Swenson X-VCS-Revision: 4b95db78d2e3bcfcdfe3e5762fd4977a8366d398 X-VCS-Branch: master Date: Sat, 26 Sep 2020 10:45:39 +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: 29f68564-fb6f-4af8-b23b-5ad424e090f6 X-Archives-Hash: 3603eb4be078a2399c0b20a18e2f5345 commit: 4b95db78d2e3bcfcdfe3e5762fd4977a8366d398 Author: Aaron W. Swenson gentoo org> AuthorDate: Sat Sep 26 10:43:20 2020 +0000 Commit: Aaron W. Swenson gentoo org> CommitDate: Sat Sep 26 10:43:20 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b95db78 dev-python/cssselect2: Correct URLs Previously linked to cssselect's readthedocs and pypi page instead of cssselect2's. Signed-off-by: Aaron W. Swenson gentoo.org> dev-python/cssselect2/cssselect2-0.3.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/cssselect2/cssselect2-0.3.0.ebuild b/dev-python/cssselect2/cssselect2-0.3.0.ebuild index addaa3168ba..81ef567bdaf 100644 --- a/dev-python/cssselect2/cssselect2-0.3.0.ebuild +++ b/dev-python/cssselect2/cssselect2-0.3.0.ebuild @@ -8,8 +8,8 @@ PYTHON_COMPAT=( python3_{6,7,8} ) inherit distutils-r1 DESCRIPTION="Parses CSS3 Selectors and translates them to XPath 1.0" -HOMEPAGE="https://cssselect.readthedocs.io/en/latest/ - https://pypi.org/project/cssselect/ +HOMEPAGE="https://cssselect2.readthedocs.io/en/latest/ + https://pypi.org/project/cssselect2/ https://github.com/Kozea/cssselect2" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"