pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/lang/python24 Fixes module names in disabled_module_list
details: https://anonhg.NetBSD.org/pkgsrc/rev/a274c6583ffe
branches: trunk
changeset: 565230:a274c6583ffe
user: obache <obache%pkgsrc.org@localhost>
date: Sat Sep 19 09:30:41 2009 +0000
description:
Fixes module names in disabled_module_list
* "bsddb" does not exists, probably removed/renamed before/in Python24.
* "mpz" was removed in Python24.
diffstat:
lang/python24/distinfo | 4 ++--
lang/python24/patches/patch-am | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diffs (36 lines):
diff -r a8caa1612d4a -r a274c6583ffe lang/python24/distinfo
--- a/lang/python24/distinfo Sat Sep 19 09:18:53 2009 +0000
+++ b/lang/python24/distinfo Sat Sep 19 09:30:41 2009 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.32 2009/09/09 05:59:37 dsainty Exp $
+$NetBSD: distinfo,v 1.33 2009/09/19 09:30:41 obache Exp $
SHA1 (Python-2.4.5.tar.bz2) = 6e9e1ac2b70cc10c36063a25ab5a5ddb53177107
RMD160 (Python-2.4.5.tar.bz2) = b43f2114697be751f03ec7cfb46f8c4946a73097
@@ -15,7 +15,7 @@
SHA1 (patch-aj) = e471737ade95423039661b475f2dd0fc27aa9dac
SHA1 (patch-ak) = 4c6708eb29757179e6855d8fbe78cab92c5a18d5
SHA1 (patch-al) = 10acea9003d856d2663a4b5bbecbd801eca8c0c8
-SHA1 (patch-am) = 4acf5857624fbb50e1ca4d570b69d02239d32b43
+SHA1 (patch-am) = 31158eee32363963e2f6d0bd528f0b291453de74
SHA1 (patch-an) = 0ae5b3d547c7dbe1366c5ae6c60c11516e4550b8
SHA1 (patch-ao) = 1ef48142acd8b591b11013b46048d9145f235843
SHA1 (patch-ap) = 8fbfecdb80ee851db569b64201ccd94bd3552a81
diff -r a8caa1612d4a -r a274c6583ffe lang/python24/patches/patch-am
--- a/lang/python24/patches/patch-am Sat Sep 19 09:18:53 2009 +0000
+++ b/lang/python24/patches/patch-am Sat Sep 19 09:30:41 2009 +0000
@@ -1,4 +1,4 @@
-$NetBSD: patch-am,v 1.5 2009/09/09 05:59:38 dsainty Exp $
+$NetBSD: patch-am,v 1.6 2009/09/19 09:30:41 obache Exp $
--- setup.py.orig 2006-10-08 17:41:25.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", "_tkinter", "bsddb", "gdbm", "mpz", "pyexpat", "readline"]
++disabled_module_list = ["_bsddb", "_curses", "_curses_panel", "_tkinter", "gdbm", "pyexpat", "readline"]
def add_dir_to_list(dirlist, dir):
"""Add the directory 'dir' to the list 'dirlist' (at the front) if
Home |
Main Index |
Thread Index |
Old Index