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 BEEAA138359 for ; Mon, 27 Jul 2020 20:06:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2126FE16AD; Mon, 27 Jul 2020 20:06:32 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 0C21DE16AD for ; Mon, 27 Jul 2020 20:06:32 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 EBD7434F21A for ; Mon, 27 Jul 2020 20:06:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 244D02F7 for ; Mon, 27 Jul 2020 20:06:26 +0000 (UTC) From: "Aaron Bauman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Bauman" Message-ID: <1595880377.90d1e0a89a370b3e0860eb68bdff654a04994499.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/psycopg/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/psycopg/psycopg-2.7.7.ebuild dev-python/psycopg/psycopg-2.8.4.ebuild dev-python/psycopg/psycopg-2.8.5.ebuild X-VCS-Directories: dev-python/psycopg/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: 90d1e0a89a370b3e0860eb68bdff654a04994499 X-VCS-Branch: master Date: Mon, 27 Jul 2020 20:06:26 +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: 9d74a0ae-6abd-475f-a2f0-a75f8ed45156 X-Archives-Hash: aee6e42f93152e3bdf1c8b47239fff54 commit: 90d1e0a89a370b3e0860eb68bdff654a04994499 Author: Michael Mair-Keimberger gmail com> AuthorDate: Tue Jul 21 14:38:13 2020 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Mon Jul 27 20:06:17 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90d1e0a8 dev-python/psycopg: update HOMEPAGE Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Michael Mair-Keimberger gmail.com> Signed-off-by: Aaron Bauman gentoo.org> dev-python/psycopg/psycopg-2.7.7.ebuild | 2 +- dev-python/psycopg/psycopg-2.8.4.ebuild | 2 +- dev-python/psycopg/psycopg-2.8.5.ebuild | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-python/psycopg/psycopg-2.7.7.ebuild b/dev-python/psycopg/psycopg-2.7.7.ebuild index 47078b85fcc..0603fb1b177 100644 --- a/dev-python/psycopg/psycopg-2.7.7.ebuild +++ b/dev-python/psycopg/psycopg-2.7.7.ebuild @@ -11,7 +11,7 @@ MY_PN="${PN}2" MY_P="${MY_PN}-${PV}" DESCRIPTION="PostgreSQL database adapter for Python" -HOMEPAGE="http://initd.org/psycopg/ https://pypi.org/project/psycopg2/" +HOMEPAGE="https://www.psycopg.org https://pypi.org/project/psycopg2/" SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz" LICENSE="LGPL-3+" diff --git a/dev-python/psycopg/psycopg-2.8.4.ebuild b/dev-python/psycopg/psycopg-2.8.4.ebuild index 0552c717acc..15c005f09ae 100644 --- a/dev-python/psycopg/psycopg-2.8.4.ebuild +++ b/dev-python/psycopg/psycopg-2.8.4.ebuild @@ -11,7 +11,7 @@ MY_PN="${PN}2" MY_P="${MY_PN}-${PV}" DESCRIPTION="PostgreSQL database adapter for Python" -HOMEPAGE="http://initd.org/psycopg/ https://pypi.org/project/psycopg2/" +HOMEPAGE="https://www.psycopg.org https://pypi.org/project/psycopg2/" SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz" S=${WORKDIR}/${MY_P} diff --git a/dev-python/psycopg/psycopg-2.8.5.ebuild b/dev-python/psycopg/psycopg-2.8.5.ebuild index 418f438ce30..451f724542c 100644 --- a/dev-python/psycopg/psycopg-2.8.5.ebuild +++ b/dev-python/psycopg/psycopg-2.8.5.ebuild @@ -11,7 +11,7 @@ MY_PN="${PN}2" MY_P="${MY_PN}-${PV}" DESCRIPTION="PostgreSQL database adapter for Python" -HOMEPAGE="http://initd.org/psycopg/ https://pypi.org/project/psycopg2/" +HOMEPAGE="https://www.psycopg.org https://pypi.org/project/psycopg2/" SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz" S=${WORKDIR}/${MY_P}