Property changes on: files/patch-Modules-posixmodule.c.diff
___________________________________________________________________
Added: svn:mergeinfo
|
|
|
89 | 89 | select.group python |
90 | 90 | select.file ${filespath}/python[string map {. {}} ${branch}] |
91 | 91 | |
| 92 | platform macosx { |
92 | 93 | post-destroot { |
93 | 94 | set framewpath ${frameworks_dir}/Python.framework |
94 | 95 | set framewdir ${framewpath}/Versions/${branch} |
… |
… |
|
113 | 114 | delete ${destroot}${prefix}/bin/${unversionedFile} |
114 | 115 | } |
115 | 116 | } |
| 117 | } |
116 | 118 | |
117 | 119 | post-activate { |
118 | 120 | ui_msg "\nTo fully complete your installation and make python $branch the default, please run |
… |
… |
|
127 | 129 | } |
128 | 130 | } |
129 | 131 | |
| 132 | platform puredarwin { |
| 133 | patchfiles-append patch-Modules-posixmodule.c.diff |
| 134 | configure.args-append --enable-shared |
| 135 | configure.args-delete --enable-framework=${frameworks_dir} |
| 136 | configure.args-append --disable-toolbox-glue --disable-framework |
| 137 | destroot.target install maninstall |
| 138 | |
| 139 | post-destroot { |
| 140 | file rename ${destroot}${prefix}/share/man/man1/python.1 ${destroot}${prefix}/share/man/man1/python${branch}.1 |
| 141 | file rename ${destroot}${prefix}/bin/2to3 ${destroot}${prefix}/bin/2to3-${branch} |
| 142 | |
| 143 | foreach unversionedFile {idle pydoc python python-config smtpd.py} { |
| 144 | delete ${destroot}${prefix}/bin/${unversionedFile} |
| 145 | } |
| 146 | } |
| 147 | } |
| 148 | |
130 | 149 | variant universal { |
131 | 150 | post-patch { |
132 | 151 | set universal_arch_flags {} |