Add python2 package

This commit is contained in:
Alexpux
2013-11-05 10:59:13 +04:00
parent 4618c85574
commit aeb48e10a5
18 changed files with 2327 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
diff -urN a/setup.py b/setup.py
--- a/setup.py 2013-10-20 19:35:36.296085400 +0100
+++ b/setup.py 2013-10-20 19:36:03.716653800 +0100
@@ -549,7 +549,7 @@
# Check for MacOS X, which doesn't need libm.a at all
math_libs = ['m']
- if host_platform in ['darwin', 'beos']:
+ if host_platform in ['darwin', 'beos', 'cygwin']:
math_libs = []
# XXX Omitted modules: gl, pure, dl, SGI-specific modules