diff options
| author | Shlomi Vaknin <shlomi.39sd@gmail.com> | 2020-08-06 10:47:45 -0700 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2020-08-10 10:57:45 -0700 |
| commit | 84f0a1dddc2d427c7cec7923016955333bdcbe15 (patch) | |
| tree | b2bcbf3aa5ecb5396549a91e8519faf6f208026f /meta-python/recipes-devtools/python/python3-traitlets_4.3.3.bb | |
| parent | c45c5fff8d83f7f33ac65031f168a970cc29e98a (diff) | |
| download | meta-openembedded-84f0a1dddc2d427c7cec7923016955333bdcbe15.tar.gz | |
python3-traitlets: add recipe
Signed-off-by: Shlomi Vaknin <shlomi.39sd@gmail.com>
Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-traitlets_4.3.3.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-traitlets_4.3.3.bb | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-traitlets_4.3.3.bb b/meta-python/recipes-devtools/python/python3-traitlets_4.3.3.bb new file mode 100644 index 0000000000..edfb3abfaf --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-traitlets_4.3.3.bb | |||
| @@ -0,0 +1,18 @@ | |||
| 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] = "3a4f263af65d3d79f1c279f0247077ef" | ||
| 10 | SRC_URI[sha256sum] = "d023ee369ddd2763310e4c3eae1ff649689440d4ae59d7485eb4cfbbe3e359f7" | ||
| 11 | |||
| 12 | RDEPENDS_${PN} = "\ | ||
| 13 | ${PYTHON_PN}-ipython-genutils \ | ||
| 14 | ${PYTHON_PN}-six \ | ||
| 15 | ${PYTHON_PN}-decorator \ | ||
| 16 | " | ||
| 17 | |||
| 18 | inherit setuptools3 pypi | ||
