commit: 537453ca4d9bc763f69227d3406edd65fdf28cc6
Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Sat Mar 17 15:36:18 2018 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Mar 17 21:41:36 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=537453ca
dev-python/tinycss: use HTTPS, update HOMEPAGE
dev-python/tinycss/tinycss-0.3.ebuild | 5 +++--
dev-python/tinycss/tinycss-0.4.ebuild | 5 +++--
2 files changed, 6 insertions(+), 4 deletions(-)
diff --git a/dev-python/tinycss/tinycss-0.3.ebuild
b/dev-python/tinycss/tinycss-0.3.ebuild
index 6eb70d2b67e..103e7e45750 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"
diff --git a/dev-python/tinycss/tinycss-0.4.ebuild
b/dev-python/tinycss/tinycss-0.4.ebuild
index b81e7108c2b..0d15e183fad 100644
--- a/dev-python/tinycss/tinycss-0.4.ebuild
+++ b/dev-python/tinycss/tinycss-0.4.ebuild
@@ -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"