mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-19 12:50:22 +02:00

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>
13 lines
423 B
BlitzBasic
13 lines
423 B
BlitzBasic
HOMEPAGE = "https://github.com/pedroburon/dotenv"
|
|
SUMMARY = "Python Dot Env Handler"
|
|
DESCRIPTION = "Shell Command and Library to write and read .env like files."
|
|
SECTION = "devel/python"
|
|
LICENSE = "MIT"
|
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=55ee2c3471d386636a719c8ccac40b31"
|
|
|
|
PYPI_PACKAGE = "python-dotenv"
|
|
|
|
SRC_URI[sha256sum] = "471b782da0af10da1a80341e8438fca5fadeba2881c54360d5fd8d03d03a4f4a"
|
|
|
|
inherit pypi setuptools3
|