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 B3C4F1382C5 for ; Tue, 13 Mar 2018 19:52:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 060BEE08C8; Tue, 13 Mar 2018 19:52:46 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 CE323E08C8 for ; Tue, 13 Mar 2018 19:52:45 +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 D2F46335C7B for ; Tue, 13 Mar 2018 19:52:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1FDC725E for ; Tue, 13 Mar 2018 19:52:42 +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: <1520970738.96633f1a27c3582f2c3ecce4f304ebc077a06f45.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/bpython/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/bpython/bpython-0.16-r1.ebuild dev-python/bpython/bpython-0.16.ebuild dev-python/bpython/bpython-0.17.1.ebuild dev-python/bpython/bpython-0.17.ebuild X-VCS-Directories: dev-python/bpython/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 96633f1a27c3582f2c3ecce4f304ebc077a06f45 X-VCS-Branch: master Date: Tue, 13 Mar 2018 19:52:42 +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: 83e408c7-f236-4d34-92f7-515519322afd X-Archives-Hash: b682012d40ffbf82e233b4c22114c702 commit: 96633f1a27c3582f2c3ecce4f304ebc077a06f45 Author: Michael Mair-Keimberger gmail com> AuthorDate: Tue Mar 13 19:25:09 2018 +0000 Commit: Michał Górny gentoo org> CommitDate: Tue Mar 13 19:52:18 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=96633f1a dev-python/bpython: use HTTPS dev-python/bpython/bpython-0.16-r1.ebuild | 4 ++-- dev-python/bpython/bpython-0.16.ebuild | 4 ++-- dev-python/bpython/bpython-0.17.1.ebuild | 2 +- dev-python/bpython/bpython-0.17.ebuild | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/dev-python/bpython/bpython-0.16-r1.ebuild b/dev-python/bpython/bpython-0.16-r1.ebuild index 1d5312b8135..fbd3731fa2a 100644 --- a/dev-python/bpython/bpython-0.16-r1.ebuild +++ b/dev-python/bpython/bpython-0.16-r1.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="Syntax highlighting and autocompletion for the Python interpreter" -HOMEPAGE="http://www.bpython-interpreter.org/ https://github.com/bpython/bpython https://pypi.python.org/pypi/bpython" +HOMEPAGE="https://www.bpython-interpreter.org/ https://github.com/bpython/bpython https://pypi.python.org/pypi/bpython" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" diff --git a/dev-python/bpython/bpython-0.16.ebuild b/dev-python/bpython/bpython-0.16.ebuild index ac6d639be79..42d96450cbd 100644 --- a/dev-python/bpython/bpython-0.16.ebuild +++ b/dev-python/bpython/bpython-0.16.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} ) inherit distutils-r1 DESCRIPTION="Syntax highlighting and autocompletion for the Python interpreter" -HOMEPAGE="http://www.bpython-interpreter.org/ https://github.com/bpython/bpython https://pypi.python.org/pypi/bpython" +HOMEPAGE="https://www.bpython-interpreter.org/ https://github.com/bpython/bpython https://pypi.python.org/pypi/bpython" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" diff --git a/dev-python/bpython/bpython-0.17.1.ebuild b/dev-python/bpython/bpython-0.17.1.ebuild index 6905eb54495..d6cffa45f2b 100644 --- a/dev-python/bpython/bpython-0.17.1.ebuild +++ b/dev-python/bpython/bpython-0.17.1.ebuild @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python2_7 python3_{4,5,6} ) inherit distutils-r1 DESCRIPTION="Syntax highlighting and autocompletion for the Python interpreter" -HOMEPAGE="http://www.bpython-interpreter.org/ https://github.com/bpython/bpython https://pypi.python.org/pypi/bpython" +HOMEPAGE="https://www.bpython-interpreter.org/ https://github.com/bpython/bpython https://pypi.python.org/pypi/bpython" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" diff --git a/dev-python/bpython/bpython-0.17.ebuild b/dev-python/bpython/bpython-0.17.ebuild index 6905eb54495..d6cffa45f2b 100644 --- a/dev-python/bpython/bpython-0.17.ebuild +++ b/dev-python/bpython/bpython-0.17.ebuild @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python2_7 python3_{4,5,6} ) inherit distutils-r1 DESCRIPTION="Syntax highlighting and autocompletion for the Python interpreter" -HOMEPAGE="http://www.bpython-interpreter.org/ https://github.com/bpython/bpython https://pypi.python.org/pypi/bpython" +HOMEPAGE="https://www.bpython-interpreter.org/ https://github.com/bpython/bpython https://pypi.python.org/pypi/bpython" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT"