Changes between Version 5 and Version 6 of pkg-python/Python27


Ignore:
Timestamp:
Mar 14, 2012, 11:16:59 PM (12 years ago)
Author:
maphew
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • pkg-python/Python27

    v5 v6  
    55Open a command shell and
    66{{{
     7set vv=27
    78set ver=2.7.2
    89
     
    1112start python-%ver%.msi
    1213
    13 cd d:\o4w-packages\python
     14pushd d:\o4w-packages\python
    1415mkdir python-%ver%
    1516cd python-%ver%
    1617mkdir apps bin etc
     18
     19:: Add batch files for `etc\ini`, `etc\postinstall`, & `bin` from skeleton
     20xcopy /s ..\python-skeleton\* .\
    1721}}}
    1822
    1923Manually compare c:\python27 to previous o4w python installs, then reflect the structure
    2024{{{
    21 xcopy /s c:\python27 apps\Python27
    22 move apps\Python27\*.exe bin\
     25xcopy /s c:\python%vv% apps\Python%vv%
     26move apps\Python%vv%\*.exe bin\
    2327
    24 if exist %windir%\SysWOW64\python27.dll copy %windir%\SysWOW64\python27.dll bin\
    25 if exist %windir%\System32\python27.dll copy %windir%\System32\python27.dll bin\
     28if exist %windir%\SysWOW64\python%vv%.dll copy %windir%\SysWOW64\python%vv%.dll bin\
     29if exist %windir%\System32\python%vv%.dll copy %windir%\System32\python%vv%.dll bin\
    2630}}}
    27 
    28 Manually add batch files for `etc\ini`, `etc\postinstall`, & `bin` from skeleton.
    2931
    3032Now create the package archive