Andrew Geissler | bffdb3e | 2020-08-21 16:13:29 -0500 | [diff] [blame] | 1 | SUMMARY = "Traitlets Python config system" |
| 2 | HOMEPAGE = "http://ipython.org" |
| 3 | AUTHOR = "IPython Development Team <ipython-dev@scipy.org>" |
| 4 | LICENSE = "BSD" |
| 5 | LIC_FILES_CHKSUM = "file://COPYING.md;md5=eec4de4d599518742e54e75954e33b46" |
| 6 | |
| 7 | PYPI_PACKAGE = "traitlets" |
| 8 | |
Andrew Geissler | bbbd5f4 | 2020-10-30 15:42:48 -0500 | [diff] [blame] | 9 | SRC_URI[md5sum] = "2ffe54aee5d0d87890127dd28ce3f6c4" |
| 10 | SRC_URI[sha256sum] = "178f4ce988f69189f7e523337a3e11d91c786ded9360174a3d9ca83e79bc5396" |
Andrew Geissler | bffdb3e | 2020-08-21 16:13:29 -0500 | [diff] [blame] | 11 | |
| 12 | RDEPENDS_${PN} = "\ |
| 13 | ${PYTHON_PN}-ipython-genutils \ |
Andrew Geissler | bffdb3e | 2020-08-21 16:13:29 -0500 | [diff] [blame] | 14 | ${PYTHON_PN}-decorator \ |
| 15 | " |
| 16 | |
| 17 | inherit setuptools3 pypi |