commit: 4b95db78d2e3bcfcdfe3e5762fd4977a8366d398
Author: Aaron W. Swenson <titanofold <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 26 10:43:20 2020 +0000
Commit: Aaron W. Swenson <titanofold <AT> gentoo <DOT> 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 <titanofold <AT> 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"