summaryrefslogtreecommitdiffstats
path: root/package/python-pydal/Config.in
diff options
context:
space:
mode:
authorAngelo Compagnucci <angelo.compagnucci@gmail.com>2015-04-14 17:05:03 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2015-07-23 22:21:44 +0200
commit84057b2eaddf093cfa97377c6f1aa01a3aa8cc4b (patch)
tree63909dccd2f5207a7082f86da6459f45405deda3 /package/python-pydal/Config.in
parent5a8951273a567a6bdf11f77ba40f99acf28d3bfa (diff)
downloadbuildroot-84057b2eaddf093cfa97377c6f1aa01a3aa8cc4b.tar.gz
buildroot-84057b2eaddf093cfa97377c6f1aa01a3aa8cc4b.zip
package/python-pydal: new package
This package adds the python-pydal python package. pyDAL is a pure Python Database Abstraction Layer. [Thomas: - rewrap Config.in help text - add upstream URL in Config.in help text.] Signed-off-by: Angelo Compagnucci <angelo.compagnucci@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/python-pydal/Config.in')
-rw-r--r--package/python-pydal/Config.in16
1 files changed, 16 insertions, 0 deletions
diff --git a/package/python-pydal/Config.in b/package/python-pydal/Config.in
new file mode 100644
index 0000000000..9aa16f5719
--- /dev/null
+++ b/package/python-pydal/Config.in
@@ -0,0 +1,16 @@
+config BR2_PACKAGE_PYTHON_PYDAL
+ bool python-pydal
+ help
+
+ pyDAL is a pure Python Database Abstraction Layer. It
+ dynamically generates the SQL in real time using the
+ specified dialect for the database back end, so that you do
+ not have to write SQL code or learn different SQL dialects
+ (the term SQL is used generically), and your code will be
+ portable among different types of databases.
+
+ pyDAL comes from the original web2py's DAL, with the aim of
+ being wide-compatible. pyDAL doesn't require web2py and can
+ be used in any Python context.
+
+ https://github.com/web2py/pydal
OpenPOWER on IntegriCloud