summaryrefslogtreecommitdiff
blob: f587401ab25d083708e054b25659cf2111b0766e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
From f5ee3952769d698d7d03ae61a9c70f2ec4d85874 Mon Sep 17 00:00:00 2001
From: "Markus (root)" <mo@wurzel.org>
Date: Sun, 19 Oct 2014 16:56:41 +0200
Subject: [PATCH] This fails with a TypeError, but offers no functionality.

---
 pygame-1.9.2_pre20120101-python3_3/setup.py | 26 +++++++++++++-------------
 1 file changed, 13 insertions(+), 13 deletions(-)

diff --git a/pygame-1.9.2_pre20120101-python3_3/setup.py b/pygame-1.9.2_pre20120101-python3_3/setup.py
index ecee5d1..b913f18 100644
--- a/pygame-1.9.2_pre20120101-python3_3/setup.py
+++ b/pygame-1.9.2_pre20120101-python3_3/setup.py
@@ -99,19 +99,19 @@ if "-setuptools" in sys.argv:
     sys.argv.remove ("-setuptools")
 
 
-# NOTE: the bdist_mpkg_support is for darwin.
-try:
-    import bdist_mpkg_support
-    from setuptools import setup, Extension
-except ImportError:
-    pass
-else:
-    EXTRAS.update({
-        'options': bdist_mpkg_support.options,
-        'setup_requires': ['bdist_mpkg>=0.4.2'],
-        #'install_requires': ['pyobjc'],
-        #'dependency_links': ['http://rene.f0o.com/~rene/stuff/macosx/']
-    })
+# # NOTE: the bdist_mpkg_support is for darwin.
+# try:
+#     import bdist_mpkg_support
+#     from setuptools import setup, Extension
+# except ImportError:
+#     pass
+# else:
+#     EXTRAS.update({
+#         'options': bdist_mpkg_support.options,
+#         'setup_requires': ['bdist_mpkg>=0.4.2'],
+#         #'install_requires': ['pyobjc'],
+#         #'dependency_links': ['http://rene.f0o.com/~rene/stuff/macosx/']
+#     })
 
 #headers to install
 headers = glob.glob(os.path.join('src', '*.h'))
-- 
2.1.2