2012-04-16 00:01:05 by Thomas Klausner | Files touched by this commit (64) |
Log message:
Reset maintainer, developer has left the building
|
2012-04-09 11:24:01 by OBATA Akio | Files touched by this commit (1) |
Log message:
python24 had been removed, no need to take care about it anymore.
|
2012-04-08 22:22:01 by Thomas Klausner | Files touched by this commit (148) |
Log message:
All supported python versions in pkgsrc support eggs, so remove
${PLIST.eggfile} from PLISTs and support code from lang/python.
|
2011-09-29 10:35:18 by OBATA Akio | Files touched by this commit (1) |
Log message:
conditional EGG_FILE installation, fixes for python24.
|
2011-06-10 11:40:04 by OBATA Akio | Files touched by this commit (241) |
Log message:
recursive bump from textproc/icu shlib major bump.
|
2011-05-16 15:43:07 by Adam Ciarcinski | Files touched by this commit (2) |
Log message:
Changes 2.6.3:
Bug fixes.
|
2011-01-27 17:49:33 by Greg Troxel | Files touched by this commit (2) |
Log message:
Use distutils.mk instead of extension.mk, so that egg file is installed.
|
2010-10-02 08:11:04 by OBATA Akio | Files touched by this commit (2) | |
Log message:
back conditional PLIST for python<2.5, it was lost at updated to 2.6.0.
|
2010-09-16 13:31:16 by Adam Ciarcinski | Files touched by this commit (4) |
Log message:
Changes 2.6.0:
No release notes available.
|
2009-07-09 21:02:58 by Matthias Drochner | Files touched by this commit (2) | |
Log message:
update to 2.5.5
changes: many bugfixes and compatibility fixes
The 2.5.0 version in pkgsrc was broken:
>>> from pysqlite2 import dbapi2
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/usr/pkg/lib/python2.5/site-packages/pysqlite2/dbapi2.py", line \
27, in <module>
from pysqlite2._sqlite import *
ImportError: /usr/pkg/lib/python2.5/site-packages/pysqlite2/_sqlite.so: \
Undefined PLT symbol "sqlite3_enable_load_extension" (symnum = 158)
|