diff options
author | Jani Suonpera <jani.suonpera@qt.io> | 2020-11-25 15:38:29 +0200 |
---|---|---|
committer | Jani Suonpera <jani.suonpera@qt.io> | 2020-12-04 09:43:52 +0200 |
commit | 19d99b10df41b7875b3c788bc7a9d1a88734e644 (patch) | |
tree | dc987a79b9ad1810bedfa8221533b550cf1662cc /recipes-python/pyqt5 | |
parent | 545be38961a2e287c64f2ae607569e88da4bfa8b (diff) | |
parent | 7a9f639fbd632dbe23af95c7b8123a0b907c6179 (diff) | |
download | meta-qt5-19d99b10df41b7875b3c788bc7a9d1a88734e644.tar.gz |
Merge remote-tracking branch 'qt/upstream/master' into 5.15
Task-number: QTBUG-88755
Change-Id: I7adf9d6bb5fb8a2b0893d1c4b142db73996f20b9
Diffstat (limited to 'recipes-python/pyqt5')
-rw-r--r-- | recipes-python/pyqt5/python3-pyqt5_5.15.1.bb (renamed from recipes-python/pyqt5/python3-pyqt5_5.15.1.dev2006161728.bb) | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/recipes-python/pyqt5/python3-pyqt5_5.15.1.dev2006161728.bb b/recipes-python/pyqt5/python3-pyqt5_5.15.1.bb index 2afa46dc..9d8fd39c 100644 --- a/recipes-python/pyqt5/python3-pyqt5_5.15.1.dev2006161728.bb +++ b/recipes-python/pyqt5/python3-pyqt5_5.15.1.bb | |||
@@ -1,16 +1,18 @@ | |||
1 | SUMMARY = "Python Qt5 Bindings" | 1 | SUMMARY = "Python Qt5 Bindings" |
2 | AUTHOR = "Phil Thomson @ riverbank.co.uk" | 2 | AUTHOR = "Phil Thomson @ riverbank.co.uk" |
3 | HOMEPAGE = "http://riverbankcomputing.co.uk" | 3 | HOMEPAGE = "https://www.riverbankcomputing.com/software/pyqt" |
4 | SECTION = "devel/python" | 4 | SECTION = "devel/python" |
5 | LICENSE = "GPLv3" | 5 | LICENSE = "GPLv3" |
6 | LIC_FILES_CHKSUM = "\ | 6 | LIC_FILES_CHKSUM = "\ |
7 | file://LICENSE;md5=d32239bcb673463ab874e80d47fae504 \ | 7 | file://LICENSE;md5=d32239bcb673463ab874e80d47fae504 \ |
8 | " | 8 | " |
9 | 9 | ||
10 | SRC_URI = "\ | 10 | inherit pypi |
11 | https://www.riverbankcomputing.com/static/Downloads/PyQt5/PyQt5-${PV}.tar.gz \ | 11 | |
12 | " | 12 | PYPI_PACKAGE = "PyQt5" |
13 | SRC_URI[sha256sum] = "b29e4771be495018faef9687919395165da49d391c840c4d1a2592c1089ce592" | 13 | |
14 | SRC_URI[md5sum] = "b60f895e70d31d774e6cd374efd17c65" | ||
15 | SRC_URI[sha256sum] = "d9a76b850246d08da9863189ecb98f6c2aa9b4d97a3e85e29330a264aed0f9a1" | ||
14 | 16 | ||
15 | S = "${WORKDIR}/PyQt5-${PV}" | 17 | S = "${WORKDIR}/PyQt5-${PV}" |
16 | 18 | ||