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 B8ECD1382C5 for ; Mon, 5 Feb 2018 21:54:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7D8B8E09DB; Mon, 5 Feb 2018 21:54:15 +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 54164E09DB for ; Mon, 5 Feb 2018 21:54:15 +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 6C6F7335C51 for ; Mon, 5 Feb 2018 21:54:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B8A9F1ED for ; Mon, 5 Feb 2018 21:54:11 +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: <1517867632.3dfa82c6dca162d874ed9652e7eae425b805d6f1.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/python-sqlparse/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/python-sqlparse/python-sqlparse-0.2.3.ebuild X-VCS-Directories: dev-python/python-sqlparse/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 3dfa82c6dca162d874ed9652e7eae425b805d6f1 X-VCS-Branch: master Date: Mon, 5 Feb 2018 21:54:11 +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: 777ebda4-cebe-4716-8eff-6258cba7fef9 X-Archives-Hash: 9ff8d9b6716806364bc66cde91ad5edd commit: 3dfa82c6dca162d874ed9652e7eae425b805d6f1 Author: Michael Mair-Keimberger gmail com> AuthorDate: Mon Feb 5 20:33:38 2018 +0000 Commit: Michał Górny gentoo org> CommitDate: Mon Feb 5 21:53:52 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3dfa82c6 dev-python/python-sqlparse: remove dead HOMEPAGE dev-python/python-sqlparse/python-sqlparse-0.2.3.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/python-sqlparse/python-sqlparse-0.2.3.ebuild b/dev-python/python-sqlparse/python-sqlparse-0.2.3.ebuild index 8abfe85a5f6..c29badf7f59 100644 --- a/dev-python/python-sqlparse/python-sqlparse-0.2.3.ebuild +++ b/dev-python/python-sqlparse/python-sqlparse-0.2.3.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 @@ -11,7 +11,7 @@ MY_PN="${PN##python-}" MY_P="${MY_PN}-${PV}" DESCRIPTION="A non-validating SQL parser module for Python" -HOMEPAGE="https://code.google.com/p/python-sqlparse/ https://github.com/andialbrecht/sqlparse" +HOMEPAGE="https://github.com/andialbrecht/sqlparse" SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz" SLOT="0"