diff options
| author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2026-06-03 13:52:02 +0000 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2026-06-03 15:16:52 +0000 |
| commit | f85fabf1b1a21ee6cd706715ff2994bd3b9c27fd (patch) | |
| tree | cd2daedca0298df8a5efeb6f818d0cf0ac780919 /recipes-devtools/python/python3-dotenv_1.2.2.bb | |
| parent | d1be76791dadabafe7f8de07b762ba976a2f579b (diff) | |
| download | meta-virtualization-f85fabf1b1a21ee6cd706715ff2994bd3b9c27fd.tar.gz | |
python3-dotenv: update to 1.2.2
Bump 1.1.0 -> 1.2.2 (latest on PyPI). New sdist sha256sum:
2c371a91fbd7ba082c2c1dc1f8bf89ca22564a087c2c287cd9b662adde799cf3
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'recipes-devtools/python/python3-dotenv_1.2.2.bb')
| -rw-r--r-- | recipes-devtools/python/python3-dotenv_1.2.2.bb | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/recipes-devtools/python/python3-dotenv_1.2.2.bb b/recipes-devtools/python/python3-dotenv_1.2.2.bb new file mode 100644 index 00000000..a112ae95 --- /dev/null +++ b/recipes-devtools/python/python3-dotenv_1.2.2.bb | |||
| @@ -0,0 +1,13 @@ | |||
| 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 | UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" | ||
| 10 | |||
| 11 | SRC_URI[sha256sum] = "2c371a91fbd7ba082c2c1dc1f8bf89ca22564a087c2c287cd9b662adde799cf3" | ||
| 12 | |||
| 13 | inherit pypi python_setuptools_build_meta | ||
