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

Updating to the latest colorama. We also tweak the license text to match the latest upstream content. Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
10 lines
369 B
BlitzBasic
10 lines
369 B
BlitzBasic
SUMMARY = "Cross-platform colored terminal text."
|
|
HOMEPAGE = "https://github.com/tartley/colorama"
|
|
LICENSE = "BSD-2-Clause"
|
|
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=b4936429a56a652b84c5c01280dcaa26"
|
|
|
|
inherit pypi setuptools3
|
|
|
|
SRC_URI[md5sum] = "57b22f2597f63df051b69906fbf310cc"
|
|
SRC_URI[sha256sum] = "5941b2b48a20143d2267e95b1c2a7603ce057ee39fd88e7329b0c292aa16869b"
|