blob: 53451cd3ceafbaf856d75100b9d8d1b917ea654e [file] [log] [blame]
Andrew Geisslerbffdb3e2020-08-21 16:13:29 -05001SUMMARY = "Traitlets Python config system"
2HOMEPAGE = "http://ipython.org"
3AUTHOR = "IPython Development Team <ipython-dev@scipy.org>"
4LICENSE = "BSD"
5LIC_FILES_CHKSUM = "file://COPYING.md;md5=eec4de4d599518742e54e75954e33b46"
6
7PYPI_PACKAGE = "traitlets"
8
Andrew Geisslerbbbd5f42020-10-30 15:42:48 -05009SRC_URI[md5sum] = "2ffe54aee5d0d87890127dd28ce3f6c4"
10SRC_URI[sha256sum] = "178f4ce988f69189f7e523337a3e11d91c786ded9360174a3d9ca83e79bc5396"
Andrew Geisslerbffdb3e2020-08-21 16:13:29 -050011
12RDEPENDS_${PN} = "\
13 ${PYTHON_PN}-ipython-genutils \
Andrew Geisslerbffdb3e2020-08-21 16:13:29 -050014 ${PYTHON_PN}-decorator \
15"
16
17inherit setuptools3 pypi