diff options
| author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2025-04-17 18:34:47 +0000 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2025-04-17 18:34:53 +0000 |
| commit | bd1a95853f8cb79101c200c175c3372a74f20961 (patch) | |
| tree | 0ea5a8a64388308aa00e70c2e0ab88dd02ecd1b1 /recipes-devtools/python/python3-dotenv_1.1.0.bb | |
| parent | f3feb82026b268912d627a4a04df979266137181 (diff) | |
| download | meta-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.bb | 12 |
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 @@ | |||
| 1 | HOMEPAGE = "https://github.com/theskumar/python-dotenv" | ||
| 2 | SUMMARY = "Python Dot Env Handler" | ||
| 3 | DESCRIPTION = "Shell Command and Library to write and read .env like files." | ||
| 4 | SECTION = "devel/python" | ||
| 5 | LICENSE = "BSD-3-Clause" | ||
| 6 | LIC_FILES_CHKSUM = "file://LICENSE;md5=e914cdb773ae44a732b392532d88f072" | ||
| 7 | |||
| 8 | PYPI_PACKAGE = "python_dotenv" | ||
| 9 | |||
| 10 | SRC_URI[sha256sum] = "41f90bc6f5f177fb41f53e87666db362025010eb28f60a01c9143bfa33a2b2d5" | ||
| 11 | |||
| 12 | inherit pypi setuptools3 | ||
