From f85fabf1b1a21ee6cd706715ff2994bd3b9c27fd Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Wed, 3 Jun 2026 13:52:02 +0000 Subject: 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 --- recipes-devtools/python/python3-dotenv_1.2.2.bb | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 recipes-devtools/python/python3-dotenv_1.2.2.bb (limited to 'recipes-devtools/python/python3-dotenv_1.2.2.bb') 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 @@ +HOMEPAGE = "https://github.com/theskumar/python-dotenv" +SUMMARY = "Python Dot Env Handler" +DESCRIPTION = "Shell Command and Library to write and read .env like files." +SECTION = "devel/python" +LICENSE = "BSD-3-Clause" +LIC_FILES_CHKSUM = "file://LICENSE;md5=e914cdb773ae44a732b392532d88f072" + +PYPI_PACKAGE = "python_dotenv" +UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" + +SRC_URI[sha256sum] = "2c371a91fbd7ba082c2c1dc1f8bf89ca22564a087c2c287cd9b662adde799cf3" + +inherit pypi python_setuptools_build_meta -- cgit v1.2.3-54-g00ecf