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

This is the result of automated script (0.9.1) conversion: oe-core/scripts/contrib/convert-overrides.py . converting the metadata to use ":" as the override character instead of "_". Signed-off-by: Martin Jansa <Martin.Jansa@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
|