summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>2018-03-17 16:36:18 +0100
committerMichał Górny <mgorny@gentoo.org>2018-03-17 22:41:36 +0100
commit537453ca4d9bc763f69227d3406edd65fdf28cc6 (patch)
treedcb477826a4303f64a20444c4581d60b4eb63c57 /dev-python/tinycss
parentdev-python/tinydb: use HTTPS (diff)
downloadgentoo-537453ca4d9bc763f69227d3406edd65fdf28cc6.tar.gz
gentoo-537453ca4d9bc763f69227d3406edd65fdf28cc6.tar.bz2
gentoo-537453ca4d9bc763f69227d3406edd65fdf28cc6.zip
dev-python/tinycss: use HTTPS, update HOMEPAGE
Diffstat (limited to 'dev-python/tinycss')
-rw-r--r--dev-python/tinycss/tinycss-0.3.ebuild5
-rw-r--r--dev-python/tinycss/tinycss-0.4.ebuild5
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 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"
diff --git a/dev-python/tinycss/tinycss-0.4.ebuild b/dev-python/tinycss/tinycss-0.4.ebuild
index b81e7108c2b5..0d15e183fad5 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"