blob: 5d809055b00130355660ccead743ed7b175327e0 [file] [log] [blame]
Andrew Geisslerc87764f2020-06-27 00:16:32 -05001SUMMARY = "Library for building powerful interactive command lines in Python"
2HOMEPAGE = "https://python-prompt-toolkit.readthedocs.io/"
3LICENSE = "BSD-3-Clause"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=b2cde7da89f0c1f3e49bf968d00d554f"
5
Andrew Geissler69721092021-07-23 12:57:00 -04006SRC_URI[sha256sum] = "08360ee3a3148bdb5163621709ee322ec34fc4375099afa4bbf751e9b7b7fa4f"
Andrew Geisslerc87764f2020-06-27 00:16:32 -05007
8inherit pypi setuptools3
9
10PYPI_PACKAGE = "prompt_toolkit"
11
Patrick Williams213cb262021-08-07 19:21:33 -050012RDEPENDS:${PN} += " \
Andrew Geisslerc87764f2020-06-27 00:16:32 -050013 ${PYTHON_PN}-core \
14 ${PYTHON_PN}-six \
15 ${PYTHON_PN}-terminal \
16 ${PYTHON_PN}-threading \
17 ${PYTHON_PN}-wcwidth \
18 ${PYTHON_PN}-datetime \
19 ${PYTHON_PN}-shell \
Andrew Geisslerbffdb3e2020-08-21 16:13:29 -050020 ${PYTHON_PN}-image \
Andrew Geissler69721092021-07-23 12:57:00 -040021 ${PYTHON_PN}-asyncio \
Andrew Geisslerc87764f2020-06-27 00:16:32 -050022"
23
24BBCLASSEXTEND = "native nativesdk"