summaryrefslogtreecommitdiffstats
path: root/recipes-devtools/python/python3-dotenv_1.1.0.bb
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2025-04-17 18:34:47 +0000
committerBruce Ashfield <bruce.ashfield@gmail.com>2025-04-17 18:34:53 +0000
commitbd1a95853f8cb79101c200c175c3372a74f20961 (patch)
tree0ea5a8a64388308aa00e70c2e0ab88dd02ecd1b1 /recipes-devtools/python/python3-dotenv_1.1.0.bb
parentf3feb82026b268912d627a4a04df979266137181 (diff)
downloadmeta-virtualization-bd1a95853f8cb79101c200c175c3372a74f20961.tar.gz
devtools: update to latest
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'recipes-devtools/python/python3-dotenv_1.1.0.bb')
-rw-r--r--recipes-devtools/python/python3-dotenv_1.1.0.bb12
1 files changed, 12 insertions, 0 deletions
diff --git a/recipes-devtools/python/python3-dotenv_1.1.0.bb b/recipes-devtools/python/python3-dotenv_1.1.0.bb
new file mode 100644
index 00000000..f297e6a6
--- /dev/null
+++ b/recipes-devtools/python/python3-dotenv_1.1.0.bb
@@ -0,0 +1,12 @@
1HOMEPAGE = "https://github.com/theskumar/python-dotenv"
2SUMMARY = "Python Dot Env Handler"
3DESCRIPTION = "Shell Command and Library to write and read .env like files."
4SECTION = "devel/python"
5LICENSE = "BSD-3-Clause"
6LIC_FILES_CHKSUM = "file://LICENSE;md5=e914cdb773ae44a732b392532d88f072"
7
8PYPI_PACKAGE = "python_dotenv"
9
10SRC_URI[sha256sum] = "41f90bc6f5f177fb41f53e87666db362025010eb28f60a01c9143bfa33a2b2d5"
11
12inherit pypi setuptools3