blob: c81545b151162ef1e5beceddc4189ae133a70728 [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
Brad Bishop1a4b7ee2018-12-16 17:11:34 -080014UPSTREAM_CHECK_REGEX = "click/(?P<pver>\d+(\.\d+)+)/"
15
Brad Bishop6e60e8b2018-02-01 10:27:11 -050016CLEANBROKEN = "1"
Patrick Williamsddad1a12017-02-23 20:36:32 -060017
18RDEPENDS_${PN} += "\
19 ${PYTHON_PN}-io \
20 ${PYTHON_PN}-threading \
21 "
22
23BBCLASSEXTEND = "native nativesdk"