pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/lang/python32 disable xxlimited module.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/feec2f1e0ae3
branches:  trunk
changeset: 603531:feec2f1e0ae3
user:      obache <obache%pkgsrc.org@localhost>
date:      Mon May 07 05:52:02 2012 +0000

description:
disable xxlimited module.

diffstat:

 lang/python32/PLIST            |  3 +--
 lang/python32/distinfo         |  4 ++--
 lang/python32/patches/patch-am |  4 ++--
 3 files changed, 5 insertions(+), 6 deletions(-)

diffs (53 lines):

diff -r bdc14d3194a2 -r feec2f1e0ae3 lang/python32/PLIST
--- a/lang/python32/PLIST       Mon May 07 03:22:35 2012 +0000
+++ b/lang/python32/PLIST       Mon May 07 05:52:02 2012 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2012/05/06 13:12:12 obache Exp $
+@comment $NetBSD: PLIST,v 1.2 2012/05/07 05:52:02 obache Exp $
 bin/2to3-${PY_VER_SUFFIX}
 bin/pydoc${PY_VER_SUFFIX}
 bin/python${PY_VER_SUFFIX}
@@ -1909,7 +1909,6 @@
 lib/python${PY_VER_SUFFIX}/lib-dynload/termios.so
 lib/python${PY_VER_SUFFIX}/lib-dynload/time.so
 lib/python${PY_VER_SUFFIX}/lib-dynload/unicodedata.so
-lib/python${PY_VER_SUFFIX}/lib-dynload/xxlimited.so
 lib/python${PY_VER_SUFFIX}/lib-dynload/zlib.so
 lib/python${PY_VER_SUFFIX}/lib2to3/Grammar.txt
 lib/python${PY_VER_SUFFIX}/lib2to3/Grammar${PKGVERSION}.final.0.pickle
diff -r bdc14d3194a2 -r feec2f1e0ae3 lang/python32/distinfo
--- a/lang/python32/distinfo    Mon May 07 03:22:35 2012 +0000
+++ b/lang/python32/distinfo    Mon May 07 05:52:02 2012 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.1.1.1 2012/05/06 13:12:12 obache Exp $
+$NetBSD: distinfo,v 1.2 2012/05/07 05:52:02 obache Exp $
 
 SHA1 (Python-3.2.3.tar.bz2) = 4c2d562a0681ba27bc920500050e2f08de224311
 RMD160 (Python-3.2.3.tar.bz2) = a4d902bc4436ea28df3d706015afd6e0f50131f4
@@ -7,7 +7,7 @@
 SHA1 (patch-ab) = 1c0a25bf7ec6ee76e84c799619ec7cd8910f16e1
 SHA1 (patch-ah) = bb43aaab260935a5a0d5e7ce1ccc30f4832cab1d
 SHA1 (patch-al) = 8020232f54655b27889f1edcfb5c35f7c452bf2a
-SHA1 (patch-am) = 671d749f55405e3adb7948ef7f7856b12c57a551
+SHA1 (patch-am) = 73e4ad86b414d336a454287c4bdd347bf56dc20d
 SHA1 (patch-an) = 933acde107b735931d26ace4eef251000b9f07ba
 SHA1 (patch-ao) = 3dca4a62bebcfc6465a527b2e44323b8ef10d399
 SHA1 (patch-au) = 6af232b3802c602f19d04049bca6a067724c2c3b
diff -r bdc14d3194a2 -r feec2f1e0ae3 lang/python32/patches/patch-am
--- a/lang/python32/patches/patch-am    Mon May 07 03:22:35 2012 +0000
+++ b/lang/python32/patches/patch-am    Mon May 07 05:52:02 2012 +0000
@@ -1,4 +1,4 @@
-$NetBSD: patch-am,v 1.1.1.1 2012/05/06 13:12:12 obache Exp $
+$NetBSD: patch-am,v 1.2 2012/05/07 05:52:02 obache Exp $
 
 --- setup.py.orig      2012-04-11 06:54:08.000000000 +0000
 +++ setup.py
@@ -7,7 +7,7 @@
  
  # This global variable is used to hold the list of modules to be disabled.
 -disabled_module_list = []
-+disabled_module_list = ["_bsddb", "_curses", "_curses_panel", "_elementtree", "_sqlite3", "_tkinter", "_gdbm", "pyexpat", "readline"]
++disabled_module_list = ["_bsddb", "_curses", "_curses_panel", "_elementtree", "_sqlite3", "_tkinter", "_gdbm", "pyexpat", "readline", "xxlimited"]
  
  # File which contains the directory for shared mods (for sys.path fixup
  # when running from the build dir, see Modules/getpath.c)



Home | Main Index | Thread Index | Old Index