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 402DB1382C5 for ; Fri, 22 Jan 2021 01:41:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B2DBBE08E0; Fri, 22 Jan 2021 01:41:53 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 9ABDBE08E0 for ; Fri, 22 Jan 2021 01:41:53 +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 96B88340E86 for ; Fri, 22 Jan 2021 01:41:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B3A704AC for ; Fri, 22 Jan 2021 01:41:48 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1611279701.b5d5476a0ef9055bcfc25844433b3098e8d0c6db.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/httplib2/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/httplib2/httplib2-0.18.1-r1.ebuild X-VCS-Directories: dev-python/httplib2/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: b5d5476a0ef9055bcfc25844433b3098e8d0c6db X-VCS-Branch: master Date: Fri, 22 Jan 2021 01:41:48 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: b7feccbd-00f8-4e15-940d-3a3d29a8f422 X-Archives-Hash: 9f5114ae1e881aa8ac37993a63cef6f5 commit: b5d5476a0ef9055bcfc25844433b3098e8d0c6db Author: Sam James gentoo org> AuthorDate: Fri Jan 22 01:36:04 2021 +0000 Commit: Sam James gentoo org> CommitDate: Fri Jan 22 01:41:41 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5d5476a dev-python/httplib2: cleanup HOMEPAGE Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Sam James gentoo.org> dev-python/httplib2/httplib2-0.18.1-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/httplib2/httplib2-0.18.1-r1.ebuild b/dev-python/httplib2/httplib2-0.18.1-r1.ebuild index 06b35e14ad0..a18fa034a4b 100644 --- a/dev-python/httplib2/httplib2-0.18.1-r1.ebuild +++ b/dev-python/httplib2/httplib2-0.18.1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python3_{6..9} pypy3 ) inherit distutils-r1 DESCRIPTION="A comprehensive HTTP client library" -HOMEPAGE="https://pypi.org/project/httplib2/ https://github.com/jcgregorio/httplib2" +HOMEPAGE="https://pypi.org/project/httplib2/" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT"