From 94d633bbe8a5c913a5a229262ec00c6ce4dfb10c Mon Sep 17 00:00:00 2001 From: Jan Vermaete Date: Mon, 10 Nov 2025 18:40:22 +0100 Subject: python3-python-dotenv: new recipe (1.2.1) Moving the recipe from meta-homeassistant to meta-opemembedded. + version bump 1.1.1 -> 1.2.1 + add ptest - exclude 2 tests (oe-specific) - added to PTESTS_FAST_META_PYTHON v2: += for -ptest (Thanks Gyorgy Sarvari) Signed-off-by: Jan Vermaete Signed-off-by: Khem Raj --- .../python/python3-python-dotenv_1.2.1.bb | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python3-python-dotenv_1.2.1.bb (limited to 'meta-python/recipes-devtools/python/python3-python-dotenv_1.2.1.bb') diff --git a/meta-python/recipes-devtools/python/python3-python-dotenv_1.2.1.bb b/meta-python/recipes-devtools/python/python3-python-dotenv_1.2.1.bb new file mode 100644 index 0000000000..58784fcf2e --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-python-dotenv_1.2.1.bb @@ -0,0 +1,22 @@ +SUMMARY = "Read key-value pairs from a .env file and set them as environment variables" +HOMEPAGE = "https://github.com/theskumar/python-dotenv" +LICENSE = "BSD-3-Clause" +LIC_FILES_CHKSUM = "file://LICENSE;md5=e914cdb773ae44a732b392532d88f072" +RECIPE_MAINTAINER = "Tom Geelen " + +SRC_URI[sha256sum] = "42667e897e16ab0d66954af0e60a9caa94f0fd4ecf3aaf6d2d260eec1aa36ad6" + +SRC_URI += "file://0001-test_main.py-skip-two-test-when-running-as-root.patch" + +inherit pypi python_setuptools_build_meta ptest-python-pytest + +# Uncomment this line to enable all the optional features. +#PACKAGECONFIG ?= "cli" +PACKAGECONFIG[cli] = ",,,python3-click" + +PYPI_PACKAGE = "python_dotenv" +UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" + +RDEPENDS:${PN}-ptest += "\ + python3-sh \ +" -- cgit v1.2.3-54-g00ecf