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

Upgrade to release 5.0.4: - Support deprecated use of byte-literals for bytes on the command-line: ipython kernel --Session.key="b'abc'". The b prefix is no longer needed in traitlets 5.0, but is supported for backward-compatibility - Improve output of configuration errors, especially when help output would make it hard to find the helpful error message 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] = "592dde72b6b706d09ea624cce9af3cf5"
|
|
SRC_URI[sha256sum] = "86c9351f94f95de9db8a04ad8e892da299a088a64fd283f9f6f18770ae5eae1b"
|
|
|
|
RDEPENDS_${PN} = "\
|
|
${PYTHON_PN}-ipython-genutils \
|
|
${PYTHON_PN}-decorator \
|
|
"
|
|
|
|
inherit setuptools3 pypi
|