summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-traitlets_5.0.4.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-traitlets_5.0.4.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-traitlets_5.0.4.bb17
1 files changed, 17 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-traitlets_5.0.4.bb b/meta-python/recipes-devtools/python/python3-traitlets_5.0.4.bb
new file mode 100644
index 0000000000..194193f63e
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-traitlets_5.0.4.bb
@@ -0,0 +1,17 @@
1SUMMARY = "Traitlets Python config system"
2HOMEPAGE = "http://ipython.org"
3AUTHOR = "IPython Development Team <ipython-dev@scipy.org>"
4LICENSE = "BSD"
5LIC_FILES_CHKSUM = "file://COPYING.md;md5=eec4de4d599518742e54e75954e33b46"
6
7PYPI_PACKAGE = "traitlets"
8
9SRC_URI[md5sum] = "592dde72b6b706d09ea624cce9af3cf5"
10SRC_URI[sha256sum] = "86c9351f94f95de9db8a04ad8e892da299a088a64fd283f9f6f18770ae5eae1b"
11
12RDEPENDS_${PN} = "\
13 ${PYTHON_PN}-ipython-genutils \
14 ${PYTHON_PN}-decorator \
15"
16
17inherit setuptools3 pypi