blob: 120604a8bec0cd7559bdd624d2911b93d381e089 [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>"
Andrew Geissler5199d832021-09-24 16:47:35 -05004LICENSE = "BSD-3-Clause"
Andrew Geisslerbffdb3e2020-08-21 16:13:29 -05005LIC_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