diff mbox series

[meta-python,3/5] python3-identify: New recipe

Message ID 20250904102748.602126-3-zboszor@gmail.com
State Under Review
Headers show
Series [meta-python,1/5] python3-cfgv: New recipe | expand

Commit Message

Zoltán Böszörményi Sept. 4, 2025, 10:27 a.m. UTC
It's a dependency of python3-pre-commit.

Signed-off-by: Zoltán Böszörményi <zboszor@gmail.com>
---
 .../python/python3-identify_2.6.13.bb                | 12 ++++++++++++
 1 file changed, 12 insertions(+)
 create mode 100644 meta-python/recipes-devtools/python/python3-identify_2.6.13.bb
diff mbox series

Patch

diff --git a/meta-python/recipes-devtools/python/python3-identify_2.6.13.bb b/meta-python/recipes-devtools/python/python3-identify_2.6.13.bb
new file mode 100644
index 0000000000..2bc0d1aeed
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-identify_2.6.13.bb
@@ -0,0 +1,12 @@ 
+SUMMARY = "File identification library for Python"
+LICENSE = "MIT"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=bbdc006359f3157660173ec7f133a80e"
+
+PYPI_PACKAGE = "identify"
+
+inherit pypi setuptools3
+SRC_URI[sha256sum] = "da8d6c828e773620e13bfa86ea601c5a5310ba4bcd65edf378198b56a1f9fb32"
+
+RDEPENDS:${PN} = " \
+	python3-ukkonen \
+"