Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 516434
Collapse All | Expand All

(-)a/pygame-1.9.2_pre20120101-python3_3/setup.py (-14 / +13 lines)
Lines 99-117 if "-setuptools" in sys.argv: Link Here
99
    sys.argv.remove ("-setuptools")
99
    sys.argv.remove ("-setuptools")
100
100
101
101
102
# NOTE: the bdist_mpkg_support is for darwin.
102
# # NOTE: the bdist_mpkg_support is for darwin.
103
try:
103
# try:
104
    import bdist_mpkg_support
104
#     import bdist_mpkg_support
105
    from setuptools import setup, Extension
105
#     from setuptools import setup, Extension
106
except ImportError:
106
# except ImportError:
107
    pass
107
#     pass
108
else:
108
# else:
109
    EXTRAS.update({
109
#     EXTRAS.update({
110
        'options': bdist_mpkg_support.options,
110
#         'options': bdist_mpkg_support.options,
111
        'setup_requires': ['bdist_mpkg>=0.4.2'],
111
#         'setup_requires': ['bdist_mpkg>=0.4.2'],
112
        #'install_requires': ['pyobjc'],
112
#         #'install_requires': ['pyobjc'],
113
        #'dependency_links': ['http://rene.f0o.com/~rene/stuff/macosx/']
113
#         #'dependency_links': ['http://rene.f0o.com/~rene/stuff/macosx/']
114
    })
114
#     })
115
115
116
#headers to install
116
#headers to install
117
headers = glob.glob(os.path.join('src', '*.h'))
117
headers = glob.glob(os.path.join('src', '*.h'))
118
- 

Return to bug 516434