summaryrefslogtreecommitdiffstats
path: root/recipes-devtools/python/python3-dotenv_0.13.0.bb
diff options
context:
space:
mode:
authorLeon Anavi <leon.anavi@konsulko.com>2021-04-09 19:31:01 +0300
committerBruce Ashfield <bruce.ashfield@gmail.com>2021-04-13 22:48:39 -0400
commit39395174287b723bb55cab81a8d3ee0891f32a51 (patch)
tree8160b3f0897abdd534e4414d2b51cc2588fc6fc3 /recipes-devtools/python/python3-dotenv_0.13.0.bb
parent0099422962ea45bd42f731908f5d82de9165d5ed (diff)
downloadmeta-virtualization-39395174287b723bb55cab81a8d3ee0891f32a51.tar.gz
python3-dotenv: Upgrade 0.13.0 -> 0.17.0
Upgrade to release 0.17.0: - Make dotenv get <key> only show the value, not key=value - Add --override/--no-override option to dotenv run Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'recipes-devtools/python/python3-dotenv_0.13.0.bb')
-rw-r--r--recipes-devtools/python/python3-dotenv_0.13.0.bb13
1 files changed, 0 insertions, 13 deletions
diff --git a/recipes-devtools/python/python3-dotenv_0.13.0.bb b/recipes-devtools/python/python3-dotenv_0.13.0.bb
deleted file mode 100644
index e7644cb8..00000000
--- a/recipes-devtools/python/python3-dotenv_0.13.0.bb
+++ /dev/null
@@ -1,13 +0,0 @@
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