[Lunar-commits] <moonbase> pysqlite: fixed broken link and website
Zbigniew Luszpinski
zbiggy at lunar-linux.org
Sun Mar 16 21:22:55 CET 2008
commit e282056ce7e08a567ee5202e6571b745a8da74a9
Author: Zbigniew Luszpinski <zbiggy at lunar-linux.org>
Date: Sun Mar 16 21:22:55 2008 +0100
pysqlite: fixed broken link and website
---
python/pysqlite/DETAILS | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/python/pysqlite/DETAILS b/python/pysqlite/DETAILS
index 32723e2..7307e90 100644
--- a/python/pysqlite/DETAILS
+++ b/python/pysqlite/DETAILS
@@ -1,13 +1,13 @@
MODULE=pysqlite
VERSION=2.3.5
+ BASE=$(echo $VERSION | cut -d. -f1,2)
SOURCE=$MODULE-$VERSION.tar.gz
- SOURCE_URL=http://initd.org/pub/software/$MODULE/releases/2.3/$VERSION/
+ SOURCE_URL=http://oss.itsystementwicklung.de/download/$MODULE/$BASE/$VERSION/
SOURCE_VFY=sha1:aede5abea1b0c84e030c175169e062f9d92c6b4e
- WEB_SITE=http://pysqlite.org/
+ WEB_SITE=http://oss.itsystementwicklung.de/trac/pysqlite/
ENTERED=20050512
UPDATED=20071019
SHORT="Python SQLite bindings"
-
cat << EOF
pysqlite is a Python DB-API 2.0 interface for the SQLite embedded
relational database engine.
More information about the Lunar-commits
mailing list