tis-wapt-python310-relocatable icon

tis-wapt-python310-relocatable

Paquet d’installation silencieuse pour tis-wapt-python310-relocatable

3.10.19-22

  • package: tis-wapt-python310-relocatable
  • version: 3.10.19-22
  • maintainer: sfonteneau
  • locale: all
  • target_os: macos
  • architecture: x64
  • signature_date:
  • size: 45.37 Mo

package           : tis-wapt-python310-relocatable
version           : 3.10.19-22
architecture      : x64
section           : base
priority          : optional
name              : 
categories        : 
maintainer        : sfonteneau
description       : Package for tis-python-3.10-tranquilit
depends           : 
conflicts         : 
maturity          : PROD
locale            : all
target_os         : macos
min_wapt_version  : 2.0
sources           : 
installed_size    : 
impacted_process  : 
description_fr    : Paquet pour tis-python-3.10-tranquilit
description_pl    : Pakiet dla tis-python-3.10-tranquilit
description_de    : Paket für tis-python-3.10-tranquilit
description_es    : Paquete para tis-python-3.10-tranquilit
description_pt    : Pacote para tis-python-3.10-tranquilit
description_it    : Pacchetto per tis-python-3.10-tranquilit
description_nl    : Pakket voor tis-python-3.10-tranquilit
description_ru    : Пакет для tis-python-3.10-tranquilit
audit_schedule    : 
editor            : 
keywords          : 
licence           : 
homepage          : 
package_uuid      : 4fe74dac-76d0-4134-8065-2bf1982939b0
valid_from        : 
valid_until       : 
forced_install_on : 
changelog         : 
min_os_version    : 
max_os_version    : 
icon_sha256sum    : b55b23fa81945c6cd4c2f4f114188aa9f8f3d0c3cbb9fb353b2803ffbb67b43b
signer            : Tranquil IT
signer_fingerprint: 8c5127a75392be9cc9afd0dbae1222a673072c308c14d88ab246e23832e8c6bb
signature_date    : 2025-10-14T19:12:41.000000
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
signature         : iiJbL2l9ZAQub4ofcoHznfsvY1kwGOuBwCee/wy/HlhYqWyd2bfPO16oMYljVwezUQLekdu62DfpPSSNP37BmWrc2DLXtjAAQzszDRdnKMTd3eg5VGDDC0qA1B1r6xkQGs2Q5MYdXJKiJSs0lhkcoGNUizrXNWxj9vBd44Vlap6C7Ms/7C/AfFanghv0pBzBvfA/lcaJxgQXyFlQN6Q2Pz8qy5NkRGD+KpNIdIN8TAz++j4fAPIlr0Ov6raxJQAek+7eHyh/yE+UkrgxR+Vi0z0844plJO2l4UE7Qr49uAf3/Pc5oCpcjNGAy83AV9AOi4YekiSkjz71rKWFGrEsTQ==

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

def install():

    if params.get("running_as_luti", False):
        remove_tree('/opt/wapt')

        t = glob.glob('*.tar.gz')[0]

        with tarfile.open(t, "r:gz") as tar:
            tar.extractall('/opt/wapt')

# -*- coding: utf-8 -*-
from setupdevhelpers import *
from waptutils import CustomZipFile
from waptutils import create_recursive_zip
import os
import distro
import platform
import time

python_name_file = str(platform.system().lower() + '_' + platform.machine().lower() + '_' + '_'.join([u.split('.')[0] for u in distro.linux_distribution(False) if u][:2])).strip('_')

def update_package():

    colum1 = bs_find_all('https://www.python.org/downloads/source/','div','class',"column")[0].findAll('li')
    versionpython = None
    for entry in colum1:
        if versionpython:
            continue
        if not hasattr(entry,'contents'):
            continue
        for i in entry.contents :
            if not hasattr(i,'contents'):
                continue
            v = [t for t in i.contents if str(t).startswith('Python 3.10')]
            if v:
                versionpython = v[0].split(' ')[1]
                break

    openssl_version = '3.5.1'

    run("chmod a+x *.sh")
    run("bash step1_compile_python.sh %s %s" % (versionpython, openssl_version), timeout=1200)

    if os.system("bash step2_compile_python.sh %s %s" % (versionpython, openssl_version)) != 0:
        error('buildfailed')

    remove_file("step1_compile_python.sh")
    remove_file("step2_compile_python.sh")
    filecopyto('/tmp/python.tar.gz','python-%s.tar.gz' % python_name_file)
    control.version = "%s-%s" % (Version(versionpython), control.version.split("-", 1)[-1])
    control.save_control_to_wapt()

38d056ab130f7bf7c481c12636a4e9959de36561d3dfcbe54c6e3571bc0c1dc3 : WAPT/certificate.crt
6b35080123e3bc090784d7fd292cd60b51b0a9fb61116f60020b898317bc7cb9 : WAPT/control
b55b23fa81945c6cd4c2f4f114188aa9f8f3d0c3cbb9fb353b2803ffbb67b43b : WAPT/icon.png
29342a9ee0e770bdac1e1375da844dc19757d0918be868749977e8e200b69085 : luti.json
c6b3e0647a2161df4fcbe5c1428402fcf7c60416970d5a7b882f362ed53a60b5 : python-darwin_x86_64_darwin_21.tar.gz
0d1ea557fb46521f65bc8d0f23b72b798bb0c161fd29edaab8ead91d634a2dfd : setup.py
8e75bce25853872ef3b9996ba3c3c19a4ebbaeba5db94ca23c816e6ea412b564 : step1_compile_python.sh
deafe2f9697ead2daf32d2de247a9353fb1f87c8722d88bd7d98d8889b419168 : step2_compile_python.sh
c07e36651875216d8368da80689ab58af50bef7e83a852b143e8ac150bf2f82e : update_package.py