./databases/py-sqlite3, Built-in sqlite support for Python 2.5 and up

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0, Package name: py25-sqlite3-0, Maintainer: pkgsrc-users

This is the interface to the SQLite library built into Python starting
with version 2.5. It allows Python programs to access SQLite databases.


Required to run:
[databases/sqlite3] [lang/python25]

Master sites:

SHA1: 0f2e819d6381f72f26c734e00a6780b3933ea404
RMD160: 3a76c83464c3b1c38a60351ab054e33ac7195663
Filesize: 9591.126 KB

Version history: (Expand)


CVS history: (Expand)


   2010-02-19 18:15:11 by Joerg Sonnenberger | Files touched by this commit (1)
Log message:
Fix RCS ID
   2009-07-07 13:03:37 by Zafer Aydogan | Files touched by this commit (1)
Log message:
add 26 to PYTHON_VERSIONS_ACCEPTED
   2009-03-05 19:51:33 by Joerg Sonnenberger | Files touched by this commit (53)
Log message:
Remove PYBINMODULE. All it did was mark some packages as not available
on some platforms that lacked shared library support in the past. The
list hasn't been maintained at all and the gain is very limited, so just
get rid of it.
   2008-08-27 02:28:58 by Eric Gillespie | Files touched by this commit (4) | Imported package
Log message:
Import built-in sqlite support for Python 2.5.  The python25 package contains
the .py parts of this, but does not include the .so linked against sqlite3
(similar to the py-expat situation).