diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2019-03-22 08:49:01 +0100 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2019-03-26 14:52:24 -0400 |
commit | 10fa3b6f3c6deadbef2a5a86a3c816135c82d1c5 (patch) | |
tree | ad3d3c03abf7f3f79b237ab8d913019517abd571 /dev-python/click | |
parent | dev-python/breathe: use HTTPS (diff) | |
download | gentoo-10fa3b6f3c6deadbef2a5a86a3c816135c82d1c5.tar.gz gentoo-10fa3b6f3c6deadbef2a5a86a3c816135c82d1c5.tar.bz2 gentoo-10fa3b6f3c6deadbef2a5a86a3c816135c82d1c5.zip |
dev-python/click: update HOMEPAGE, use HTTPS
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com>
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'dev-python/click')
-rw-r--r-- | dev-python/click/click-5.1.ebuild | 4 | ||||
-rw-r--r-- | dev-python/click/click-6.6.ebuild | 4 | ||||
-rw-r--r-- | dev-python/click/click-6.7-r1.ebuild | 4 | ||||
-rw-r--r-- | dev-python/click/click-6.7.ebuild | 4 | ||||
-rw-r--r-- | dev-python/click/click-7.0.ebuild | 2 |
5 files changed, 9 insertions, 9 deletions
diff --git a/dev-python/click/click-5.1.ebuild b/dev-python/click/click-5.1.ebuild index f6772af7b4c5..8c11aa82bf9f 100644 --- a/dev-python/click/click-5.1.ebuild +++ b/dev-python/click/click-5.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -9,7 +9,7 @@ inherit distutils-r1 DESCRIPTION="A Python package for creating beautiful command line interfaces" SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" -HOMEPAGE="http://click.pocoo.org/ https://pypi.org/project/click/" +HOMEPAGE="https://palletsprojects.com/p/click/ https://pypi.org/project/click/" LICENSE="BSD" SLOT="0" diff --git a/dev-python/click/click-6.6.ebuild b/dev-python/click/click-6.6.ebuild index 5d3769cf9729..b0a4f62d0539 100644 --- a/dev-python/click/click-6.6.ebuild +++ b/dev-python/click/click-6.6.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -9,7 +9,7 @@ inherit distutils-r1 DESCRIPTION="A Python package for creating beautiful command line interfaces" SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" -HOMEPAGE="http://click.pocoo.org/ https://pypi.org/project/click/" +HOMEPAGE="https://palletsprojects.com/p/click/ https://pypi.org/project/click/" LICENSE="BSD" SLOT="0" diff --git a/dev-python/click/click-6.7-r1.ebuild b/dev-python/click/click-6.7-r1.ebuild index 2f650c4ca676..fe54c2cbc914 100644 --- a/dev-python/click/click-6.7-r1.ebuild +++ b/dev-python/click/click-6.7-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -9,7 +9,7 @@ inherit distutils-r1 DESCRIPTION="A Python package for creating beautiful command line interfaces" SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" -HOMEPAGE="http://click.pocoo.org/ https://pypi.org/project/click/" +HOMEPAGE="https://palletsprojects.com/p/click/ https://pypi.org/project/click/" LICENSE="BSD" SLOT="0" diff --git a/dev-python/click/click-6.7.ebuild b/dev-python/click/click-6.7.ebuild index 74c2f3587ec8..095acb38811b 100644 --- a/dev-python/click/click-6.7.ebuild +++ b/dev-python/click/click-6.7.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -9,7 +9,7 @@ inherit distutils-r1 DESCRIPTION="A Python package for creating beautiful command line interfaces" SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" -HOMEPAGE="http://click.pocoo.org/ https://pypi.org/project/click/" +HOMEPAGE="https://palletsprojects.com/p/click/ https://pypi.org/project/click/" LICENSE="BSD" SLOT="0" diff --git a/dev-python/click/click-7.0.ebuild b/dev-python/click/click-7.0.ebuild index 6b7015bd45bb..2677e18f964d 100644 --- a/dev-python/click/click-7.0.ebuild +++ b/dev-python/click/click-7.0.ebuild @@ -9,7 +9,7 @@ inherit distutils-r1 DESCRIPTION="A Python package for creating beautiful command line interfaces" SRC_URI="https://github.com/pallets/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" -HOMEPAGE="http://click.pocoo.org/ https://pypi.org/project/click/" +HOMEPAGE="https://palletsprojects.com/p/click/ https://pypi.org/project/click/" LICENSE="BSD" SLOT="0" |