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 4BD2A1382C5 for ; Sun, 29 Apr 2018 06:34:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2DCD8E0858; Sun, 29 Apr 2018 06:34:00 +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 0816AE0858 for ; Sun, 29 Apr 2018 06:34:00 +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 CC3BB335C9E for ; Sun, 29 Apr 2018 06:33:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E44F22A9 for ; Sun, 29 Apr 2018 06:33:55 +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: <1524983565.706caf81e301d2cb84e4d7334590e3c00ce3e42c.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/plumbum/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/plumbum/plumbum-1.6.0.ebuild dev-python/plumbum/plumbum-1.6.4.ebuild X-VCS-Directories: dev-python/plumbum/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 706caf81e301d2cb84e4d7334590e3c00ce3e42c X-VCS-Branch: master Date: Sun, 29 Apr 2018 06:33:55 +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: 4db98180-aecb-4968-91b2-61b8e73f8677 X-Archives-Hash: 8ec8bfa191d8700c6e333868bc2fd512 commit: 706caf81e301d2cb84e4d7334590e3c00ce3e42c Author: Michael Mair-Keimberger gmail com> AuthorDate: Sat Apr 28 08:16:38 2018 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Apr 29 06:32:45 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=706caf81 dev-python/plumbum: use HTTPS dev-python/plumbum/plumbum-1.6.0.ebuild | 4 ++-- dev-python/plumbum/plumbum-1.6.4.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dev-python/plumbum/plumbum-1.6.0.ebuild b/dev-python/plumbum/plumbum-1.6.0.ebuild index 4e80f40deec..dc3714d6135 100644 --- a/dev-python/plumbum/plumbum-1.6.0.ebuild +++ b/dev-python/plumbum/plumbum-1.6.0.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 @@ -6,7 +6,7 @@ PYTHON_COMPAT=( python2_7 python3_{4,5} ) inherit distutils-r1 DESCRIPTION="A library for shell script-like programs in python" -HOMEPAGE="http://plumbum.readthedocs.org/" +HOMEPAGE="https://plumbum.readthedocs.io/en/latest/" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" diff --git a/dev-python/plumbum/plumbum-1.6.4.ebuild b/dev-python/plumbum/plumbum-1.6.4.ebuild index 8ad4fd78567..0d94b28a67d 100644 --- a/dev-python/plumbum/plumbum-1.6.4.ebuild +++ b/dev-python/plumbum/plumbum-1.6.4.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=6 @@ -6,7 +6,7 @@ PYTHON_COMPAT=( python2_7 python3_{5,6} ) inherit distutils-r1 DESCRIPTION="A library for shell script-like programs in python" -HOMEPAGE="http://plumbum.readthedocs.org/" +HOMEPAGE="https://plumbum.readthedocs.io/en/latest/" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" RDEPEND=""