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 D70F21381F1 for ; Fri, 16 Feb 2018 16:59:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CC7BFE0AA4; Fri, 16 Feb 2018 16:59:21 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 999A0E0AA4 for ; Fri, 16 Feb 2018 16:59:21 +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 F0129335C38 for ; Fri, 16 Feb 2018 16:59:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3C80878 for ; Fri, 16 Feb 2018 16:59:18 +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: <1518799969.fb8ac4bccead607b26cb3a5bc13997cca3495a90.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/terminado/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/terminado/metadata.xml dev-python/terminado/terminado-0.5.ebuild dev-python/terminado/terminado-0.6.ebuild X-VCS-Directories: dev-python/terminado/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: fb8ac4bccead607b26cb3a5bc13997cca3495a90 X-VCS-Branch: master Date: Fri, 16 Feb 2018 16:59:18 +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: 45543972-f717-477e-8a97-317ccd14a899 X-Archives-Hash: 52cb5154c6afb34986dca9da4eab1a62 commit: fb8ac4bccead607b26cb3a5bc13997cca3495a90 Author: Marius Brehler linux sungazer de> AuthorDate: Sat Feb 10 11:28:58 2018 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri Feb 16 16:52:49 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb8ac4bc dev-python/terminado: Update homepage Package-Manager: Portage-2.3.13, Repoman-2.3.3 dev-python/terminado/metadata.xml | 2 +- dev-python/terminado/terminado-0.5.ebuild | 4 ++-- dev-python/terminado/terminado-0.6.ebuild | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/dev-python/terminado/metadata.xml b/dev-python/terminado/metadata.xml index 9daf5d8f4ff..4744584f2da 100644 --- a/dev-python/terminado/metadata.xml +++ b/dev-python/terminado/metadata.xml @@ -7,6 +7,6 @@ terminado - takluyver/terminado + jupyter/terminado diff --git a/dev-python/terminado/terminado-0.5.ebuild b/dev-python/terminado/terminado-0.5.ebuild index 8f8f52e93db..2be6a8d6483 100644 --- a/dev-python/terminado/terminado-0.5.ebuild +++ b/dev-python/terminado/terminado-0.5.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 @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python2_7 python3_{4,5,6} ) inherit distutils-r1 DESCRIPTION="Terminals served to term.js using Tornado websockets" -HOMEPAGE="https://pypi.python.org/pypi/terminado https://github.com/takluyver/terminado" +HOMEPAGE="https://pypi.python.org/pypi/terminado https://github.com/jupyter/terminado" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" SLOT="0" diff --git a/dev-python/terminado/terminado-0.6.ebuild b/dev-python/terminado/terminado-0.6.ebuild index cd3c4c796d6..c92961f85e5 100644 --- a/dev-python/terminado/terminado-0.6.ebuild +++ b/dev-python/terminado/terminado-0.6.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 @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python2_7 python3_{4,5,6} ) inherit distutils-r1 DESCRIPTION="Terminals served to term.js using Tornado websockets" -HOMEPAGE="https://pypi.python.org/pypi/terminado https://github.com/takluyver/terminado" +HOMEPAGE="https://pypi.python.org/pypi/terminado https://github.com/jupyter/terminado" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" SLOT="0"