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 | |
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')
-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 | ||||
-rw-r--r-- | recipes-python/pyqtchart/python3-pyqtchart_5.15.1.bb (renamed from recipes-python/pyqtchart/python3-pyqtchart_5.13.1.bb) | 13 |
2 files changed, 15 insertions, 10 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 | ||
diff --git a/recipes-python/pyqtchart/python3-pyqtchart_5.13.1.bb b/recipes-python/pyqtchart/python3-pyqtchart_5.15.1.bb index 04e42beb..c6cd2ff6 100644 --- a/recipes-python/pyqtchart/python3-pyqtchart_5.13.1.bb +++ b/recipes-python/pyqtchart/python3-pyqtchart_5.15.1.bb | |||
@@ -1,15 +1,18 @@ | |||
1 | SUMMARY = "Python Qt Chart Bindings" | 1 | SUMMARY = "Python Qt Chart Bindings" |
2 | AUTHOR = "Adrian.Fiergolski@fastree3d.com" | 2 | AUTHOR = "Adrian.Fiergolski@fastree3d.com" |
3 | HOMEPAGE = "https://www.riverbankcomputing.com/software/pyqtchart" | ||
3 | SECTION = "devel/python" | 4 | SECTION = "devel/python" |
4 | LICENSE = "GPLv3" | 5 | LICENSE = "GPLv3" |
5 | LIC_FILES_CHKSUM = "\ | 6 | LIC_FILES_CHKSUM = "\ |
6 | file://LICENSE;md5=d32239bcb673463ab874e80d47fae504 \ | 7 | file://LICENSE;md5=d32239bcb673463ab874e80d47fae504 \ |
7 | " | 8 | " |
8 | SRC_URI = "\ | 9 | |
9 | https://www.riverbankcomputing.com/static/Downloads/PyQtChart/${PV}/PyQtChart-${PV}.tar.gz \ | 10 | inherit pypi |
10 | " | 11 | |
11 | SRC_URI[md5sum] = "d5d37bff46b690d6318e5e5f25dd5213" | 12 | PYPI_PACKAGE = "PyQtChart" |
12 | SRC_URI[sha256sum] = "49960a1483527857b38c1527f9b6328d30bdcc84521f579c0a561a892f54130e" | 13 | |
14 | SRC_URI[md5sum] = "8a36bc796b0d9a2301e613c382336b0e" | ||
15 | SRC_URI[sha256sum] = "8d976b3dbfb233fb0123129323c68adb9d3693c945bba1e227e004208f0747bc" | ||
13 | 16 | ||
14 | S = "${WORKDIR}/PyQtChart-${PV}" | 17 | S = "${WORKDIR}/PyQtChart-${PV}" |
15 | 18 | ||