dev-python/flexx: use HTTPS, sync HOMEPAGES

This commit is contained in:
Michael Mair-Keimberger
2018-03-17 09:41:16 +01:00
committed by Michał Górny
parent 750731c172
commit 9e63c1397e
2 changed files with 8 additions and 5 deletions

View File

@@ -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"

View File

@@ -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"