diff options
| author | Arthur Oliveira <arthur.oliveira@ossystems.com.br> | 2023-11-08 15:02:05 -0300 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2023-11-08 22:51:28 -0800 |
| commit | 2b401c24acf5339e9a2d7d9012faa9e621577640 (patch) | |
| tree | 092554e147211bc6992655ffc65727d6aadb7358 /meta-python/recipes-devtools/python | |
| parent | 150c53d52641bbc171f5d8d6321c5332c8e85a28 (diff) | |
| download | meta-openembedded-2b401c24acf5339e9a2d7d9012faa9e621577640.tar.gz | |
python3-aniso8601: Add ISO 8601 parsing library
Add new python3-aniso8601 recipe for parsing ISO 8601 strings with a
BSD-3-Clause license.
Signed-off-by: Arthur Oliveira <arthur.oliveira@ossystems.com.br>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-aniso8601_9.0.1.bb | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-aniso8601_9.0.1.bb b/meta-python/recipes-devtools/python/python3-aniso8601_9.0.1.bb new file mode 100644 index 0000000000..3d99e48c26 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-aniso8601_9.0.1.bb | |||
| @@ -0,0 +1,8 @@ | |||
| 1 | DESCRIPTION = "A library for parsing ISO 8601 strings." | ||
| 2 | |||
| 3 | LICENSE = "BSD-3-Clause" | ||
| 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=6d91d56f51a54389d95526eefe039b1c" | ||
| 5 | |||
| 6 | SRC_URI[sha256sum] = "72e3117667eedf66951bb2d93f4296a56b94b078a8a95905a052611fb3f1b973" | ||
| 7 | |||
| 8 | inherit pypi setuptools3 | ||
