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"}
33 depend : ['Python', 'setuptools', 'click', 'Sphinx','Babel','six','pytz']
34 opt_depend: ['colorama']
37 version_2_0_0_win_dbg :
40 build_source : "script"
41 compil_script : 'sphinxintl.bat'
42 archive_info : {archive_name : "sphinxintl-2.0.0.tar.gz"}
43 get_source : "archive"
46 env_script : "sphinxintl.py"
48 depend : ['Python', 'setuptools', 'click', 'Sphinx','Babel','six','pytz']
49 source_dir : $APPLICATION.workdir + $VARS.sep + 'SOURCES' + $VARS.sep + $name
50 build_dir : $APPLICATION.workdir + $VARS.sep + 'BUILD' + $VARS.sep + $name
59 version_0_9_10_no_pip :