diff mbox series

[meta-python] python3-crc: add initial recipe for version 7.1.0

Message ID 20250714132507.3571968-1-dev@g0hl1n.net
State Under Review
Headers show
Series [meta-python] python3-crc: add initial recipe for version 7.1.0 | expand

Commit Message

Richard Leitner July 14, 2025, 1:25 p.m. UTC
Add support for the python3 crc library to calculate CRC checksums,
verify CRC checksum using predefined CRC configurations or custom
CRC configurations.

Signed-off-by: Richard Leitner <dev@g0hl1n.net>
---
 .../recipes-devtools/python/python3-crc_7.1.0.bb    | 13 +++++++++++++
 1 file changed, 13 insertions(+)
 create mode 100644 meta-python/recipes-devtools/python/python3-crc_7.1.0.bb
diff mbox series

Patch

diff --git a/meta-python/recipes-devtools/python/python3-crc_7.1.0.bb b/meta-python/recipes-devtools/python/python3-crc_7.1.0.bb
new file mode 100644
index 0000000000..d0bd3972b6
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-crc_7.1.0.bb
@@ -0,0 +1,13 @@ 
+SUMMARY = "Library and CLI to calculate and verify all kinds of CRC checksums"
+DESCRIPTION = "\
+    Calculate CRC checksums, verify CRC checksum, predefined CRC configurations, \
+    custom CRC configurations"
+BUGTRACKER = "https://github.com/Nicoretti/crc/issues"
+HOMEPAGE = "https://nicoretti.github.io/crc/"
+SECTION = "devel/python"
+LICENSE = "BSD-2-Clause"
+LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=f94c07350a9f2e0ce3a246fed3b32353"
+
+SRC_URI[sha256sum] = "99dd540909a37ae4f62c65441df8ecb4e7f9af014fecaf4f331052a41d66c07d"
+
+inherit pypi python_poetry_core