aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-python/click/python-click.inc
blob: a7c5e5bf0cd46df90320a59c2477ba0950fb559e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
SUMMARY = "A simple wrapper around optparse for powerful command line utilities."
DESCRIPTION = "\
Click is a Python package for creating beautiful command line interfaces \
in a composable way with as little code as necessary. It's the "Command \
Line Interface Creation Kit". It's highly configurable but comes with \
sensible defaults out of the box."
HOMEPAGE = "http://click.pocoo.org/"
LICENSE = "BSD"
LIC_FILES_CHKSUM = "file://LICENSE;md5=09e8b7869f94ba9e9a7b260d53c65dab"

SRC_URI[md5sum] = "83252a8095397b1f5f710fdd58b484d9"
SRC_URI[sha256sum] = "fba0ff70f5ebb4cebbf64c40a8fbc222fb7cf825237241e548354dabe3da6a82"

PYPI_PACKAGE = "click"

CLEANBROKEN = "1"

RDEPENDS_${PN} += "\
    ${PYTHON_PN}-io \
    ${PYTHON_PN}-threading \
    "
RCONFLICTS_${PN} = "${PYTHON_PN}-click"

BBCLASSEXTEND = "native nativesdk"