summaryrefslogtreecommitdiff
path: root/databases/py-sqlite3/files (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - Install standard libraries separated as other ports to the same placeLi-Wen Hsu2013-03-012-2/+2
| | | | | | with other standard libraries (${PYTHON_LIBDIR}/lib-dynload) - Improve consistency of the Makefile(s) - Whitespace cleanup for the patches
* - Don't define HAVE_LOAD_EXTENSION when sqlite3 is compiled with EXTENSIONMarcus von Appen2012-07-262-0/+12
| | | | | | | option turned off PR: ports/156076 Submitted by: Pan Tsu <inyaoo@gmail.com>
* - Fix building with python3*Li-Wen Hsu2009-06-301-0/+43
| | | | | - Use checksum file under lang/python${PYTHON_SUFFIX}/, for removal lang/python/distinfo
* Make setup not to install an egg info file which isn't needed forHye-Shik Chang2006-08-071-0/+3
| | | | standard modules.
* Add new port for python sqlite3 module.Hye-Shik Chang2006-06-231-0/+41
This port installs a Python "standard" library version of pysqlite which is provided by databases/py-pysqlite22 already. Because sqlite3 module was introduced in Python 2.5, this port plays only for 2.5 or laters. See Also: http://docs.python.org/dev/lib/module-sqlite3.html