Gentoo Archives: gentoo-commits

From: Davide Pesavento <pesa@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/PyQtWebEngine/
Date: Sat, 19 Jun 2021 20:42:50
Message-Id: 1624135361.51681acdbbbe4c61279faaaa660121e7fb0afd5a.pesa@gentoo
1 commit: 51681acdbbbe4c61279faaaa660121e7fb0afd5a
2 Author: Davide Pesavento <pesa <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jun 19 20:05:06 2021 +0000
4 Commit: Davide Pesavento <pesa <AT> gentoo <DOT> org>
5 CommitDate: Sat Jun 19 20:42:41 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51681acd
7
8 dev-python/PyQtWebEngine: add pypi URL to HOMEPAGE
9
10 Package-Manager: Portage-3.0.20, Repoman-3.0.3
11 Signed-off-by: Davide Pesavento <pesa <AT> gentoo.org>
12
13 dev-python/PyQtWebEngine/PyQtWebEngine-5.15.4.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/dev-python/PyQtWebEngine/PyQtWebEngine-5.15.4.ebuild b/dev-python/PyQtWebEngine/PyQtWebEngine-5.15.4.ebuild
17 index d793680587d..aaa3aad7aad 100644
18 --- a/dev-python/PyQtWebEngine/PyQtWebEngine-5.15.4.ebuild
19 +++ b/dev-python/PyQtWebEngine/PyQtWebEngine-5.15.4.ebuild
20 @@ -3,11 +3,11 @@
21
22 EAPI=7
23
24 -PYTHON_COMPAT=( python3_{7..10} )
25 +PYTHON_COMPAT=( python3_{8..10} )
26 inherit python-r1 qmake-utils
27
28 DESCRIPTION="Python bindings for QtWebEngine"
29 -HOMEPAGE="https://www.riverbankcomputing.com/software/pyqtwebengine/intro"
30 +HOMEPAGE="https://www.riverbankcomputing.com/software/pyqtwebengine/intro https://pypi.org/project/PyQtWebEngine/"
31
32 MY_P=${PN}-${PV/_pre/.dev}
33 if [[ ${PV} == *_pre* ]]; then