summaryrefslogtreecommitdiffstats
path: root/package/python-configobj/Config.in
diff options
context:
space:
mode:
authorZoltan Gyarmati <mr.zoltan.gyarmati@gmail.com>2013-12-11 21:27:01 +0100
committerPeter Korsgaard <peter@korsgaard.com>2013-12-15 13:41:31 +0100
commit494c8eb54b051d45b43d833a3e41f5735cd8075e (patch)
treeb8703fcb4bfa6c6c18d3994b406ce2cd8243f7ab /package/python-configobj/Config.in
parentc8e76a2d49d278d53e9d21e4df02ca079b3357a1 (diff)
downloadbuildroot-494c8eb54b051d45b43d833a3e41f5735cd8075e.tar.gz
buildroot-494c8eb54b051d45b43d833a3e41f5735cd8075e.zip
python-configobj: new package
[Thomas: convert to the Python package infrastructure.] Signed-off-by: Zoltan Gyarmati <mr.zoltan.gyarmati@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/python-configobj/Config.in')
-rw-r--r--package/python-configobj/Config.in10
1 files changed, 10 insertions, 0 deletions
diff --git a/package/python-configobj/Config.in b/package/python-configobj/Config.in
new file mode 100644
index 0000000000..fc57e26f1c
--- /dev/null
+++ b/package/python-configobj/Config.in
@@ -0,0 +1,10 @@
+config BR2_PACKAGE_PYTHON_CONFIGOBJ
+ bool "python-configobj"
+ depends on BR2_PACKAGE_PYTHON
+ help
+ ConfigObj is a simple but powerful config file reader and
+ writer: an ini file round tripper. Its main feature is that
+ it is very easy to use, with a straightforward programmer's
+ interface and a simple syntax for config files.
+
+ http://www.voidspace.org.uk/python/configobj.html
OpenPOWER on IntegriCloud