summaryrefslogtreecommitdiff
path: root/lang/python32
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2012-05-07 05:52:02 +0000
committerobache <obache@pkgsrc.org>2012-05-07 05:52:02 +0000
commita99290089156a88de8c8d8d5229a6b9131c93103 (patch)
tree6a38299c3de8fedc9cae0c80e6652ac2ff78ec24 /lang/python32
parent76d8a4c74b5781628083c0a71454c76444b690d7 (diff)
downloadpkgsrc-a99290089156a88de8c8d8d5229a6b9131c93103.tar.gz
disable xxlimited module.
Diffstat (limited to 'lang/python32')
-rw-r--r--lang/python32/PLIST3
-rw-r--r--lang/python32/distinfo4
-rw-r--r--lang/python32/patches/patch-am4
3 files changed, 5 insertions, 6 deletions
diff --git a/lang/python32/PLIST b/lang/python32/PLIST
index 84ffb00b4c8..42d5ed236f6 100644
--- a/lang/python32/PLIST
+++ b/lang/python32/PLIST
@@ -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/syslog.so
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 --git a/lang/python32/distinfo b/lang/python32/distinfo
index 7f46365e827..98799879f4a 100644
--- a/lang/python32/distinfo
+++ b/lang/python32/distinfo
@@ -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-aa) = 99ebcbbfc53b855a32b424dec27012e1e969c3d0
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 --git a/lang/python32/patches/patch-am b/lang/python32/patches/patch-am
index 9884d1324b8..b7eae799500 100644
--- a/lang/python32/patches/patch-am
+++ b/lang/python32/patches/patch-am
@@ -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 @@ $NetBSD: patch-am,v 1.1.1.1 2012/05/06 13:12:12 obache Exp $
# 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)