dev-python/tinycss: use HTTPS, update HOMEPAGE
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>
Sat, 17 Mar 2018 15:36:18 +0000 (16:36 +0100)
committerMichał Górny <mgorny@gentoo.org>
Sat, 17 Mar 2018 21:41:36 +0000 (22:41 +0100)
dev-python/tinycss/tinycss-0.3.ebuild
dev-python/tinycss/tinycss-0.4.ebuild

index 6eb70d2b67ebfc5d577bdcaf74f2afb66ef8b629..103e7e45750e36adf2f07cb045d050c161458a01 100644 (file)
@@ -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"
index b81e7108c2b50c6114728149c9567bf5ebd4de65..0d15e183fad565353222f7af9585262ff50df130 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -8,7 +8,8 @@ PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
 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"