diff options
Diffstat (limited to 'recipes-devtools/python/python3-dotenv_0.17.0.bb')
-rw-r--r-- | recipes-devtools/python/python3-dotenv_0.17.0.bb | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/recipes-devtools/python/python3-dotenv_0.17.0.bb b/recipes-devtools/python/python3-dotenv_0.17.0.bb deleted file mode 100644 index 1fd13b70..00000000 --- a/recipes-devtools/python/python3-dotenv_0.17.0.bb +++ /dev/null | |||
@@ -1,12 +0,0 @@ | |||
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[sha256sum] = "471b782da0af10da1a80341e8438fca5fadeba2881c54360d5fd8d03d03a4f4a" | ||
11 | |||
12 | inherit pypi setuptools3 | ||