diff options
Diffstat (limited to 'recipes-devtools/python/python3-dotenv_1.1.0.bb')
-rw-r--r-- | recipes-devtools/python/python3-dotenv_1.1.0.bb | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/recipes-devtools/python/python3-dotenv_1.1.0.bb b/recipes-devtools/python/python3-dotenv_1.1.0.bb new file mode 100644 index 00000000..f297e6a6 --- /dev/null +++ b/recipes-devtools/python/python3-dotenv_1.1.0.bb | |||
@@ -0,0 +1,12 @@ | |||
1 | HOMEPAGE = "https://github.com/theskumar/python-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 = "BSD-3-Clause" | ||
6 | LIC_FILES_CHKSUM = "file://LICENSE;md5=e914cdb773ae44a732b392532d88f072" | ||
7 | |||
8 | PYPI_PACKAGE = "python_dotenv" | ||
9 | |||
10 | SRC_URI[sha256sum] = "41f90bc6f5f177fb41f53e87666db362025010eb28f60a01c9143bfa33a2b2d5" | ||
11 | |||
12 | inherit pypi setuptools3 | ||