From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2B70B1382C5 for ; Sat, 17 Mar 2018 21:41:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BE96EE0919; Sat, 17 Mar 2018 21:41:46 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 91751E0918 for ; Sat, 17 Mar 2018 21:41:46 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 88B84335CF0 for ; Sat, 17 Mar 2018 21:41:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1967E262 for ; Sat, 17 Mar 2018 21:41:43 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1521322896.537453ca4d9bc763f69227d3406edd65fdf28cc6.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/tinycss/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/tinycss/tinycss-0.3.ebuild dev-python/tinycss/tinycss-0.4.ebuild X-VCS-Directories: dev-python/tinycss/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 537453ca4d9bc763f69227d3406edd65fdf28cc6 X-VCS-Branch: master Date: Sat, 17 Mar 2018 21:41:43 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 0ffbafb4-00b9-4757-86b4-e7d340b579be X-Archives-Hash: 4707051c47bad9dc237aa9db27d4bf5c commit: 537453ca4d9bc763f69227d3406edd65fdf28cc6 Author: Michael Mair-Keimberger gmail com> AuthorDate: Sat Mar 17 15:36:18 2018 +0000 Commit: Michał Górny gentoo 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"