diff options
-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 | ||