Files
tqma6-yocto-mirror/sources/meta-rauc/recipes-devtools/python-gbulb/python3-gbulb_0.6.3.bb

14 lines
438 B
BlitzBasic
Raw Normal View History

SUMMARY = "GLib implementation of PEP 3156"
HOMEPAGE = "http://github.com/beeware/gbulb"
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://LICENSE;md5=edfe3d91d4b439ac8a8c23cebbf00501"
SRC_URI[sha256sum] = "da003c5b17d3a2ba15c7255bb174defaa0f6b77e8b23f229685eb2714ceaeeec"
PYPI_PACKAGE = "gbulb"
# python3-misc is needed for the signal module
RDEPENDS:${PN} = "python3-pygobject python3-asyncio python3-misc"
inherit pypi setuptools3