Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Kouremenos <kourem@gmail.com>2005-12-01 02:20:27 +0300
committerNikos Kouremenos <kourem@gmail.com>2005-12-01 02:20:27 +0300
commit83267861c2b4722fc1ca3e1a28bf70f6e4d31625 (patch)
tree78bdeb7843dd0e1b66e7ff5fb4e599976c35d75e /autopackage
parentae9b49b204f501538ebc2056d309c2a71d6cb49e (diff)
[psybases] add pysqlite skeleton for AP
Diffstat (limited to 'autopackage')
-rw-r--r--autopackage/@pysqlite.org/pysqlite/skeleton.122
1 files changed, 22 insertions, 0 deletions
diff --git a/autopackage/@pysqlite.org/pysqlite/skeleton.1 b/autopackage/@pysqlite.org/pysqlite/skeleton.1
new file mode 100644
index 000000000..1496433f9
--- /dev/null
+++ b/autopackage/@pysqlite.org/pysqlite/skeleton.1
@@ -0,0 +1,22 @@
+# -*- shell-script-mode -*-
+
+[Meta]
+RootName: @pysqlite.org/pysqlite
+DisplayName: Python interface for the SQLite
+ShortName: pysqlite
+Skeleton-Author: Filippos Papadopoulos <filip@cs.uoi.gr>
+Skeleton-Version: 1
+
+[Notes]
+pysqlite is a Python DB-API 2.0 interface for the SQLite embedded relational database engine
+
+[Test]
+INTERFACE_VERSIONS=`python - <<EOF
+try:
+ import pysqlite2.dbapi2 as sql
+ print sql.version
+except:
+ pass
+EOF
+`
+SOFTWARE_VERSIONS="$INTERFACE_VERSIONS"