blob: 01fdffb87f14a1c1f61eff2baef9abf92dc67acd [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
Patrick Williams213cb262021-08-07 19:21:33 -050012RDEPENDS:${PN} = "\
Andrew Geisslerbffdb3e2020-08-21 16:13:29 -050013 ${PYTHON_PN}-ipython-genutils \
Andrew Geisslerbffdb3e2020-08-21 16:13:29 -050014 ${PYTHON_PN}-decorator \
15"
16
17inherit setuptools3 pypi