diff options
| author | Richard Leitner <dev@g0hl1n.net> | 2025-07-14 15:25:07 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-07-15 00:25:31 -0700 |
| commit | b687e952d5eb6f24add5a511434dd48b86654108 (patch) | |
| tree | 48d97d6a969355e4cd35f0dcba58357f5a9f0aee /meta-python/recipes-devtools/python/python3-crc_7.1.0.bb | |
| parent | 1e65f6bc278b3a65eb1ddf0394d195c6372531ae (diff) | |
| download | meta-openembedded-b687e952d5eb6f24add5a511434dd48b86654108.tar.gz | |
python3-crc: add initial recipe for version 7.1.0
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>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-crc_7.1.0.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-crc_7.1.0.bb | 13 |
1 files changed, 13 insertions, 0 deletions
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 @@ | |||
| 1 | SUMMARY = "Library and CLI to calculate and verify all kinds of CRC checksums" | ||
| 2 | DESCRIPTION = "\ | ||
| 3 | Calculate CRC checksums, verify CRC checksum, predefined CRC configurations, \ | ||
| 4 | custom CRC configurations" | ||
| 5 | BUGTRACKER = "https://github.com/Nicoretti/crc/issues" | ||
| 6 | HOMEPAGE = "https://nicoretti.github.io/crc/" | ||
| 7 | SECTION = "devel/python" | ||
| 8 | LICENSE = "BSD-2-Clause" | ||
| 9 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=f94c07350a9f2e0ce3a246fed3b32353" | ||
| 10 | |||
| 11 | SRC_URI[sha256sum] = "99dd540909a37ae4f62c65441df8ecb4e7f9af014fecaf4f331052a41d66c07d" | ||
| 12 | |||
| 13 | inherit pypi python_poetry_core | ||
