diff options
author | Florent Thoumie <flz@FreeBSD.org> | 2005-03-13 23:25:19 +0000 |
---|---|---|
committer | Florent Thoumie <flz@FreeBSD.org> | 2005-03-13 23:25:19 +0000 |
commit | cb6027abfd6610647ffef12b987adbb6a9623b91 (patch) | |
tree | cee19d3d65312d8da1488f26d3e5fabcc9a26163 /databases/py-PySQLite2/pkg-descr | |
parent | Forced commit because I forgot the PR reference. (diff) |
- Update py-PySQLite11 (repocopied from py-PySQLite) to 1.1.6.
- Move py-PySQLite to py-PySQLite10.
- Update py-PySQLite10 to 1.0.1.
- Remove obsolete dependencies.
- Assign maintainership to submitter.
PR: ports/78508
Submitted by: Marcus Grando <marcus@corp.grupos.com.br>
Repocopy by: marcus
Notes
Notes:
svn path=/head/; revision=131141
Diffstat (limited to 'databases/py-PySQLite2/pkg-descr')
-rw-r--r-- | databases/py-PySQLite2/pkg-descr | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/databases/py-PySQLite2/pkg-descr b/databases/py-PySQLite2/pkg-descr index 44a7521cf1cf..a8c45061da4c 100644 --- a/databases/py-PySQLite2/pkg-descr +++ b/databases/py-PySQLite2/pkg-descr @@ -1,10 +1,9 @@ -The goal of the PySQLite project is to develop a Python extension for SQLite +The goal of the PySQLite project is to develop a Python extension for SQLite 3 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 +WWW: http://sourceforge.net/projects/pysqlite -- Gerhard Haering <gh@ghaering.de> +Marcus Grando <marcus@corp.grupos.com.br> |