tis-algobox icon

Algobox

Paquet d’installation silencieuse pour Algobox

1.0.2-2

  • package: tis-algobox
  • name: Algobox
  • version: 1.0.2-2
  • categories: Educational
  • maintainer: Simon Fonteneau
  • editor: Pascal Brachet
  • licence: GNU/GPL
  • locale: all
  • target_os: windows
  • impacted_process: algobox
  • architecture: x86
  • signature_date:
  • size: 36.31 Mo
  • homepage : https://www.xm1math.net/algobox/

package           : tis-algobox
version           : 1.0.2-2
architecture      : x86
section           : base
priority          : optional
name              : Algobox
categories        : Educational
maintainer        : Simon Fonteneau
description       : Algobox is an easy-to-use educational software for learning algorithms, distributed under the GNU/GPL license.
depends           : 
conflicts         : 
maturity          : PROD
locale            : all
target_os         : windows
min_wapt_version  : 2.0
sources           : https://www.xm1math.net/algobox/download.html#source
installed_size    : 
impacted_process  : algobox
description_fr    : Algobox est un logiciel pédagogique d’initiation à l’algorithmique simple d’emploi, distribué sous licence GNU/GPL.
description_pl    : Algobox jest łatwym w użyciu oprogramowaniem edukacyjnym do nauki algorytmów, rozpowszechnianym na licencji GNU/GPL.
description_de    : Algobox ist eine einfach zu bedienende Lernsoftware für Lernalgorithmen, die unter der GNU/GPL-Lizenz vertrieben wird.
description_es    : Algobox es un software educativo fácil de usar para el aprendizaje de algoritmos, distribuido bajo la licencia GNU/GPL.
description_pt    : Algobox é um software educacional fácil de usar para algoritmos de aprendizagem, distribuído sob a licença GNU/GPL
description_it    : Algobox è un software didattico di facile utilizzo per l'apprendimento degli algoritmi, distribuito con licenza GNU/GPL
description_nl    : Algobox is een eenvoudig te gebruiken educatieve software voor het leren van algoritmen, gedistribueerd onder de GNU/GPL licentie
description_ru    : Algobox - это простое в использовании образовательное программное обеспечение для изучения алгоритмов, распространяемое под лицензией GNU/GPL
audit_schedule    : 
editor            : Pascal Brachet
keywords          : 
licence           : GNU/GPL
homepage          : https://www.xm1math.net/algobox/
package_uuid      : 84302f1d-7fd6-44cd-8c6d-9485e5d7262e
valid_from        : 
valid_until       : 
forced_install_on : 
changelog         : 
min_os_version    : 6.1
max_os_version    : 
icon_sha256sum    : a5155f934dfbc28219fcd0cfb5732bdd56886ae40c6f8691a4bc3a3bed805cca
signer            : Tranquil IT
signer_fingerprint: 8c5127a75392be9cc9afd0dbae1222a673072c308c14d88ab246e23832e8c6bb
signature         : lY7UrWjhnggvnfazmnLREAYR2lZX1sR/d9vUdkfo8Ohs1R5y8QIv69IkCzZ39kFTwpVdQpCz02EcLs0GrfjZ1B3v0xlMURJf/g3OK+UVDJ0FtLrsS+f6ZNQVhn4F1IwO5RnYtp8MN8qwOs25aqkIvqpwf7WwLMr/0IAvaYP41jBc/Gz6RJq3Ny/8ixqUJy8q10Bm4srxm+VwFkxmL29g3QD9u2Rwup8kXll/N/YRGWtGyTYY1fVx3PM8AVHCykwjIi9ZZfVb6RSck2Fm4PmPC7XZgn+f7AvWb9MMXCt2brfaUHT6iH/Hhh6AFReFDm6omR7cVrBcRtn9FeO5qRglKg==
signature_date    : 2022-10-07T00:14:29.488897
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():
    def get_date_file_algobox(key):
        return str(os.path.getctime(makepath(programfiles32, "algobox", "algobox.exe"))).split(".")[0]

    print("installing algoboxwin32")
    install_exe_if_needed("algoboxwin32_install.exe", silentflags="/S", key="Algobox", min_version="1409124680", get_version=get_date_file_algobox)
    uninstallkey.remove("Algobox")


def uninstall():
    uninstallcmd = '"%s\\Algobox\\uninstall.exe"' % programfiles32
    print(uninstallcmd)
    print("Uninstalling Algobox32")
    run(r'"%s\\Algobox\\uninstall.exe" /S' % programfiles32)

# -*- coding: utf-8 -*-
from setuphelpers import *


def update_package():
    # Declaring local variables
    result = False
    proxies = get_proxies()
    if not proxies:
        proxies = get_proxies_from_wapt_console()
    download_url = "https://www.xm1math.net/algobox/algoboxwin32_install.exe"
    latest_bin = "algoboxwin32_install.exe"
    fixed_version = "1.0.2"

    # Downloading latest binaries
    print("Download URL is: %s" % download_url)
    if not isfile(latest_bin):
        print("Downloading: %s" % latest_bin)
        wget(download_url, latest_bin, proxies=proxies)
    else:
        print("Binary is present: %s" % latest_bin)

    # Changing version of the package
    control.set_software_version(fixed_version)
    control.save_control_to_wapt()

    # Validating or not update-package-sources
    return result

db3091f354da35adae56676b0abc9b61370181f6a7fae68bf7a2595059e69042 : setup.py
0dca6ce33fbf937aae3be4d20b481635aa0a9b25a8d7fbbd178f805183acff8a : algoboxwin32_install.exe
4cb7db13c7e5451637967590c003d368dc5d7449ffb5376707e3835c7388f4e3 : update_package.py
a5155f934dfbc28219fcd0cfb5732bdd56886ae40c6f8691a4bc3a3bed805cca : WAPT/icon.png
a5a97261381e1d0ad46ee15916abec9c2631d0201f5cc50ceb0197a165a0bbbf : WAPT/certificate.crt
84c9ff65f7137b2973c3fa498a39d6c290dcd07ff89824b1ce6e0649b80f530d : luti.json
ed71398e2ae1a90e1ac4559fc489a17c0a3a68f89d4bf2e6e67f3bdc150ea530 : WAPT/control