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