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 B2E081382C5 for ; Sun, 18 Mar 2018 19:19:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CD601E07F6; Sun, 18 Mar 2018 19:19:17 +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 94C67E07F6 for ; Sun, 18 Mar 2018 19:19:17 +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 3E114335D3D for ; Sun, 18 Mar 2018 19:19:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DDC0E25B for ; Sun, 18 Mar 2018 19:19:13 +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: <1521400722.f56c628dc25d8cfedabe95bcb735a9c51ff5aca7.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/autobahn/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/autobahn/autobahn-17.10.1.ebuild dev-python/autobahn/autobahn-17.5.1-r2.ebuild dev-python/autobahn/autobahn-17.9.1.ebuild dev-python/autobahn/autobahn-17.9.2.ebuild dev-python/autobahn/autobahn-18.3.1.ebuild X-VCS-Directories: dev-python/autobahn/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: f56c628dc25d8cfedabe95bcb735a9c51ff5aca7 X-VCS-Branch: master Date: Sun, 18 Mar 2018 19:19:13 +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: 66916da4-d0b2-488a-a3a3-ec2d5443bf3d X-Archives-Hash: a48bf21b3d41786dc7f3ab892874e254 commit: f56c628dc25d8cfedabe95bcb735a9c51ff5aca7 Author: Michael Mair-Keimberger gmail com> AuthorDate: Sun Mar 18 14:12:18 2018 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Mar 18 19:18:42 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f56c628d dev-python/autobahn: update HOMEPAGE and use HTTPS dev-python/autobahn/autobahn-17.10.1.ebuild | 4 +++- dev-python/autobahn/autobahn-17.5.1-r2.ebuild | 6 ++++-- dev-python/autobahn/autobahn-17.9.1.ebuild | 6 ++++-- dev-python/autobahn/autobahn-17.9.2.ebuild | 6 ++++-- dev-python/autobahn/autobahn-18.3.1.ebuild | 4 +++- 5 files changed, 18 insertions(+), 8 deletions(-) diff --git a/dev-python/autobahn/autobahn-17.10.1.ebuild b/dev-python/autobahn/autobahn-17.10.1.ebuild index 96be8246b79..e972f02ab7f 100644 --- a/dev-python/autobahn/autobahn-17.10.1.ebuild +++ b/dev-python/autobahn/autobahn-17.10.1.ebuild @@ -10,7 +10,9 @@ inherit distutils-r1 versionator MY_P="${PN}-$(replace_version_separator 3 -)" DESCRIPTION="WebSocket and WAMP for Twisted and Asyncio" -HOMEPAGE="https://pypi.python.org/pypi/autobahn http://autobahn.ws/python/" +HOMEPAGE="https://pypi.python.org/pypi/autobahn + https://crossbar.io/autobahn/ + https://github.com/crossbario/autobahn-python" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_P}.tar.gz" SLOT="0" diff --git a/dev-python/autobahn/autobahn-17.5.1-r2.ebuild b/dev-python/autobahn/autobahn-17.5.1-r2.ebuild index d3c184e4a4b..dd479284126 100644 --- a/dev-python/autobahn/autobahn-17.5.1-r2.ebuild +++ b/dev-python/autobahn/autobahn-17.5.1-r2.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=5 @@ -10,7 +10,9 @@ inherit distutils-r1 versionator MY_P="${PN}-$(replace_version_separator 3 -)" DESCRIPTION="WebSocket and WAMP for Twisted and Asyncio" -HOMEPAGE="https://pypi.python.org/pypi/autobahn http://autobahn.ws/python/" +HOMEPAGE="https://pypi.python.org/pypi/autobahn + https://crossbar.io/autobahn/ + https://github.com/crossbario/autobahn-python" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_P}.tar.gz" SLOT="0" diff --git a/dev-python/autobahn/autobahn-17.9.1.ebuild b/dev-python/autobahn/autobahn-17.9.1.ebuild index 8999f3d609a..e972f02ab7f 100644 --- a/dev-python/autobahn/autobahn-17.9.1.ebuild +++ b/dev-python/autobahn/autobahn-17.9.1.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=5 @@ -10,7 +10,9 @@ inherit distutils-r1 versionator MY_P="${PN}-$(replace_version_separator 3 -)" DESCRIPTION="WebSocket and WAMP for Twisted and Asyncio" -HOMEPAGE="https://pypi.python.org/pypi/autobahn http://autobahn.ws/python/" +HOMEPAGE="https://pypi.python.org/pypi/autobahn + https://crossbar.io/autobahn/ + https://github.com/crossbario/autobahn-python" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_P}.tar.gz" SLOT="0" diff --git a/dev-python/autobahn/autobahn-17.9.2.ebuild b/dev-python/autobahn/autobahn-17.9.2.ebuild index 8999f3d609a..e972f02ab7f 100644 --- a/dev-python/autobahn/autobahn-17.9.2.ebuild +++ b/dev-python/autobahn/autobahn-17.9.2.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=5 @@ -10,7 +10,9 @@ inherit distutils-r1 versionator MY_P="${PN}-$(replace_version_separator 3 -)" DESCRIPTION="WebSocket and WAMP for Twisted and Asyncio" -HOMEPAGE="https://pypi.python.org/pypi/autobahn http://autobahn.ws/python/" +HOMEPAGE="https://pypi.python.org/pypi/autobahn + https://crossbar.io/autobahn/ + https://github.com/crossbario/autobahn-python" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_P}.tar.gz" SLOT="0" diff --git a/dev-python/autobahn/autobahn-18.3.1.ebuild b/dev-python/autobahn/autobahn-18.3.1.ebuild index d9e0fc18cb5..3c170dc307f 100644 --- a/dev-python/autobahn/autobahn-18.3.1.ebuild +++ b/dev-python/autobahn/autobahn-18.3.1.ebuild @@ -10,7 +10,9 @@ inherit distutils-r1 versionator MY_P="${PN}-$(replace_version_separator 3 -)" DESCRIPTION="WebSocket and WAMP for Twisted and Asyncio" -HOMEPAGE="https://pypi.python.org/pypi/autobahn http://autobahn.ws/python/" +HOMEPAGE="https://pypi.python.org/pypi/autobahn + https://crossbar.io/autobahn/ + https://github.com/crossbario/autobahn-python" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_P}.tar.gz" SLOT="0"