From 1ec19e5e47486d2ba61564b37f1c8b6e62ec6d28 Mon Sep 17 00:00:00 2001 From: Geoffrey Ragot Date: Sun, 26 Jul 2015 14:12:18 +0200 Subject: 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 _SETUP_TYPE definition.] Signed-off-by: Geoffrey Ragot Signed-off-by: Thomas Petazzoni --- package/python-pycli/Config.in | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 package/python-pycli/Config.in (limited to 'package/python-pycli/Config.in') 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/ -- cgit v1.2.3