Li-Wen Hsu
4e54190b40
- Install standard libraries separated as other ports to the same place
...
with other standard libraries (${PYTHON_LIBDIR}/lib-dynload)
- Improve consistency of the Makefile(s)
- Whitespace cleanup for the patches
2013-03-01 20:12:01 +00:00
Marcus von Appen
6744e39a0f
- Don't define HAVE_LOAD_EXTENSION when sqlite3 is compiled with EXTENSION
...
option turned off
PR: ports/156076
Submitted by: Pan Tsu <inyaoo@gmail.com>
2012-07-26 05:44:07 +00:00
Li-Wen Hsu
43f259ee0c
- Fix building with python3*
...
- Use checksum file under lang/python${PYTHON_SUFFIX}/,
for removal lang/python/distinfo
2009-06-30 21:51:53 +00:00
Hye-Shik Chang
f0f91e6954
Make setup not to install an egg info file which isn't needed for
...
standard modules.
2006-08-07 02:23:05 +00:00
Hye-Shik Chang
41a65d90c0
Add new port for python sqlite3 module.
...
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
2006-06-23 03:54:01 +00:00