summaryrefslogtreecommitdiffstats
path: root/recipes-devtools/python/python3-dotenv_1.2.2.bb
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2026-06-03 13:52:02 +0000
committerBruce Ashfield <bruce.ashfield@gmail.com>2026-06-03 15:16:52 +0000
commitf85fabf1b1a21ee6cd706715ff2994bd3b9c27fd (patch)
treecd2daedca0298df8a5efeb6f818d0cf0ac780919 /recipes-devtools/python/python3-dotenv_1.2.2.bb
parentd1be76791dadabafe7f8de07b762ba976a2f579b (diff)
downloadmeta-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.bb13
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 @@
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"
9UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}"
10
11SRC_URI[sha256sum] = "2c371a91fbd7ba082c2c1dc1f8bf89ca22564a087c2c287cd9b662adde799cf3"
12
13inherit pypi python_setuptools_build_meta