dev-python/cssselect2: update HOMEPAGE and use HTTPS

This commit is contained in:
Michael Mair-Keimberger
2018-03-20 20:43:02 +01:00
committed by Michał Górny
parent 045ff68621
commit 4bd2af0f13

View File

@@ -8,7 +8,8 @@ PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
inherit distutils-r1
DESCRIPTION="parses CSS3 Selectors and translates them to XPath 1.0"
HOMEPAGE="http://packages.python.org/cssselect/ https://pypi.python.org/pypi/cssselect"
HOMEPAGE="https://cssselect.readthedocs.io/en/latest/
https://pypi.python.org/pypi/cssselect"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="BSD"