X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=products%2Fsphinxintl.pyconf;h=7932453a910c49033e9e3dd7e340bc10ed116ada;hb=c4790359d1e03869bf000dee313a496d1ec2ee5e;hp=e8c3c441ef3b3ae584322db6d4c937b424734646;hpb=58492c1312c21b0210f85f9828a255622d4519dc;p=tools%2Fsat_salome.git diff --git a/products/sphinxintl.pyconf b/products/sphinxintl.pyconf index e8c3c44..7932453 100644 --- a/products/sphinxintl.pyconf +++ b/products/sphinxintl.pyconf @@ -22,15 +22,27 @@ default : default_win : { compil_script : 'pip_install_whl' + $VARS.scriptExtension - archive_info : {archive_name : "sphinx_intl-" + $APPLICATION.products.sphinxintl + "_windows.tar.gz"} + archive_info : {archive_name : "sphinxintl-" + $APPLICATION.products.sphinxintl + "_windows.tar.gz"} } version_2_0_0_win_dbg : { - compil_script : 'sphinxintl.bat' - properties: - { - incremental : "yes" - pip : "no" - } + name : "sphinx_intl" + build_source : "script" + compil_script : 'sphinxintl.bat' + archive_info : {archive_name : "sphinxintl-2.0.0_windows.tar.gz"} + get_source : "archive" + environ : + { + env_script : "sphinxintl.py" + } + depend : ['Python', 'setuptools', 'click', 'Sphinx','Babel','six','pytz'] + source_dir : $APPLICATION.workdir + $VARS.sep + 'SOURCES' + $VARS.sep + $name + build_dir : $APPLICATION.workdir + $VARS.sep + 'BUILD' + $VARS.sep + $name + install_dir : 'base' + properties: + { + incremental : "yes" + pip : "no" + } } \ No newline at end of file