diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2022-11-28 14:12:06 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2022-11-28 11:32:26 -0800 |
commit | 779921c6805d7e2ce3a77d545237d290d3eb32c0 (patch) | |
tree | 1489fcd1e0be146dfb1e2269ad90b51ef89946c0 /meta-python/recipes-devtools/python/python3-matplotlib-inline_0.1.6.bb | |
parent | 4e0aebdaa72865a26ef531579de410575a6ee1b3 (diff) | |
download | meta-openembedded-779921c6805d7e2ce3a77d545237d290d3eb32c0.tar.gz |
python3-matplotlib-inline: upgrade 0.1.2 -> 0.1.6
License-Update: Copyright updated to 0.1.6
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-matplotlib-inline_0.1.6.bb')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-matplotlib-inline_0.1.6.bb | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-matplotlib-inline_0.1.6.bb b/meta-python/recipes-devtools/python/python3-matplotlib-inline_0.1.6.bb new file mode 100644 index 0000000000..13210b9060 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-matplotlib-inline_0.1.6.bb | |||
@@ -0,0 +1,8 @@ | |||
1 | SUMMARY = "Inline Matplotlib backend for Jupyter" | ||
2 | HOMEPAGE = "https://pypi.org/project/matplotlib-inline/" | ||
3 | LICENSE = "BSD-3-Clause" | ||
4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=d4692a0eb42ca54892399db2cb35e61e" | ||
5 | |||
6 | SRC_URI[sha256sum] = "f887e5f10ba98e8d2b150ddcf4702c1e5f8b3a20005eb0f74bfdbd360ee6f304" | ||
7 | |||
8 | inherit pypi | ||