From 810f203e9629910d8b14d0e37eba2853005f2368 Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Mon, 21 Sep 2020 16:44:02 +0300 Subject: python3-luma-core: Upgrade 1.16.1 -> 1.16.2 Upgrade to release 1.16.2: - Added new parallel interface module - Renamed parallel class to bitbang_6800; moved to parallel module Signed-off-by: Leon Anavi Acked-by: Trevor Gamblin Signed-off-by: Khem Raj --- .../python/python3-luma-core_1.16.2.bb | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python3-luma-core_1.16.2.bb (limited to 'meta-python/recipes-devtools/python/python3-luma-core_1.16.2.bb') diff --git a/meta-python/recipes-devtools/python/python3-luma-core_1.16.2.bb b/meta-python/recipes-devtools/python/python3-luma-core_1.16.2.bb new file mode 100644 index 0000000000..e8a61ad062 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-luma-core_1.16.2.bb @@ -0,0 +1,20 @@ +SUMMARY = "A component library to support SBC display drivers" +DESCRIPTION = "A component library to support SBC display drivers" +HOMEPAGE = "https://github.com/rm-hull/luma.core" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=eda804060ba2312e41fe96b6fa334fd7" + +inherit pypi setuptools3 + +SRC_URI[md5sum] = "8889ee9eb95c3441ee65b4b5f4a022eb" +SRC_URI[sha256sum] = "518fe4e3286a4e2a75788713a58de403e6bba6d4c909fa5ce0fe14aceb05b85e" + +CLEANBROKEN = "1" + +PYPI_PACKAGE = "luma.core" + +RDEPENDS_${PN} += " \ + ${PYTHON_PN}-pillow \ + ${PYTHON_PN}-threading \ + ${PYTHON_PN}-smbus2 \ +" -- cgit v1.2.3-54-g00ecf