Andrew Geissler | a2681d9 | 2020-10-16 10:17:07 -0500 | [diff] [blame] | 1 | SUMMARY = "Argcomplete provides easy, extensible command line tab completion of arguments for your Python script." |
| 2 | HOMEPAGE = "https://github.com/kislyuk/argcomplete" |
| 3 | LICENSE = "Apache-2.0" |
| 4 | LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=2ee41112a44fe7014dce33e26468ba93" |
| 5 | |
Andrew Geissler | 72956ed | 2021-01-08 16:11:14 -0600 | [diff] [blame] | 6 | SRC_URI[sha256sum] = "de0e1282330940d52ea92a80fea2e4b9e0da1932aaa570f84d268939d1897b04" |
Andrew Geissler | a2681d9 | 2020-10-16 10:17:07 -0500 | [diff] [blame] | 7 | |
| 8 | PYPI_PACKAGE = "argcomplete" |
| 9 | |
| 10 | inherit pypi setuptools3 |
| 11 | |
| 12 | RDEPENDS_${PN} += "\ |
| 13 | ${PYTHON_PN}-core \ |
| 14 | " |
| 15 | |
| 16 | BBCLASSEXTEND = "native nativesdk" |
| 17 | |