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

Signed-off-by: Shlomi Vaknin <shlomi.39sd@gmail.com> Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
19 lines
534 B
BlitzBasic
19 lines
534 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] = "3a4f263af65d3d79f1c279f0247077ef"
|
|
SRC_URI[sha256sum] = "d023ee369ddd2763310e4c3eae1ff649689440d4ae59d7485eb4cfbbe3e359f7"
|
|
|
|
RDEPENDS_${PN} = "\
|
|
${PYTHON_PN}-ipython-genutils \
|
|
${PYTHON_PN}-six \
|
|
${PYTHON_PN}-decorator \
|
|
"
|
|
|
|
inherit setuptools3 pypi
|