Skip to content

Commit

Permalink
updated setup_win.py
Browse files Browse the repository at this point in the history
Signed-off-by: SONIABHISHEK121 <[email protected]>
  • Loading branch information
ABHISHEKSONI121 committed Aug 3, 2024
1 parent 5c0c189 commit 118bfb3
Showing 1 changed file with 33 additions and 33 deletions.
66 changes: 33 additions & 33 deletions setup_win.py
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@
if wsaa.TYPELIB:
data_files.append(("typelib", ["typelib/wsaa.tlb"]))

__version__ += "+wsaa_" + wsaa.__version__

HOMO &= wsaa.HOMO

if 'wsfev1' in globals():
Expand All @@ -203,7 +203,7 @@
]
if wsfev1.TYPELIB:
data_files.append(("typelib", ["typelib/wsfev1.tlb"]))
__version__ += "+wsfev1_" + wsfev1.__version__

HOMO &= wsfev1.HOMO

if 'wsfexv1' in globals():
Expand All @@ -214,7 +214,7 @@
Target(module=wsfexv1, script='wsfexv1.py', dest_base="wsfexv1_cli"),
Target(module=recex1, script='recex1.py'),
]
__version__ += "+wsfexv1_" + wsfexv1.__version__

HOMO &= wsfexv1.HOMO

if 'wsbfev1' in globals():
Expand All @@ -225,7 +225,7 @@
Target(module=wsbfev1, script='wsbfev1.py', dest_base="wsbfev1_cli"),
Target(module=receb1, script='receb1.py'),
]
__version__ += "+wsbfev1_" + wsbfev1.__version__

HOMO &= wsbfev1.HOMO

if 'wsmtx' in globals():
Expand All @@ -236,7 +236,7 @@
Target(module=wsmtx, script='wsmtx.py', dest_base="wsmtx_cli"),
Target(module=recem, script='recem.py'),
]
__version__ += "+wsmtx_" + wsmtx.__version__

HOMO &= wsmtx.HOMO

if 'wsct' in globals():
Expand All @@ -247,7 +247,7 @@
Target(module=wsct, script='wsct.py', dest_base="wsct_cli"),
Target(module=recet, script='recet.py'),
]
__version__ += "+wsct_" + wsct.__version__

HOMO &= wsct.HOMO

if 'wsfecred' in globals():
Expand All @@ -259,7 +259,7 @@
]
data_files += [
]
__version__ += "+wsfecred_" + wsfecred.__version__

HOMO &= wsfecred.HOMO

if 'ws_sire' in globals():
Expand All @@ -271,7 +271,7 @@
]
data_files += [
]
__version__ += "+sire_" + ws_sire.__version__

HOMO &= ws_sire.HOMO

if 'pyfepdf' in globals():
Expand All @@ -290,7 +290,7 @@
"plantillas/factura.csv",
"plantillas/recibo.csv"]),
]
__version__ += "+pyfepdf_" + pyfepdf.__version__

HOMO &= pyfepdf.HOMO

if 'pyemail' in globals():
Expand All @@ -305,7 +305,7 @@
]
data_files += [
]
__version__ += "+pyemail_" + pyemail.__version__


if 'pyi25' in globals():
kwargs['com_server'] += [
Expand All @@ -319,7 +319,7 @@
]
data_files += [
]
__version__ += "+pyi25_" + pyi25.__version__


if 'pyqr' in globals():
kwargs['com_server'] += [
Expand All @@ -333,7 +333,7 @@
]
data_files += [
]
__version__ += "+pyqr_" + pyqr.__version__


if 'wsctg' in globals():
kwargs['com_server'] += [
Expand All @@ -342,7 +342,7 @@
kwargs['console'] += [
Target(module=wsctg, script='wsctg.py', dest_base="wsctg_cli"),
]
__version__ += "+wsctgv4_" + wsctg.__version__

HOMO &= wsctg.HOMO

if 'wslpg' in globals():
Expand All @@ -363,7 +363,7 @@
"plantillas/liquidacion_wslpg_ajuste_debcred.png",
]),
]
__version__ += "+wslpg_" + wslpg.__version__

HOMO &= wslpg.HOMO

if 'wsltv' in globals():
Expand All @@ -378,7 +378,7 @@
("plantillas", [
]),
]
__version__ += "+wsltv_" + wsltv.__version__

HOMO &= wsltv.HOMO

if 'wslum' in globals():
Expand All @@ -391,7 +391,7 @@
data_files += [
("conf", ["conf/wslum.ini"]),
]
__version__ += "+wslum_" + wslum.__version__

HOMO &= wslum.HOMO

if 'wslsp' in globals():
Expand All @@ -404,7 +404,7 @@
data_files += [
("conf", ["conf/wslsp.ini"]),
]
__version__ += "+wslsp_" + wslsp.__version__

HOMO &= wslsp.HOMO

