diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-03-17 09:41:16 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-03-17 11:50:55 +0100 |
commit | 9e63c1397e6f808cd731f24491d187d171b26312 (patch) | |
tree | 9c7d43c9fec8093f2ba56f7b01ab2d938f169496 /dev-python/flexx | |
parent | sci-biology/clustalx: amd64 stable wrt bug #644726 (diff) | |
download | gentoo-9e63c1397e6f808cd731f24491d187d171b26312.tar.gz gentoo-9e63c1397e6f808cd731f24491d187d171b26312.tar.bz2 gentoo-9e63c1397e6f808cd731f24491d187d171b26312.zip |
dev-python/flexx: use HTTPS, sync HOMEPAGES
Diffstat (limited to 'dev-python/flexx')
-rw-r--r-- | dev-python/flexx/flexx-0.3.1.ebuild | 6 | ||||
-rw-r--r-- | dev-python/flexx/flexx-0.4.1.ebuild | 7 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-python/flexx/flexx-0.3.1.ebuild b/dev-python/flexx/flexx-0.3.1.ebuild index 7f83b67265ab..a01479ab7052 100644 --- a/dev-python/flexx/flexx-0.3.1.ebuild +++ b/dev-python/flexx/flexx-0.3.1.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 @@ -9,9 +9,9 @@ inherit distutils-r1 DESCRIPTION="Pure Python toolkit for creating GUI's using web technology" HOMEPAGE=" - http://flexx.readthedocs.org + https://flexx.readthedocs.org https://github.com/zoofio/flexx - http://pypi.python.org/pypi/flexx" + https://pypi.python.org/pypi/flexx" SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.zip" LICENSE="BSD" diff --git a/dev-python/flexx/flexx-0.4.1.ebuild b/dev-python/flexx/flexx-0.4.1.ebuild index 45ae7cc1bf7c..45351a0575fe 100644 --- a/dev-python/flexx/flexx-0.4.1.ebuild +++ b/dev-python/flexx/flexx-0.4.1.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 @@ -8,7 +8,10 @@ PYTHON_COMPAT=( python2_7 python3_{4,5,6} ) inherit distutils-r1 DESCRIPTION="Pure Python toolkit for creating GUI's using web technology" -HOMEPAGE="http://flexx.readthedocs.org" +HOMEPAGE=" + https://flexx.readthedocs.org + https://github.com/zoofio/flexx + https://pypi.python.org/pypi/flexx" SRC_URI="https://github.com/zoofIO//${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="BSD" |