diff options
author | Geoffrey Ragot <geoffreyragot@gmail.com> | 2015-07-26 14:12:18 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2015-07-29 00:01:09 +0200 |
commit | 1ec19e5e47486d2ba61564b37f1c8b6e62ec6d28 (patch) | |
tree | 77a1c931b0885272c696b1ec38ef94fa711ed53c /package/python-pycli/Config.in | |
parent | f8d281d816f5c7bf85b3643892b0edd9406dcb4b (diff) | |
download | buildroot-1ec19e5e47486d2ba61564b37f1c8b6e62ec6d28.tar.gz buildroot-1ec19e5e47486d2ba61564b37f1c8b6e62ec6d28.zip |
python-pycli: new package
[Thomas:
- rewrap too long lines in Config.in help text
- add missing upstream URL in Config.in help text
- add missing hash file
- fix the licensing informations, which were incorrect
- remove duplicate <pkg>_SETUP_TYPE definition.]
Signed-off-by: Geoffrey Ragot <geoffrey.ragot@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/python-pycli/Config.in')
-rw-r--r-- | package/python-pycli/Config.in | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/package/python-pycli/Config.in b/package/python-pycli/Config.in new file mode 100644 index 0000000000..e1ce3b99a6 --- /dev/null +++ b/package/python-pycli/Config.in @@ -0,0 +1,7 @@ +config BR2_PACKAGE_PYTHON_PYCLI + bool "python-pycli" + help + The cli package is a framework for making simple, correct + command line applications in Python. + + https://pythonhosted.org/pyCLI/ |