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@gentoo.org>
This commit is contained in:
Aaron W. Swenson
2020-09-26 06:43:20 -04:00
parent 9d0b506773
commit 4b95db78d2

View File

@@ -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"