
tis-pyzo
Paquet d’installation silencieuse pour tis-pyzo
4.15.0-0
- package: tis-pyzo
- version: 4.15.0-0
- maintainer: Simon Fonteneau
- locale: all
- target_os: windows
- architecture: x64
- signature_date:
- size: 35.18 Mo
package : tis-pyzo
version : 4.15.0-0
architecture : x64
section : base
priority : optional
name :
categories :
maintainer : Simon Fonteneau
description : Pyzo est une distribution qui simplifie l’utilisation de Python. Elle est particulièrement adaptée à l’apprentissage et recommandée pour les débutants.
depends :
conflicts :
maturity : PROD
locale : all
target_os : windows
min_wapt_version : 2.0
sources :
installed_size :
impacted_process :
description_fr :
description_pl :
description_de :
description_es :
description_pt :
description_it :
description_nl :
description_ru :
audit_schedule :
editor :
keywords :
licence :
homepage :
package_uuid : 30287a36-2a4c-47e2-9eff-4e4d2824a0b3
valid_from :
valid_until :
forced_install_on :
changelog :
min_os_version : 6.0
max_os_version :
icon_sha256sum : b9ab953e90307c153f80c0250a31c3bdf5cda9a6e89a6e8a91c83ae44f09b7a0
signer : Tranquil IT
signer_fingerprint: 8c5127a75392be9cc9afd0dbae1222a673072c308c14d88ab246e23832e8c6bb
signature : WVbY0Tr6MVsWSVb1xKIT3N6n9kmr8OhdXKgguYbS2N9LLdH3k9FyPmxqpPiXruIR4RSxFHBxX5JBko707iAEsrDzaRQYwpXjAJsWOtTpmqrNzaY39pv45f/kM30XEsOfELRYv2CnVEgCTUJkzFc4vGFZrmEt1JmtDHI2POSBsJsEGOEhaBiMykDRrNCdOCooihTIAMY+PiSZNBtSrKxXRKThUiorie6WYO1WUiYlbazLBFrIqJj83v2WEPClhpfzYmMLrzAKmnFoiCd2rs0AHRQa/G4ezQjOzWw9KpyPQTPbehfakIRuDy+FIScgMxrWhyU6eNqzl+p0O8+cIhXyHg==
signature_date : 2024-03-10T09:00:08.040864
signed_attributes : package,version,architecture,section,priority,name,categories,maintainer,description,depends,conflicts,maturity,locale,target_os,min_wapt_version,sources,installed_size,impacted_process,description_fr,description_pl,description_de,description_es,description_pt,description_it,description_nl,description_ru,audit_schedule,editor,keywords,licence,homepage,package_uuid,valid_from,valid_until,forced_install_on,changelog,min_os_version,max_os_version,icon_sha256sum,signer,signer_fingerprint,signature_date,signed_attributes
# -*- coding: utf-8 -*-
from setuphelpers import *
def install():
print("installing pyzo")
def verspyzo(key):
return key["name"].replace("pyzo version ", "")
install_exe_if_needed(
glob.glob("*.exe")[0],
"/VERYSILENT /SUPPRESSMSGBOXES /NORESTART",
key="pyzo_is1",
min_version=control.get_software_version(),
get_version=verspyzo,
)
remove_desktop_shortcut("pyzo")
# -*- coding: utf-8 -*-
from setuphelpers import *
import json
def update_package():
proxies = {}
if isfile(makepath(application_data(), "waptconsole", "waptconsole.ini")):
proxywapt = inifile_readstring(makepath(user_local_appdata(), "waptconsole", "waptconsole.ini"), "global", "http_proxy")
if proxywapt:
proxies = {"http": proxywapt, "https": proxywapt}
binaryfile, urlfile = [
(str(p["name"]), str(p["browser_download_url"]))
for p in json.loads(wgets("https://api.github.com/repos/pyzo/pyzo/releases/latest", proxies=proxies))["assets"]
if "exe" in p["name"]
if not "windows10" in p["name"]
][0]
lastversion = binaryfile.split("-")[1]
for exe in glob.glob("*.exe"):
if exe != binaryfile:
remove_file(exe)
if not isfile(binaryfile):
wget(urlfile, binaryfile, proxies=proxies)
os.chdir(os.path.dirname(__file__))
from waptpackage import PackageEntry
pe = PackageEntry()
pe.load_control_from_wapt(os.getcwd())
print("Last Version %s" % lastversion)
pe.version = lastversion + "-0"
pe.save_control_to_wapt(os.getcwd())
69cd95c9021b0370911253d086585d962196353415550d1ad3820a89f526252d : setup.py
bef067df079b85a596cdd84e6775dfa5dca1b83e5c3369970ecb1ff802f52259 : pyzo-4.15.0-win64.exe
1f8f3131defcf9abebc32b46f82d4346671b575b25fb029e78ed7d974f5dcf45 : update_package.py
b9ab953e90307c153f80c0250a31c3bdf5cda9a6e89a6e8a91c83ae44f09b7a0 : WAPT/icon.png
a5a97261381e1d0ad46ee15916abec9c2631d0201f5cc50ceb0197a165a0bbbf : WAPT/certificate.crt
0055b3440a46f89698c72d1ba429b594b15ee532d7e7a0c3db184c448780fece : luti.json
ad7011ca6763800d8911c720bee1f5f7131e1490e7d4bddd952883cbad33777a : WAPT/control