blob: 3d37e8b3c7c43dbce8dc31943fefef83170d2dfe [file] [log] [blame]
Andrew Geissler7e0e3c02022-02-25 20:34:39 +00001SUMMARY = "Extra features for standard library's cmd module"
2HOMEPAGE = "https://github.com/python-cmd2/cmd2"
3LICENSE = "MIT"
Andrew Geissler6aa7eec2023-03-03 12:41:14 -06004LIC_FILES_CHKSUM = "file://LICENSE;md5=fad7740aa21780c8b9a214f5b320b4ad"
Andrew Geissler7e0e3c02022-02-25 20:34:39 +00005
Patrick Williams39653562024-03-01 08:54:02 -06006DEPENDS += "python3-setuptools-scm-native"
Andrew Geissler7e0e3c02022-02-25 20:34:39 +00007
Andrew Geissler6aa7eec2023-03-03 12:41:14 -06008SRC_URI[sha256sum] = "71873c11f72bd19e2b1db578214716f0d4f7c8fa250093c601265a9a717dee52"
Andrew Geissler7e0e3c02022-02-25 20:34:39 +00009
10inherit pypi setuptools3
11
12RDEPENDS:${PN} += "\
Patrick Williams39653562024-03-01 08:54:02 -060013 python3-attrs \
14 python3-colorama \
15 python3-pyperclip \
16 python3-wcwidth \
17 python3-compression \
18 python3-pydoc \
19 python3-json \
20 python3-numbers \
Andrew Geissler7e0e3c02022-02-25 20:34:39 +000021"
22
23BBCLASSEXTEND = "native nativesdk"