From: Richard Purdie Date: Sat, 31 Oct 2020 18:08:54 +0000 (-0700) Subject: python3-imagesize: Add new recipe X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~4723 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=acec4a8cd3770a2242207b905716394ca8c5232f;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git python3-imagesize: Add new recipe Needed for sphinx support. Based on a patch from Armin Kuster Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-devtools/python/python3-imagesize_1.2.0.bb b/meta/recipes-devtools/python/python3-imagesize_1.2.0.bb new file mode 100644 index 00000000000..62dc226e9d3 --- /dev/null +++ b/meta/recipes-devtools/python/python3-imagesize_1.2.0.bb @@ -0,0 +1,11 @@ +DESCRIPTION = "Parses image files’ header and return image size." +HOMEPAGE = "https://github.com/shibukawa/imagesize_py" +SECTION = "devel/python" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=0c128f0f7e8a02e1b83884c0b5a41cda" + +SRC_URI[sha256sum] = "b1f6b5a4eab1f73479a50fb79fcf729514a900c341d8503d62a62dbc4127a2b1" + +inherit setuptools3 pypi + +BBCLASSEXTEND = "native nativesdk"