commit: 706caf81e301d2cb84e4d7334590e3c00ce3e42c
Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Sat Apr 28 08:16:38 2018 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> 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=""