Patrick Williams | ac13d5f | 2023-11-24 18:59:46 -0600 | [diff] [blame] | 1 | SUMMARY = "An autocompletion tool for Python that can be used for text editors." |
| 2 | HOMEPAGE = "https://github.com/davidhalter/jedi" |
| 3 | LICENSE = "MIT" |
| 4 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=5ed06eebfcb244cd66ebf6cef9c23ab4" |
| 5 | |
| 6 | PYPI_PACKAGE = "jedi" |
| 7 | |
| 8 | SRC_URI[sha256sum] = "cf0496f3651bc65d7174ac1b7d043eff454892c708a87d1b683e57b569927ffd" |
| 9 | |
| 10 | RDEPENDS:${PN} = " \ |
Patrick Williams | 3965356 | 2024-03-01 08:54:02 -0600 | [diff] [blame] | 11 | python3-parso \ |
| 12 | python3-core \ |
| 13 | python3-compression \ |
| 14 | python3-pydoc \ |
| 15 | python3-compile \ |
| 16 | python3-json \ |
Patrick Williams | ac13d5f | 2023-11-24 18:59:46 -0600 | [diff] [blame] | 17 | " |
| 18 | |
| 19 | inherit setuptools3 pypi |