diff options
| author | Shlomi Vaknin <shlomi.39sd@gmail.com> | 2020-08-06 10:46:53 -0700 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2020-08-10 10:57:49 -0700 |
| commit | c5054be65378cf95ae3f4541cd351d95a5a6a75a (patch) | |
| tree | c39870bfd3664e8209640cb22ac9f81409449620 /meta-python/recipes-devtools/python/python3-ipython-genutils_0.2.0.bb | |
| parent | 84f0a1dddc2d427c7cec7923016955333bdcbe15 (diff) | |
| download | meta-openembedded-c5054be65378cf95ae3f4541cd351d95a5a6a75a.tar.gz | |
python3-ipython-genutils: 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-ipython-genutils_0.2.0.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-ipython-genutils_0.2.0.bb | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-ipython-genutils_0.2.0.bb b/meta-python/recipes-devtools/python/python3-ipython-genutils_0.2.0.bb new file mode 100644 index 0000000000..587aea1f05 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-ipython-genutils_0.2.0.bb | |||
| @@ -0,0 +1,12 @@ | |||
| 1 | SUMMARY = "Vestigial utilities from IPython" | ||
| 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=f7c3032c3ac398265224533a0a333a35" | ||
| 6 | |||
| 7 | PYPI_PACKAGE = "ipython_genutils" | ||
| 8 | |||
| 9 | SRC_URI[md5sum] = "5a4f9781f78466da0ea1a648f3e1f79f" | ||
| 10 | SRC_URI[sha256sum] = "eb2e116e75ecef9d4d228fdc66af54269afa26ab4463042e33785b887c628ba8" | ||
| 11 | |||
| 12 | inherit setuptools3 pypi | ||
