diff options
| author | Daniel Gomez <daniel@qtec.com> | 2020-09-16 12:52:07 +0200 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2020-10-11 17:07:19 +0200 |
| commit | 26142d60a52d629dc6bbc2f222b6bfc748f62690 (patch) | |
| tree | 537effffe0fbe9b877c17492304d183df38f9fbd /recipes-python/pyqtchart | |
| parent | 0aca81dfd47e3f7b6b24faf90d2419d77838808c (diff) | |
| download | meta-qt5-26142d60a52d629dc6bbc2f222b6bfc748f62690.tar.gz | |
pyqtchart: Update to version 5.15.1 and use pypi
Old version no longer available through riverbankcomputing.com.
Update to 5.15.1 and download the package sources using pypi class.
Signed-off-by: Daniel Gomez <daniel@qtec.com>
Diffstat (limited to 'recipes-python/pyqtchart')
| -rw-r--r-- | recipes-python/pyqtchart/python3-pyqtchart_5.15.1.bb (renamed from recipes-python/pyqtchart/python3-pyqtchart_5.13.1.bb) | 13 |
1 files changed, 8 insertions, 5 deletions
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 | ||
