[Lunar-commits] <moonbase> pysqlite: remove it from the moonbase.
Florin Braescu
florin at lunar-linux.org
Wed Feb 18 21:45:32 CET 2009
commit 19792de60c49a88e6fecc5962f804ad32136a39f
Author: Florin Braescu <florin at lunar-linux.org>
Date: Wed Feb 18 22:45:32 2009 +0200
pysqlite: remove it from the moonbase.
Pysqlite is included in Python now.
---
python/pysqlite/BUILD | 9 ---------
python/pysqlite/DEPENDS | 2 --
python/pysqlite/DETAILS | 15 ---------------
3 files changed, 0 insertions(+), 26 deletions(-)
diff --git a/python/pysqlite/BUILD b/python/pysqlite/BUILD
deleted file mode 100644
index 06ce6dc..0000000
--- a/python/pysqlite/BUILD
+++ /dev/null
@@ -1,9 +0,0 @@
-(
-
- sedit "s:data_files = data_files:# :g" setup.py &&
-
- python setup.py build &&
- prepare_install &&
- python setup.py install --root=/
-
-) > $C_FIFO 2>&1
diff --git a/python/pysqlite/DEPENDS b/python/pysqlite/DEPENDS
deleted file mode 100644
index 9ffdca4..0000000
--- a/python/pysqlite/DEPENDS
+++ /dev/null
@@ -1,2 +0,0 @@
-depends Python
-depends sqlite
diff --git a/python/pysqlite/DETAILS b/python/pysqlite/DETAILS
deleted file mode 100644
index 73f222b..0000000
--- a/python/pysqlite/DETAILS
+++ /dev/null
@@ -1,15 +0,0 @@
- MODULE=pysqlite
- VERSION=2.5.0
- BASE=$(echo $VERSION | cut -d. -f1,2)
- SOURCE=$MODULE-$VERSION.tar.gz
- SOURCE_URL=http://oss.itsystementwicklung.de/download/$MODULE/$BASE/$VERSION
- SOURCE_VFY=sha1:37234af4996a42e08db1f8d1fdd7999b2dcb912c
- WEB_SITE=http://oss.itsystementwicklung.de/trac/pysqlite
- ENTERED=20050512
- UPDATED=20080914
- SHORT="Python SQLite bindings"
-
-cat << EOF
-pysqlite is a Python DB-API 2.0 interface for the SQLite embedded
-relational database engine.
-EOF
More information about the Lunar-commits
mailing list