summaryrefslogtreecommitdiff
path: root/databases/py-PySQLite2/pkg-descr
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2003-06-01 23:49:18 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2003-06-01 23:49:18 +0000
commit6a294c20389911c409eb5f6f05033eaf6c6975ab (patch)
treeb621d2670693545124e161f6048aa76ec80ae631 /databases/py-PySQLite2/pkg-descr
parentef70e9816ef935802e3a1e27b44f1c499b5cb27b (diff)
Diffstat (limited to 'databases/py-PySQLite2/pkg-descr')
-rw-r--r--databases/py-PySQLite2/pkg-descr10
1 files changed, 0 insertions, 10 deletions
diff --git a/databases/py-PySQLite2/pkg-descr b/databases/py-PySQLite2/pkg-descr
deleted file mode 100644
index b5df121b1e58..000000000000
--- a/databases/py-PySQLite2/pkg-descr
+++ /dev/null
@@ -1,10 +0,0 @@
-The goal of the PySQLite project is to develop a Python extension for SQLite
-that conforms to the Python Database API Specification 2.0. SQLite is a
-powerful embedded relational database management system in a compact C library.
-It offers support for a large subset of SQL92, multiple tables, indices,
-transactions and triggers.
-
-WWW: http://pysqlite.sourceforge.net/
-developed by Gerhard Haering and Michael Owens
-
-- Gerhard Haering <gerhard.haering@gmx.de>