mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-30 22:48:07 -07:00
dev-python/flexx: use HTTPS, sync HOMEPAGES
This commit is contained in:
committed by
Michał Górny
parent
750731c172
commit
9e63c1397e
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user