diff options
author | Ming Liu <ming.liu@toradex.com> | 2020-06-26 18:14:31 +0200 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2020-07-01 12:43:16 -0400 |
commit | 97e83f3f3b55ef2997b85c52cc8b1cd9c5abde0c (patch) | |
tree | ad1248cdbf1b44c74d08485a57334ccaeb49dc26 | |
parent | 04f1f54b0446b4409225318eb98fa003bdbdf39d (diff) | |
download | meta-virtualization-97e83f3f3b55ef2997b85c52cc8b1cd9c5abde0c.tar.gz |
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 <ming.liu@toradex.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
-rw-r--r-- | recipes-devtools/python/python3-dotenv_0.13.0.bb | 13 |
1 files changed, 13 insertions, 0 deletions
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 @@ | |||
1 | HOMEPAGE = "https://github.com/pedroburon/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 = "MIT" | ||
6 | LIC_FILES_CHKSUM = "file://LICENSE;md5=55ee2c3471d386636a719c8ccac40b31" | ||
7 | |||
8 | PYPI_PACKAGE = "python-dotenv" | ||
9 | |||
10 | SRC_URI[md5sum] = "3dfde58c6a5fbd41292c4039a68f70f4" | ||
11 | SRC_URI[sha256sum] = "3b9909bc96b0edc6b01586e1eed05e71174ef4e04c71da5786370cebea53ad74" | ||
12 | |||
13 | inherit pypi setuptools3 | ||