summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-devtools/python/python3-dotenv_0.13.0.bb13
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 @@
1HOMEPAGE = "https://github.com/pedroburon/dotenv"
2SUMMARY = "Python Dot Env Handler"
3DESCRIPTION = "Shell Command and Library to write and read .env like files."
4SECTION = "devel/python"
5LICENSE = "MIT"
6LIC_FILES_CHKSUM = "file://LICENSE;md5=55ee2c3471d386636a719c8ccac40b31"
7
8PYPI_PACKAGE = "python-dotenv"
9
10SRC_URI[md5sum] = "3dfde58c6a5fbd41292c4039a68f70f4"
11SRC_URI[sha256sum] = "3b9909bc96b0edc6b01586e1eed05e71174ef4e04c71da5786370cebea53ad74"
12
13inherit pypi setuptools3