blob: 194193f63e72d180798dfbe1cd5ebe84901867ea [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 Geisslerd688a012020-09-18 13:36:00 -05009SRC_URI[md5sum] = "592dde72b6b706d09ea624cce9af3cf5"
10SRC_URI[sha256sum] = "86c9351f94f95de9db8a04ad8e892da299a088a64fd283f9f6f18770ae5eae1b"
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