mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-05 05:15:25 +02:00
13 lines
438 B
BlitzBasic
13 lines
438 B
BlitzBasic
HOMEPAGE = "https://github.com/theskumar/python-dotenv"
|
|
SUMMARY = "Python Dot Env Handler"
|
|
DESCRIPTION = "Shell Command and Library to write and read .env like files."
|
|
SECTION = "devel/python"
|
|
LICENSE = "BSD-3-Clause"
|
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=e914cdb773ae44a732b392532d88f072"
|
|
|
|
PYPI_PACKAGE = "python_dotenv"
|
|
|
|
SRC_URI[sha256sum] = "41f90bc6f5f177fb41f53e87666db362025010eb28f60a01c9143bfa33a2b2d5"
|
|
|
|
inherit pypi setuptools3
|