From: Louis Sautier Date: Sat, 21 Jan 2017 00:56:31 +0000 (+0100) Subject: dev-python/pytools: update metadata, use https for HOMEPAGE X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=90c252b88d27c7fdc38b9d49bf0ed66b0f2fbcff;p=gentoo.git dev-python/pytools: update metadata, use https for HOMEPAGE Package-Manager: Portage-2.3.3, Repoman-2.3.1 Closes: https://github.com/gentoo/gentoo/pull/3572 --- diff --git a/dev-python/pytools/metadata.xml b/dev-python/pytools/metadata.xml index 8fabef72ddde..b7577277a95a 100644 --- a/dev-python/pytools/metadata.xml +++ b/dev-python/pytools/metadata.xml @@ -1,11 +1,12 @@ - - python@gentoo.org - Python - - - pytools - + + python@gentoo.org + Python + + + pytools + inducer/pytools + diff --git a/dev-python/pytools/pytools-2014.3.5.ebuild b/dev-python/pytools/pytools-2014.3.5.ebuild index 7469c2a3d5d4..710b114579a4 100644 --- a/dev-python/pytools/pytools-2014.3.5.ebuild +++ b/dev-python/pytools/pytools-2014.3.5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -9,7 +9,7 @@ PYTHON_COMPAT=( python2_7 python3_4 ) inherit distutils-r1 DESCRIPTION="A collection of tools missing from the Python standard library" -HOMEPAGE="http://mathema.tician.de/software/pytools" +HOMEPAGE="https://mathema.tician.de/software/pytools/" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" diff --git a/dev-python/pytools/pytools-2016.1.ebuild b/dev-python/pytools/pytools-2016.1.ebuild index 8942b0f4205f..896ae651d5eb 100644 --- a/dev-python/pytools/pytools-2016.1.ebuild +++ b/dev-python/pytools/pytools-2016.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -9,7 +9,7 @@ PYTHON_COMPAT=( python{2_7,3_{4,5}} ) inherit distutils-r1 DESCRIPTION="A collection of tools missing from the Python standard library" -HOMEPAGE="http://mathema.tician.de/software/pytools" +HOMEPAGE="https://mathema.tician.de/software/pytools/" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT"