Commits
Leo Singer authored adaf763e8d1
71 71 | --disable-gcc-flags \ |
72 72 | --enable-swig-iface \ |
73 73 | --disable-swig-octave \ |
74 74 | --disable-swig-python \ |
75 75 | --disable-python |
76 76 | |
77 77 | test.run yes |
78 78 | test.target check |
79 79 | |
80 80 | # Create subports for each supported Python version |
81 - | foreach v {27 35 36 37} { |
81 + | foreach v {27 36 37} { |
82 82 | subport py${v}-${name} { |
83 83 | set pythonversion [string range ${v} 0 end-1].[string index ${v} end] |
84 84 | set pythonhome \ |
85 85 | "${frameworks_dir}/Python.framework/Versions/${pythonversion}" |
86 86 | set pythondir "${pythonhome}/lib/python${pythonversion}/site-packages" |
87 87 | |
88 88 | categories-prepend python |
89 89 | description Python ${pythonversion} bindings for ${description} |
90 90 | long_description ${long_description} This package provides Python \ |
91 91 | ${pythonversion} bindings, modules, and scripts. |