diff options
author | Davide Pesavento <pesa@gentoo.org> | 2017-01-25 01:48:07 +0100 |
---|---|---|
committer | Davide Pesavento <pesa@gentoo.org> | 2017-01-25 01:48:07 +0100 |
commit | 9e30882bac8fb895492110fd54defecc945f6630 (patch) | |
tree | e6ad7fb5f985cf539ec9778ea1f9e2837b4906f0 /dev-python/PyQt5 | |
parent | dev-python/PyQt4: don't list pypi in HOMEPAGE; use https (diff) | |
download | gentoo-9e30882bac8fb895492110fd54defecc945f6630.tar.gz gentoo-9e30882bac8fb895492110fd54defecc945f6630.tar.bz2 gentoo-9e30882bac8fb895492110fd54defecc945f6630.zip |
dev-python/PyQt5: don't list pypi in HOMEPAGE; use https
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'dev-python/PyQt5')
-rw-r--r-- | dev-python/PyQt5/PyQt5-5.5.1.ebuild | 5 | ||||
-rw-r--r-- | dev-python/PyQt5/PyQt5-5.6.1_pre1604271126.ebuild | 5 | ||||
-rw-r--r-- | dev-python/PyQt5/PyQt5-5.7.1.ebuild | 5 |
3 files changed, 6 insertions, 9 deletions
diff --git a/dev-python/PyQt5/PyQt5-5.5.1.ebuild b/dev-python/PyQt5/PyQt5-5.5.1.ebuild index eaa7e762dbdb..b1a09c3d91b0 100644 --- a/dev-python/PyQt5/PyQt5-5.5.1.ebuild +++ b/dev-python/PyQt5/PyQt5-5.5.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,8 +9,7 @@ PYTHON_COMPAT=( python2_7 python3_{4,5} ) inherit eutils multibuild multilib python-r1 qmake-utils DESCRIPTION="Python bindings for the Qt framework" -HOMEPAGE="http://www.riverbankcomputing.com/software/pyqt/intro - https://pypi.python.org/pypi/PyQt5" +HOMEPAGE="https://www.riverbankcomputing.com/software/pyqt/intro" MY_PN="PyQt-gpl" if [[ ${PV} == *_pre* ]]; then diff --git a/dev-python/PyQt5/PyQt5-5.6.1_pre1604271126.ebuild b/dev-python/PyQt5/PyQt5-5.6.1_pre1604271126.ebuild index 609a74e93775..79be31c986fe 100644 --- a/dev-python/PyQt5/PyQt5-5.6.1_pre1604271126.ebuild +++ b/dev-python/PyQt5/PyQt5-5.6.1_pre1604271126.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$ @@ -8,8 +8,7 @@ PYTHON_COMPAT=( python2_7 python3_{4,5} ) inherit multibuild python-r1 qmake-utils DESCRIPTION="Python bindings for the Qt framework" -HOMEPAGE="http://www.riverbankcomputing.com/software/pyqt/intro - https://pypi.python.org/pypi/PyQt5" +HOMEPAGE="https://www.riverbankcomputing.com/software/pyqt/intro" MY_P=${PN}_gpl-${PV/_pre/.dev} if [[ ${PV} == *_pre* ]]; then diff --git a/dev-python/PyQt5/PyQt5-5.7.1.ebuild b/dev-python/PyQt5/PyQt5-5.7.1.ebuild index f19b596a9cbb..d9235d026141 100644 --- a/dev-python/PyQt5/PyQt5-5.7.1.ebuild +++ b/dev-python/PyQt5/PyQt5-5.7.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$ @@ -8,8 +8,7 @@ PYTHON_COMPAT=( python2_7 python3_{4,5} ) inherit multibuild python-r1 qmake-utils DESCRIPTION="Python bindings for the Qt framework" -HOMEPAGE="http://www.riverbankcomputing.com/software/pyqt/intro - https://pypi.python.org/pypi/PyQt5" +HOMEPAGE="https://www.riverbankcomputing.com/software/pyqt/intro" MY_P=${PN}_gpl-${PV/_pre/.dev} if [[ ${PV} == *_pre* ]]; then |