From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id E177E1384C0 for ; Fri, 28 Aug 2015 23:58:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5F33F1419B; Fri, 28 Aug 2015 23:58:54 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CD9CC1419B for ; Fri, 28 Aug 2015 23:58:53 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9A6FD340983 for ; Fri, 28 Aug 2015 23:58:52 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DE8D8171 for ; Fri, 28 Aug 2015 23:58:50 +0000 (UTC) From: "Tim Harder" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Tim Harder" Message-ID: <1440806266.85e3de0801e9906380d2454ac6dcbf73d2d68a54.radhermit@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pytz/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pytz/pytz-2015.4.ebuild X-VCS-Directories: dev-python/pytz/ X-VCS-Committer: radhermit X-VCS-Committer-Name: Tim Harder X-VCS-Revision: 85e3de0801e9906380d2454ac6dcbf73d2d68a54 X-VCS-Branch: master Date: Fri, 28 Aug 2015 23:58:50 +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: b1adadc0-6fb3-4440-bc55-985bbbe0e8f1 X-Archives-Hash: e0c57bb437e72f393dfe018f7274689c commit: 85e3de0801e9906380d2454ac6dcbf73d2d68a54 Author: Tim Harder gentoo org> AuthorDate: Fri Aug 28 23:55:58 2015 +0000 Commit: Tim Harder gentoo org> CommitDate: Fri Aug 28 23:57:46 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85e3de08 dev-python/pytz: add pypi site to HOMEPAGE dev-python/pytz/pytz-2015.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/pytz/pytz-2015.4.ebuild b/dev-python/pytz/pytz-2015.4.ebuild index 6768e93..6041a14 100644 --- a/dev-python/pytz/pytz-2015.4.ebuild +++ b/dev-python/pytz/pytz-2015.4.ebuild @@ -9,7 +9,7 @@ PYTHON_COMPAT=( python2_7 python3_{3,4} pypy pypy3 ) inherit distutils-r1 DESCRIPTION="World timezone definitions for Python" -HOMEPAGE="http://pythonhosted.org/pytz/" +HOMEPAGE="http://pythonhosted.org/pytz/ https://pypi.python.org/pypi/pytz/" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.bz2" LICENSE="MIT"