blob: d7a78254eddc1e5896bfe36b40daf8290f6d1392 [file] [log] [blame]
Andrew Geissler517393d2023-01-13 08:55:19 -06001SUMMARY = "Traitlets Python config system"
2HOMEPAGE = "http://ipython.org"
3AUTHOR = "IPython Development Team <ipython-dev@scipy.org>"
4LICENSE = "BSD-3-Clause"
5LIC_FILES_CHKSUM = "file://COPYING.md;md5=f17a3ba4cd59794dd6e005c8e150aef0"
6
7SRC_URI[sha256sum] = "6cc57d6dc28c85d5365961726ffd19b538739347749e13ebe34e03323a0e8f84"
8
9inherit pypi python_hatchling
10
11RDEPENDS:${PN} = "\
12 ${PYTHON_PN}-ipython-genutils \
13 ${PYTHON_PN}-decorator \
14"