if 'wsremcarne' in globals():
Expand All @@ -417,7 +417,7 @@
data_files += [
("conf", ["conf/wsremcarne.ini"]),
]
__version__ += "+wsremcarne_" + wsremcarne.__version__

HOMO &= wsremcarne.HOMO

if 'wsremharina' in globals():
Expand All @@ -430,7 +430,7 @@
data_files += [
("conf", ["conf/wsremharina.ini"]),
]
__version__ += "+wsremharina_" + wsremharina.__version__

HOMO &= wsremharina.HOMO

if 'wsremazucar' in globals():
Expand All @@ -443,7 +443,7 @@
data_files += [
("conf", ["conf/wsremazucar.ini"]),
]
__version__ += "+wsremazucar_" + wsremazucar.__version__

HOMO &= wsremazucar.HOMO

if 'wscoc' in globals():
Expand All @@ -453,7 +453,7 @@
kwargs['console'] += [
Target(module=wscoc, script='wscoc.py', dest_base="wscoc_cli"),
]
__version__ += "+wscoc_" + wscoc.__version__

HOMO &= wscoc.HOMO

if 'wscdc' in globals():
Expand All @@ -463,7 +463,7 @@
kwargs['console'] += [
Target(module=wscdc, script='wscdc.py', dest_base="wscdc_cli"),
]
__version__ += "+wscdc_" + wscdc.__version__

HOMO &= wscdc.HOMO

if 'ws_sr_padron' in globals():
Expand All @@ -473,7 +473,7 @@
kwargs['console'] += [
Target(module=ws_sr_padron, script='ws_sr_padron.py', dest_base="ws_sr_padron_cli"),
]
__version__ += "+ws_sr_padron_" + ws_sr_padron.__version__

HOMO &= ws_sr_padron.HOMO

if 'cot' in globals():
Expand All @@ -492,7 +492,7 @@
"datos/TB_20111111112_000000_20101229_000001.txt",
"datos/TB_20111111112_000000_20101229_000001.xml",
]), ("conf", ["conf/arba.crt"])]
__version__ += "+cot_" + cot.__version__

HOMO &= cot.HOMO

if 'iibb' in globals():
Expand All @@ -503,7 +503,7 @@
Target(module=iibb, script='iibb.py', dest_base="iibb_cli")
]
data_files += [("conf", ["conf/arba.crt"])]
__version__ += "+iibb_" + iibb.__version__

HOMO &= iibb.HOMO

if 'trazamed' in globals():
Expand All @@ -516,7 +516,7 @@
if trazamed.TYPELIB:
kwargs['windows'] += [Target(module=trazamed, script="trazamed.py", dest_base="trazamed")]
data_files.append((".", ["trazamed.tlb"]))
__version__ += "+trazamed_" + trazamed.__version__

HOMO &= trazamed.HOMO

if 'trazaprodmed' in globals():
Expand All @@ -526,7 +526,7 @@
kwargs['console'] += [
Target(module=trazaprodmed, script='trazaprodmed.py', dest_base="trazaprodmed_cli"),
]
__version__ += "+trazaprodmed_" + trazaprodmed.__version__

HOMO &= trazaprodmed.HOMO

if 'trazarenpre' in globals():
Expand All @@ -539,7 +539,7 @@
if trazarenpre.TYPELIB:
kwargs['windows'] += [Target(module=trazarenpre, script="trazarenpre.py", dest_base="trazarenpre")]
data_files.append((".", ["trazarenpre.tlb"]))
__version__ += "+trazarenpre_" + trazarenpre.__version__

HOMO &= trazarenpre.HOMO

if 'trazafito' in globals():
Expand All @@ -549,7 +549,7 @@
kwargs['console'] += [
Target(module=trazafito, script='trazafito.py', dest_base="trazafito_cli"),
]
__version__ += "+trazafito_" + trazafito.__version__

HOMO &= trazafito.HOMO

if 'trazavet' in globals():
Expand All @@ -559,7 +559,7 @@
kwargs['console'] += [
Target(module=trazavet, script='trazavet.py', dest_base="trazavet_cli"),
]
__version__ += "+trazavet_" + trazavet.__version__

HOMO &= trazavet.HOMO

if 'padron' in globals():
Expand All @@ -574,7 +574,7 @@
data_files += [(".", [
"padron.db",
])]
__version__ += "+padron_" + padron.__version__

#HOMO &= padron.HOMO

if 'sired' in globals():
Expand All @@ -584,7 +584,7 @@
kwargs['console'] += [
Target(module=sired, script='sired.py', dest_base="sired_cli"),
]
__version__ += "+sired_" + sired.__version__


# custom installer:
kwargs['cmdclass'] = {"py2exe": build_installer}
Expand All @@ -602,7 +602,7 @@
pass

# agrego tag de homologación (testing - modo evaluación):
__version__ += "-homo" if HOMO else "-full"


# agrego ejemplos
##if HOMO:
Expand Down

0 comments on commit 118bfb3

Please sign in to comment.