mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-07-19 15:29:08 +02:00

Upgrade to release 5.0.5: - Support deprecated literals for sets, tuples on the command-line: nbconvert --TagRemovePreprocessor.remove_cell_tags='{"tag"}' - Fix from_string_list for Tuples in general - Fix support for List(default_value=None, allow_none=True) and other Container traits - Fix help output for nested aliases and tuple traits Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
18 lines
511 B
BlitzBasic
18 lines
511 B
BlitzBasic
SUMMARY = "Traitlets Python config system"
|
|
HOMEPAGE = "http://ipython.org"
|
|
AUTHOR = "IPython Development Team <ipython-dev@scipy.org>"
|
|
LICENSE = "BSD"
|
|
LIC_FILES_CHKSUM = "file://COPYING.md;md5=eec4de4d599518742e54e75954e33b46"
|
|
|
|
PYPI_PACKAGE = "traitlets"
|
|
|
|
SRC_URI[md5sum] = "2ffe54aee5d0d87890127dd28ce3f6c4"
|
|
SRC_URI[sha256sum] = "178f4ce988f69189f7e523337a3e11d91c786ded9360174a3d9ca83e79bc5396"
|
|
|
|
RDEPENDS_${PN} = "\
|
|
${PYTHON_PN}-ipython-genutils \
|
|
${PYTHON_PN}-decorator \
|
|
"
|
|
|
|
inherit setuptools3 pypi
|