blob: da234215ea8cd8f3deb46a087c234ed7a68e2226 [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
William A. Kennington III49e95662021-09-15 16:19:36 -07009SRC_URI[sha256sum] = "bd382d7ea181fbbcce157c133db9a829ce06edffe097bcf3ab945b435452b46d"
Andrew Geisslerbffdb3e2020-08-21 16:13:29 -050010
Patrick Williams213cb262021-08-07 19:21:33 -050011RDEPENDS:${PN} = "\
Andrew Geisslerbffdb3e2020-08-21 16:13:29 -050012 ${PYTHON_PN}-ipython-genutils \
Andrew Geisslerbffdb3e2020-08-21 16:13:29 -050013 ${PYTHON_PN}-decorator \
14"
15
16inherit setuptools3 pypi