[Lunar-commits] <moonbase-other> apsw: another python frontend for sqlite.
Florin Braescu
florin at lunar-linux.org
Sat Oct 5 12:58:40 CEST 2013
commit 8033bfc2a5850ea4bb8da8647c24fa771c2790f4
Author: Florin Braescu <florin at lunar-linux.org>
Date: Sat, 05 Oct 2013 03:58:07 -0700
URL: https://github.com/lunar-linux/moonbase-other/commit/8033bfc2a5850ea4bb8da8647c24fa771c2790f4
apsw: another python frontend for sqlite.
---
python/apsw/BUILD | +8/-0
python/apsw/DEPENDS | +1/-0
python/apsw/DETAILS | +15/-0
3 files changed, 24 insertions(+)
--- /dev/null
+++ b/python/apsw/BUILD
@@ -0,0 +1,8 @@
+(
+
+ python setup.py build &&
+ prepare_install &&
+ python setup.py install --root=/
+
+) > $C_FIFO 2>&1
+
--- /dev/null
+++ b/python/apsw/DEPENDS
@@ -0,0 +1 @@
+depends Python
--- /dev/null
+++ b/python/apsw/DETAILS
@@ -0,0 +1,15 @@
+ MODULE=apsw
+ VERSION=3.8.0.2-r1
+ SOURCE=$MODULE-$VERSION.zip
+ SOURCE_URL=http://apsw.googlecode.com/files/
+ SOURCE_VFY=sha1:284bdf06dd523fe0bd49823ceb2d742be0f8e0bf
+ WEB_SITE=http://code.google.com/p/apsw/
+ ENTERED=20131005
+ UPDATED=20131005
+ SHORT="Another Python SQLite Wrapper"
+
+cat << EOF
+APSW is a Python wrapper for the SQLite embedded relational database engine. In
+contrast to other wrappers such as pysqlite it focuses on being a minimal layer
+over SQLite attempting just to translate the complete SQLite API into Python.
+EOF
More information about the Lunar-commits
mailing list