yocto_os/sources/meta-tsgrain/recipes-python/tomlkit/python3-tomlkit_0.8.0.bb

16 lines
591 B
BlitzBasic

SUMMARY = "Style preserving TOML library"
HOMEPAGE = "https://github.com/sdispater/tomlkit"
AUTHOR = "Sébastien Eustace <sebastien@eustace.io>"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE;md5=31aac0dbc1babd278d5386dadb7f8e82"
SRC_URI = "https://files.pythonhosted.org/packages/0f/96/ee6ba35c61186fbf084cb3077374d50eef36ab59cb8c6513317caa190935/tomlkit-0.8.0.tar.gz"
SRC_URI[md5sum] = "3fc3878251d46bd36aaf4b8919513c63"
SRC_URI[sha256sum] = "29e84a855712dfe0e88a48f6d05c21118dbafb283bb2eed614d46f80deb8e9a1"
S = "${WORKDIR}/tomlkit-${PV}"
RDEPENDS_${PN} = ""
inherit setuptools3