diff options
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-traitlets_5.0.5.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-traitlets_5.0.5.bb | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-traitlets_5.0.5.bb b/meta-python/recipes-devtools/python/python3-traitlets_5.0.5.bb new file mode 100644 index 0000000000..53451cd3ce --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-traitlets_5.0.5.bb | |||
| @@ -0,0 +1,17 @@ | |||
| 1 | SUMMARY = "Traitlets Python config system" | ||
| 2 | HOMEPAGE = "http://ipython.org" | ||
| 3 | AUTHOR = "IPython Development Team <ipython-dev@scipy.org>" | ||
| 4 | LICENSE = "BSD" | ||
| 5 | LIC_FILES_CHKSUM = "file://COPYING.md;md5=eec4de4d599518742e54e75954e33b46" | ||
| 6 | |||
| 7 | PYPI_PACKAGE = "traitlets" | ||
| 8 | |||
| 9 | SRC_URI[md5sum] = "2ffe54aee5d0d87890127dd28ce3f6c4" | ||
| 10 | SRC_URI[sha256sum] = "178f4ce988f69189f7e523337a3e11d91c786ded9360174a3d9ca83e79bc5396" | ||
| 11 | |||
| 12 | RDEPENDS_${PN} = "\ | ||
| 13 | ${PYTHON_PN}-ipython-genutils \ | ||
| 14 | ${PYTHON_PN}-decorator \ | ||
| 15 | " | ||
| 16 | |||
| 17 | inherit setuptools3 pypi | ||
