Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2009-06-30 | - Fix building with python3* | Li-Wen Hsu | 1 | -3/+2 | |
- Use checksum file under lang/python${PYTHON_SUFFIX}/, for removal lang/python/distinfo | |||||
2006-08-07 | Make setup not to install an egg info file which isn't needed for | Hye-Shik Chang | 1 | -0/+3 | |
standard modules. | |||||
2006-06-23 | Add new port for python sqlite3 module. | Hye-Shik Chang | 1 | -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 |