From 97e83f3f3b55ef2997b85c52cc8b1cd9c5abde0c Mon Sep 17 00:00:00 2001 From: Ming Liu Date: Fri, 26 Jun 2020 18:14:31 +0200 Subject: [PATCH] python3-dotenv: add recipe Shell Command and Library to write and read .env like files, it's being required by python3-docker-compose upper than 1.26.0. Signed-off-by: Ming Liu Signed-off-by: Bruce Ashfield --- recipes-devtools/python/python3-dotenv_0.13.0.bb | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 recipes-devtools/python/python3-dotenv_0.13.0.bb diff --git a/recipes-devtools/python/python3-dotenv_0.13.0.bb b/recipes-devtools/python/python3-dotenv_0.13.0.bb new file mode 100644 index 00000000..e7644cb8 --- /dev/null +++ b/recipes-devtools/python/python3-dotenv_0.13.0.bb @@ -0,0 +1,13 @@ +HOMEPAGE = "https://github.com/pedroburon/dotenv" +SUMMARY = "Python Dot Env Handler" +DESCRIPTION = "Shell Command and Library to write and read .env like files." +SECTION = "devel/python" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE;md5=55ee2c3471d386636a719c8ccac40b31" + +PYPI_PACKAGE = "python-dotenv" + +SRC_URI[md5sum] = "3dfde58c6a5fbd41292c4039a68f70f4" +SRC_URI[sha256sum] = "3b9909bc96b0edc6b01586e1eed05e71174ef4e04c71da5786370cebea53ad74" + +inherit pypi setuptools3