tis-wapt-python39-relocatable icon

tis-wapt-python39-relocatable

Silent install package for tis-wapt-python39-relocatable

3.9.25-37

Preprod packages are packages built on LUTI. They remain in PREPROD usually for 5 days, after which a new VirusTotal scan is performed.
If the package passes this last check, it is promoted to PROD and published on the store.

  • package: tis-wapt-python39-relocatable
  • version: 3.9.25-37
  • maintainer: sfonteneau
  • locale: all
  • target_os: macos
  • architecture: arm
  • signature_date:
  • size: 44.89 Mo

package           : tis-wapt-python39-relocatable
version           : 3.9.25-37
architecture      : arm
section           : base
priority          : optional
name              : 
categories        : 
maintainer        : sfonteneau
description       : Package for tis-python-3.9-tranquilit
depends           : 
conflicts         : 
maturity          : PREPROD
locale            : all
target_os         : macos
min_wapt_version  : 2.0
sources           : 
installed_size    : 
impacted_process  : 
description_fr    : Paquet pour tis-python-3.9-tranquilit
description_pl    : Pakiet dla tis-python-3.9-tranquilit
description_de    : Paket für tis-python-3.9-tranquilit
description_es    : Paquete para tis-python-3.9-tranquilit
description_pt    : Pacote para tis-python-3.9-tranquilit
description_it    : Pacchetto per tis-python-3.9-tranquilit
description_nl    : Pakket voor tis-python-3.9-tranquilit
description_ru    : Пакет для tis-python-3.9-tranquilit
audit_schedule    : 
editor            : 
keywords          : 
licence           : 
homepage          : 
package_uuid      : 38109352-c181-4d5c-9474-1e65eaca8edc
valid_from        : 
valid_until       : 
forced_install_on : 
changelog         : 
min_os_version    : 
max_os_version    : 
icon_sha256sum    : b55b23fa81945c6cd4c2f4f114188aa9f8f3d0c3cbb9fb353b2803ffbb67b43b
signer            : test
signer_fingerprint: b82fc8ef4a4475c0f69ac168176c2bfc58f572eb716c4eadd65e4785c155dd8e
signature_date    : 2025-10-31T23:06:56.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         : PDJFci0vGHaxmTLkL1dvEdJvIgXMrHj96u5xC9pSpD87Nv1Cb1zL6kuXcl2Wm8xopafogIDmYyUs8SRO/iQo1sH7MHePkx/yKqlYp02bkyDT8YNJ+XRXf7h9KVV/4CR9p/1+mpj+XfxGC/LgJQlPwnKYGs/DhtT2gP5ojdLs3SoHskxJ53QjK8vDhEcmOAxT1arsTU7tEOEvdu18VG8k37pPy3jOO5g1K9azztuDqFQodCh99Rdv30BmUIAhY8hLwpuaq2fOLnfaZvTVJtn53Z4mabu1rUbU+To56UmFwJkGUZLge9ImksC5j6GLUCdWS+KY9/m+xOMlx/s6aJb/3g==

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


def install():
    pass


def uninstall():
    pass

# -*- coding: utf-8 -*-
from setupdevhelpers import *
from waptutils import CustomZipFile
from waptutils import create_recursive_zip

import distro
import platform

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.9')]
            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)
    try:
        run("bash step2_compile_python.sh %s %s" % (versionpython, openssl_version), timeout=1200)
    except:
        run("bash step2_compile_python.sh %s %s" % (versionpython, openssl_version), timeout=1200)
    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()

01ca7fe94636e5a08fcb73849d3b5df25d51e2c82f4dd1a08f01798b25899819 : WAPT/certificate.crt
2be877af697cf40c61b4cd6e40f2f847f28dc23626785aaebf8fea06c7d25dd4 : WAPT/control
b55b23fa81945c6cd4c2f4f114188aa9f8f3d0c3cbb9fb353b2803ffbb67b43b : WAPT/icon.png
ad036b1e682e0d41daab84c76dcc8e75ff073817b729a6106d8d10857dd36693 : luti.json
cc7834013e40dddbe887c15fc320175c37487ff64e8a6e87edc6b0ea81fcb342 : python-darwin_arm64_darwin_22.tar.gz
119c7fcf6fa446e849ffe55a269d3c28b0d9223a2d9640182d97fd0eeb1f717a : setup.py
8c7ff5f99b510e67499cd41ba612f6ae4426060d89868e41d17619d530489707 : step1_compile_python.sh
272a1590e217e8cd14672ddaa37369b11736d2c65ee02d05bfc799b8a4c4c748 : step2_compile_python.sh
b7b06db57ed5503ba9ea25021872bad542b9c37e52c161b5f5d1d2aacd1dfc53 : update_package.py