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 1A9BD138334 for ; Tue, 26 Mar 2019 18:52:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BDA2EE08A6; Tue, 26 Mar 2019 18:52: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 926D7E08A6 for ; Tue, 26 Mar 2019 18:52:53 +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 80DCC335D08 for ; Tue, 26 Mar 2019 18:52:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BEA00588 for ; Tue, 26 Mar 2019 18:52:49 +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: <1553626355.ee8abd439fc83c0609c5bb9121a90bdea025aac4.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/py2neo/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/py2neo/py2neo-3.1.2.ebuild X-VCS-Directories: dev-python/py2neo/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: ee8abd439fc83c0609c5bb9121a90bdea025aac4 X-VCS-Branch: master Date: Tue, 26 Mar 2019 18:52:49 +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: 02241c2a-d61e-4f15-8a86-af69e0e75130 X-Archives-Hash: cde63f66b1809aed8df73d05edc987b9 commit: ee8abd439fc83c0609c5bb9121a90bdea025aac4 Author: Michael Mair-Keimberger gmail com> AuthorDate: Fri Mar 22 08:00:02 2019 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Tue Mar 26 18:52:35 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee8abd43 dev-python/py2neo: use HTTPS Signed-off-by: Michael Mair-Keimberger gmail.com> Signed-off-by: Aaron Bauman gentoo.org> dev-python/py2neo/py2neo-3.1.2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/py2neo/py2neo-3.1.2.ebuild b/dev-python/py2neo/py2neo-3.1.2.ebuild index 77e8e49bb32..186dec019a9 100644 --- a/dev-python/py2neo/py2neo-3.1.2.ebuild +++ b/dev-python/py2neo/py2neo-3.1.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy{,3} ) inherit distutils-r1 DESCRIPTION="A simple and pragmatic library which accesses the Neo4j graph database" -HOMEPAGE="http://py2neo.org" +HOMEPAGE="https://py2neo.org/v3/" SRC_URI="mirror://pypi/p/${PN}/${P}.tar.gz" LICENSE="Apache-2.0"