diff options
author | Aaron W. Swenson <titanofold@gentoo.org> | 2020-09-26 06:43:20 -0400 |
---|---|---|
committer | Aaron W. Swenson <titanofold@gentoo.org> | 2020-09-26 06:43:20 -0400 |
commit | 4b95db78d2e3bcfcdfe3e5762fd4977a8366d398 (patch) | |
tree | 86d5073f05ee8a9f701ccb76fab0567a954513be /dev-python/cssselect2 | |
parent | net-print/hplip-plugin: Partial revert of commit '0fe5854ccdd'. (diff) | |
download | gentoo-4b95db78d2e3bcfcdfe3e5762fd4977a8366d398.tar.gz gentoo-4b95db78d2e3bcfcdfe3e5762fd4977a8366d398.tar.bz2 gentoo-4b95db78d2e3bcfcdfe3e5762fd4977a8366d398.zip |
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>
Diffstat (limited to 'dev-python/cssselect2')
-rw-r--r-- | dev-python/cssselect2/cssselect2-0.3.0.ebuild | 4 |
1 files 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 addaa3168ba8..81ef567bdaf1 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" |