diff options
author | Andrey Smirnov <andrew.smirnov@gmail.com> | 2017-06-02 16:56:46 -0700 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-06-11 14:55:47 +0200 |
commit | 26d7dcb8ad53fdf40f243a3797025e1682ef4b20 (patch) | |
tree | 725473be82d880787c5d7f30d8c2c8c0f7b28238 /package/python-ipython-genutils/Config.in | |
parent | 8d69d8033469228968043087fd31300af1e1453a (diff) | |
download | buildroot-26d7dcb8ad53fdf40f243a3797025e1682ef4b20.tar.gz buildroot-26d7dcb8ad53fdf40f243a3797025e1682ef4b20.zip |
package/python-ipython-genutils: New package
Add 'ipython_genutils'[1] package to Buildroot. Needed by 'traitlets'.
[1] https://pypi.python.org/pypi/ipython_genutils
Signed-off-by: Andrey Smirnov <andrew.smirnov@gmail.com>
Reviewed-by: Yegor Yefremov <yegorslists@googlemail.com>
[Thomas: take into account comments made by Yegor:
- fix alphabetic ordering in the DEVELOPERS file
- fix comment in hash file
- add license file]
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/python-ipython-genutils/Config.in')
-rw-r--r-- | package/python-ipython-genutils/Config.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/package/python-ipython-genutils/Config.in b/package/python-ipython-genutils/Config.in new file mode 100644 index 0000000000..d49442eeeb --- /dev/null +++ b/package/python-ipython-genutils/Config.in @@ -0,0 +1,6 @@ +config BR2_PACKAGE_PYTHON_IPYTHON_GENUTILS + bool "python-ipython-genutils" + help + IPython vestigial utilities + + https://pypi.python.org/pypi/ipython_genutils |