4 build_source : "script"
5 compil_script : 'pip_install' + $VARS.scriptExtension
9 rpm : ["python3-sphinx-intl"]
16 env_script : "sphinxintl.py"
18 depend : ['Python', 'setuptools', 'click', 'Sphinx','Babel','six','pytz']
19 source_dir : $APPLICATION.workdir + $VARS.sep + 'SOURCES' + $VARS.sep + $name
20 build_dir : $APPLICATION.workdir + $VARS.sep + 'BUILD' + $VARS.sep + $name
31 compil_script : 'pip_install_whl' + $VARS.scriptExtension
32 archive_info : {archive_name : "sphinxintl-" + $APPLICATION.products.sphinxintl + "_windows.tar.gz"}
35 version_2_0_0_win_dbg :
38 build_source : "script"
39 compil_script : 'sphinxintl.bat'
40 archive_info : {archive_name : "sphinxintl-2.0.0_windows.tar.gz"}
41 get_source : "archive"
44 env_script : "sphinxintl.py"
46 depend : ['Python', 'setuptools', 'click', 'Sphinx','Babel','six','pytz']
47 source_dir : $APPLICATION.workdir + $VARS.sep + 'SOURCES' + $VARS.sep + $name
48 build_dir : $APPLICATION.workdir + $VARS.sep + 'BUILD' + $VARS.sep + $name