diff mbox series

[meta-python,1/2] python3-aniso8601: Add ISO 8601 parsing library

Message ID 20231108180206.3263886-2-arthur.oliveira@ossystems.com.br
State Under Review
Headers show
Series The meta-python layer has been updated with two significant changes: | expand

Commit Message

arthur.oliveira@ossystems.com.br Nov. 8, 2023, 6:02 p.m. UTC
From: Arthur Oliveira <arthur.oliveira@ossystems.com.br>

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>
---
 .../recipes-devtools/python/python3-aniso8601_9.0.1.bb    | 8 ++++++++
 1 file changed, 8 insertions(+)
 create mode 100644 meta-python/recipes-devtools/python/python3-aniso8601_9.0.1.bb
diff mbox series

Patch

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 000000000..3d99e48c2
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-aniso8601_9.0.1.bb
@@ -0,0 +1,8 @@ 
+DESCRIPTION = "A library for parsing ISO 8601 strings."
+
+LICENSE = "BSD-3-Clause"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=6d91d56f51a54389d95526eefe039b1c"
+
+SRC_URI[sha256sum] = "72e3117667eedf66951bb2d93f4296a56b94b078a8a95905a052611fb3f1b973"
+
+inherit pypi setuptools3