blob: 718bbabcf386e1892a5533d4bb718bfb0d42aa87 [file] [log] [blame]
Patrick Williamsddad1a12017-02-23 20:36:32 -06001SUMMARY = "A simple wrapper around optparse for powerful command line utilities."
2DESCRIPTION = "\
3Click is a Python package for creating beautiful command line interfaces \
4in a composable way with as little code as necessary. It's the "Command \
5Line Interface Creation Kit". It's highly configurable but comes with \
6sensible defaults out of the box."
7HOMEPAGE = "http://click.pocoo.org/"
8LICENSE = "BSD"
9LIC_FILES_CHKSUM = "file://LICENSE;md5=09e8b7869f94ba9e9a7b260d53c65dab"
10
Brad Bishop6e60e8b2018-02-01 10:27:11 -050011SRC_URI[md5sum] = "fc4cc00c4863833230d3af92af48abd4"
12SRC_URI[sha256sum] = "f15516df478d5a56180fbf80e68f206010e6d160fc39fa508b65e035fd75130b"
13
14CLEANBROKEN = "1"
Patrick Williamsddad1a12017-02-23 20:36:32 -060015
16RDEPENDS_${PN} += "\
17 ${PYTHON_PN}-io \
18 ${PYTHON_PN}-threading \
19 "
20
21BBCLASSEXTEND = "native nativesdk"