summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 @@
1SUMMARY = "Python Qt Chart Bindings" 1SUMMARY = "Python Qt Chart Bindings"
2AUTHOR = "Adrian.Fiergolski@fastree3d.com" 2AUTHOR = "Adrian.Fiergolski@fastree3d.com"
3HOMEPAGE = "https://www.riverbankcomputing.com/software/pyqtchart"
3SECTION = "devel/python" 4SECTION = "devel/python"
4LICENSE = "GPLv3" 5LICENSE = "GPLv3"
5LIC_FILES_CHKSUM = "\ 6LIC_FILES_CHKSUM = "\
6 file://LICENSE;md5=d32239bcb673463ab874e80d47fae504 \ 7 file://LICENSE;md5=d32239bcb673463ab874e80d47fae504 \
7" 8"
8SRC_URI = "\ 9
9 https://www.riverbankcomputing.com/static/Downloads/PyQtChart/${PV}/PyQtChart-${PV}.tar.gz \ 10inherit pypi
10" 11
11SRC_URI[md5sum] = "d5d37bff46b690d6318e5e5f25dd5213" 12PYPI_PACKAGE = "PyQtChart"
12SRC_URI[sha256sum] = "49960a1483527857b38c1527f9b6328d30bdcc84521f579c0a561a892f54130e" 13
14SRC_URI[md5sum] = "8a36bc796b0d9a2301e613c382336b0e"
15SRC_URI[sha256sum] = "8d976b3dbfb233fb0123129323c68adb9d3693c945bba1e227e004208f0747bc"
13 16
14S = "${WORKDIR}/PyQtChart-${PV}" 17S = "${WORKDIR}/PyQtChart-${PV}"
15 18