pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/python21 Explicitly disable the tkinter module, w...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/cf004d5bd013
branches:  trunk
changeset: 494733:cf004d5bd013
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Sun May 29 06:39:11 2005 +0000

description:
Explicitly disable the tkinter module, which is provided by x11/py-Tk.

diffstat:

 lang/python21/distinfo         |   4 ++--
 lang/python21/patches/patch-ac |  11 ++++++++++-
 2 files changed, 12 insertions(+), 3 deletions(-)

diffs (42 lines):

diff -r b51af33386df -r cf004d5bd013 lang/python21/distinfo
--- a/lang/python21/distinfo    Sun May 29 06:26:50 2005 +0000
+++ b/lang/python21/distinfo    Sun May 29 06:39:11 2005 +0000
@@ -1,11 +1,11 @@
-$NetBSD: distinfo,v 1.14 2005/02/24 09:03:11 agc Exp $
+$NetBSD: distinfo,v 1.15 2005/05/29 06:39:11 minskim Exp $
 
 SHA1 (Python-2.1.3.tgz) = 7042a5c5fd60d334c0ac227885d68a4c305713b4
 RMD160 (Python-2.1.3.tgz) = d7216480cf884507d97bf7932767871977fc1ccc
 Size (Python-2.1.3.tgz) = 6194432 bytes
 SHA1 (patch-aa) = 8273acc49a9eedad6e09685098178f3b7fb8f1c6
 SHA1 (patch-ab) = f87a4d5c76182ab27ba79b42f00e8a2ff63bcf2b
-SHA1 (patch-ac) = 6f3435e1e66c1a6232c76a3c008f540ccd98ea37
+SHA1 (patch-ac) = ea4f6cfe74095be2877376f9edd2f3b8cea6335b
 SHA1 (patch-ad) = 769bcd7803723c8d538a74173792ffcc491fa414
 SHA1 (patch-af) = e17c20f83ba1219860a6aefd959364147c7963e1
 SHA1 (patch-ah) = 637dfe0cb4d031760f1085fb7921c0ae77158221
diff -r b51af33386df -r cf004d5bd013 lang/python21/patches/patch-ac
--- a/lang/python21/patches/patch-ac    Sun May 29 06:26:50 2005 +0000
+++ b/lang/python21/patches/patch-ac    Sun May 29 06:39:11 2005 +0000
@@ -1,4 +1,4 @@
-$NetBSD: patch-ac,v 1.5 2004/05/16 20:01:59 minskim Exp $
+$NetBSD: patch-ac,v 1.6 2005/05/29 06:39:12 minskim Exp $
 
 --- setup.py.orig      2001-12-27 15:51:02.000000000 -0600
 +++ setup.py
@@ -106,6 +106,15 @@
  
          # Interface to the Expat XML parser
          #
+@@ -515,7 +500,7 @@ class PyBuildExt(build_ext):
+         self.extensions.extend(exts)
+ 
+         # Call the method for detecting whether _tkinter can be compiled
+-        self.detect_tkinter(inc_dirs, lib_dirs)
++        #self.detect_tkinter(inc_dirs, lib_dirs)
+ 
+ 
+     def detect_tkinter(self, inc_dirs, lib_dirs):
 @@ -609,7 +594,7 @@ def main():
            ext_modules=[Extension('struct', ['structmodule.c'])],
  



Home | Main Index | Thread Index | Old Index