Subject: CVS commit: pkgsrc/lang/python26
From: OBATA Akio
Date: 2009-09-19 11:06:58
Message id: 20090919090658.0E777175DA@cvs.netbsd.org

Log Message:
Fixes modules in disable_module_list
 * not "_sqlite", but "_sqlite3",  fixes PR#42070.
 * "bsddb" does not exists. (I can find it in Python21, not in Python23)
 * "cjkcodecs" should not be disabled.
   It is expected to exists in all Python variants and py-cjkcodecs was removed.
   Although, the module name is "_multibytecodec" and \ 
"_codecs_*".
   and missing "," after it kill subsecuent "gdbm".
 * "mpz" was removed in Python24.

Files:
RevisionActionfile
1.7modifypkgsrc/lang/python26/distinfo
1.6modifypkgsrc/lang/python26/patches/patch-am