summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-devtools/python/python3-imagesize_1.2.0.bb11
1 files changed, 11 insertions, 0 deletions
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 0000000000..62dc226e9d
--- /dev/null
+++ b/meta/recipes-devtools/python/python3-imagesize_1.2.0.bb
@@ -0,0 +1,11 @@
1DESCRIPTION = "Parses image files’ header and return image size."
2HOMEPAGE = "https://github.com/shibukawa/imagesize_py"
3SECTION = "devel/python"
4LICENSE = "MIT"
5LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=0c128f0f7e8a02e1b83884c0b5a41cda"
6
7SRC_URI[sha256sum] = "b1f6b5a4eab1f73479a50fb79fcf729514a900c341d8503d62a62dbc4127a2b1"
8
9inherit setuptools3 pypi
10
11BBCLASSEXTEND = "native nativesdk"