summaryrefslogtreecommitdiffstats
path: root/recipes-devtools/python/python3-dotenv_1.2.2.bb
blob: a112ae95bd720ecbb2af9d1854d2712653c32a27 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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"
UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}"

SRC_URI[sha256sum] = "2c371a91fbd7ba082c2c1dc1f8bf89ca22564a087c2c287cd9b662adde799cf3"

inherit pypi python_setuptools_build_meta