aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-devtools/python/python3-colorama_0.4.4.bb
blob: 8dad4d8c35742cbca567ee0ab69367fa6430b39a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
SUMMARY = "Simple cross-platform colored terminal text in Python"
HOMEPAGE = "https://github.com/tartley/colorama"

LICENSE = "BSD-3-Clause"
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=b4936429a56a652b84c5c01280dcaa26"

PYPI_PACKAGE = "colorama"

SRC_URI[sha256sum] = "5941b2b48a20143d2267e95b1c2a7603ce057ee39fd88e7329b0c292aa16869b"

inherit pypi
inherit setuptools3

BBCLASSEXTEND = "native"