Changeset 12465 for packaging/centuryegg
- Timestamp:
- 11/08/10 02:46:41 (19 months ago)
- Files:
-
- 1 modified
-
packaging/centuryegg/build-sjsoft-rpm (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
packaging/centuryegg/build-sjsoft-rpm
r11152 r12465 30 30 SJSOFT_URL="svn+ssh://svn.sjsoft.com/home/closedsvn/svn" 31 31 #BRANCH_PATHS={"1.8":"releases/1.8.x","1.10": "releases/1.10.x"} 32 BRANCH_PATHS={"1.1 0": "releases/1.10.x","1.11.x": "releases/1.11.x"}32 BRANCH_PATHS={"1.12.1.x": "releases/1.12.1.x"} 33 33 SOURCE_PATH="j5/src/" 34 34 for BRANCH_PATH in BRANCH_PATHS: … … 66 66 ("multiprocessing", "1.6.1.1"), 67 67 ("pyparsing", "1.4.7"), 68 ("xlwt", "0.7.1")] 68 ("xlwt", "0.7.1"), 69 ("soaplib", "0.9")] 69 70 if building_new_python: 70 71 requirements.extend([("MySQL-python25", "1.2.1"), … … 78 79 ("python25-xlrd", "0.6.1"), 79 80 ("python25-crypto", "2.0.1"), 80 ("python25-lxml","1.3.6") 81 ("python25-lxml","1.3.6"), 82 ("python25-dateutil","1.1"), 83 ("pytz-py25","2006a"), 84 ("PyXML-py25","0.8.4"), 85 ("python25-suds","0.3.3") 81 86 ]) 82 87 else: … … 91 96 ("python-xlrd", "0.6.1") 92 97 ("python-crypto", "2.0.1") 93 ("python-lxml","1.3.6") 98 ("python-lxml","1.3.6"), 99 ("python-dateutil","1.1"), 100 ("pytz","2006a"), 101 ("PyXML","0.8.4"), 102 ("python-suds","0.3.3") 94 103 ]) 95 104 if int(BRANCH_PATH.split('.')[0]) > 1 or int(BRANCH_PATH.split('.')[1]) >= 10:
