From 99f75702a0453925e9c006e7742f94538d377b69 Mon Sep 17 00:00:00 2001 From: Tim Orling Date: Sun, 22 Aug 2021 10:02:00 -0700 Subject: [WIP] python3-pyinstaller-hooks-contrib: add 2021.2 dependency for python3-pyinstaller Created with: 'devtool add python3-pyinstaller-hooks-contrib https://files.pythonhosted.org/packages/eb/fa/fe062e44776ab8edb4ac62daca1a02bb744ebdd556ec7a75c19c717e80b4/pyinstaller-hooks-contrib-2021.2.tar.gz" After that drop SRC_URI and inherit pypi --- .../python3-pyinstaller-hooks-contrib_2021.2.bb | 30 ++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python3-pyinstaller-hooks-contrib_2021.2.bb diff --git a/meta-python/recipes-devtools/python/python3-pyinstaller-hooks-contrib_2021.2.bb b/meta-python/recipes-devtools/python/python3-pyinstaller-hooks-contrib_2021.2.bb new file mode 100644 index 0000000000..1ef6d449e4 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-pyinstaller-hooks-contrib_2021.2.bb @@ -0,0 +1,30 @@ +# Recipe created by recipetool +# This is the basis of a recipe and may need further editing in order to be fully functional. +# (Feel free to remove these comments when editing.) + +SUMMARY = "Community maintained hooks for PyInstaller" +HOMEPAGE = "https://github.com/pyinstaller/pyinstaller-hooks-contrib" +# WARNING: the following LICENSE and LIC_FILES_CHKSUM values are best guesses - it is +# your responsibility to verify that the values are complete and correct. +# +# The following license files were not able to be identified and are +# represented as "Unknown" below, you will need to check them yourself: +# LICENSE.APL.txt +# LICENSE +# LICENSE.GPL.txt +LICENSE = "Apache-2.0 & GPL-2.0-or-later" +LIC_FILES_CHKSUM = "file://LICENSE.APL.txt;md5=9f445e374fa8f653a9654c10468ffc36 \ + file://LICENSE;md5=822bee463f4e00ac4478593130e95ccb \ + file://LICENSE.GPL.txt;md5=757586685e1b7938627f468f1b05b2dc" + +SRC_URI[sha256sum] = "7f5d0689b30da3092149fc536a835a94045ac8c9f0e6dfb23ac171890f5ea8f2" +SRC_URI[sha384sum] = "34b251b96d58fc6bddd335c8cf100c274476536b59da41f174e79836c0be62ae24182a8b6f025dbd39d2abba43e398ce" +SRC_URI[sha512sum] = "55e26f8d14fd7d7e8b23b5f9a2f340951b1c345d2afe83f37f33e81e738712a46c3d627b0cfe3e6816e1b1f8cb4a1d74a6b5bfc2a3c712660dfdf8d205ef9d13" + +inherit pypi setuptools3 + +# WARNING: the following rdepends are determined through basic analysis of the +# python sources, and might not be 100% accurate. +RDEPENDS:${PN} += "python3-core" + +BBCLASSEXTEND = "native nativesdk" -- cgit 1.2.3-korg