NOTICE: This package has been removed from pkgsrc

./wip/py-apsw, Python wrapper for SQLite

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 3.8.4.2pl1, Package name: py27-apsw-3.8.4.2pl1, Maintainer: rhialto

APSW provides an SQLite 3 wrapper that provides the thinnest layer over
the SQLite database library possible. Everything you can do from the
SQLite C API, you can do from Python. Although APSW looks vaguely
similar to the PEP 249 (DBAPI), it is not compliant with that API
because instead it works the way SQLite 3 does.


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

Master sites:

SHA1: 46177e40c16e827c81161a0e20c0202a2538728e
RMD160: 265596cf331d15dd75b585f2a9579a6459269181
Filesize: 649.343 KB

Version history: (Expand)


CVS history: (Expand)


   2014-04-22 11:17:39 by Thomas Klausner | Files touched by this commit (28) | Package removed
Log message:
Remove zombies.
All of these were cvs rm'd a few days ago but appeared again.
   2014-04-16 19:17:24 by Thomas Klausner | Files touched by this commit (4) | Package removed
Log message:
Remove py-apsw, imported to databases/
   2014-04-07 11:34:55 by OBATA Akio | Files touched by this commit (3)
Log message:
some clean up
* use released zip file
* fixes PKGNAME, replace -r? suffix with pl?.
* LICENSE=zip, from PKG-INFO.
* fixes EGG_NAME.
   2014-04-07 10:46:15 by Thomas Klausner | Files touched by this commit (2)
Log message:
Remove FETCH_USING, user-setable.
Use distutils.mk instead of egg.mk and add egg to PLIST.
   2014-04-06 22:57:13 by Olaf Seibert | Files touched by this commit (4)
Log message:
Import py27-apsw-3.8.4.2-r1 as wip/py-apsw.

APSW provides an SQLite 3 wrapper that provides the thinnest layer over
the SQLite database library possible. Everything you can do from the
SQLite C API, you can do from Python. Although APSW looks vaguely
similar to the PEP 249 (DBAPI), it is not compliant with that API
because instead it works the way SQLite 3 does.