diff options
Diffstat (limited to 'dev-python/tinycss/tinycss-0.3.ebuild')
-rw-r--r-- | dev-python/tinycss/tinycss-0.3.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/dev-python/tinycss/tinycss-0.3.ebuild b/dev-python/tinycss/tinycss-0.3.ebuild index 6eb70d2b67eb..103e7e45750e 100644 --- a/dev-python/tinycss/tinycss-0.3.ebuild +++ b/dev-python/tinycss/tinycss-0.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -8,7 +8,8 @@ PYTHON_COMPAT=( python{2_7,3_4,3_5} ) inherit distutils-r1 DESCRIPTION="A complete yet simple CSS parser for Python" -HOMEPAGE="https://github.com/SimonSapin/tinycss/ http://packages.python.org/tinycss/" +HOMEPAGE="https://github.com/SimonSapin/tinycss/ + https://tinycss.readthedocs.io/en/latest/" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD" |