tis-python38-tranquilit icon

tis-python38-tranquilit

Silent install package for tis-python38-tranquilit

3.8.18-15

  • package: tis-python38-tranquilit
  • version: 3.8.18-15
  • maintainer: sfonteneau
  • locale: all
  • target_os: debian11
  • architecture: arm64
  • signature_date:
  • size: 46.15 Mo

package           : tis-python38-tranquilit
version           : 3.8.18-15
architecture      : arm64
section           : base
priority          : optional
name              : 
categories        : 
maintainer        : sfonteneau
description       : Package for tis-python-3.8-tranquilit
depends           : 
conflicts         : 
maturity          : PROD
locale            : all
target_os         : debian11
min_wapt_version  : 
sources           : 
installed_size    : 
impacted_process  : 
description_fr    : Paquet pour tis-python-3.8-tranquilit
description_pl    : Pakiet dla tis-python-3.8-tranquilit
description_de    : Paket für tis-python-3.8-tranquilit
description_es    : Paquete para tis-python-3.8-tranquilit
description_pt    : Pacote para tis-python-3.8-tranquilit
description_it    : Pacchetto per tis-python-3.8-tranquilit
description_nl    : Pakket voor tis-python-3.8-tranquilit
description_ru    : Пакет для tis-python-3.8-tranquilit
audit_schedule    : 
editor            : 
keywords          : 
licence           : 
homepage          : 
package_uuid      : 0c5c4315-de9e-41ce-a19c-dcab8a476aae
valid_from        : 
valid_until       : 
forced_install_on : 
changelog         : 
min_os_version    : 
max_os_version    : 
icon_sha256sum    : b55b23fa81945c6cd4c2f4f114188aa9f8f3d0c3cbb9fb353b2803ffbb67b43b
signer            : Tranquil IT
signer_fingerprint: 8c5127a75392be9cc9afd0dbae1222a673072c308c14d88ab246e23832e8c6bb
signature         : K1WbqHk4doZzkx9fnxsO6fipjCxQA+YqQKWfM55IpOHlbIc8zPucHPkRNP2c3jdTA9roeS30GppFYEnWbrueo67towMrQdn5+wsUbdniyVRpBMX53+PXuulYNv5G8kdC40Jopw90xY0AyoEl4Gh0SD3dKsG9G63Z4kRbTJ602tfVz2ks2GtJESjcjpOAh3SLhD++zZSQfl05UcaUtnwFANdKk0tSkH3Dqqr+Mbn4H7rjPVvLHvHCh0kOSn/qNX2XP62NXJ/ydvgTlzVueshcvipHTWlyonR4uw0o819a9T73w81S9bdNcsGa3jPTcWN2hCJ3DG+PJl3WPVQNVBBmrg==
signature_date    : 2023-10-04T03:11:13.778085
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():
    mkdirs('/opt/python38/')
    python_version = control.get_software_version()
    run('cd /opt/python38/ ; tar -xzf %s' % makepath(basedir,'python-%s.tar.gz' % python_version) )

def audit():
    python_version = run('/opt/python38/bin/python3 -V').split(' ')[1].strip()

    if Version(python_version) != control.get_software_version():
        print('version install : %s' % python_version)
        return "ERROR"
    else:
        return "OK"

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


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.8')]
            if v:
                versionpython = v[0].split(' ')[1]
                break
    
    openssl_version = '3.1.3'
    
    run("chmod a+x *.sh")
    run("bash step1_compile_python_create_debootstrap.sh %s %s" % (versionpython,openssl_version), timeout=7200)
    remove_file("step1_compile_python_create_debootstrap.sh")
    remove_file("step2_compile_python_in_debootstrap.sh")
    run('tar -zcf %s/python-%s.tar.gz -C /root/python_builddir/opt/python38/ .' % (basedir,versionpython))
    control.version = "%s-%s" % (Version(versionpython), control.version.split("-", 1)[-1])
    control.save_control_to_wapt()

14f0bd8cda7ba17f0227258b9ce256b25a1c36f8b92fe69f1ab27217867ae103 : setup.py
551ad6c4c116fa605534ef25118eab88565c7964a1c5ff134df184a336c32553 : step1_compile_python_create_debootstrap.sh
6f317b8bdf802d92473b67d4845eebd0c494f5b542852ce3fe51225c8f9c0f26 : step2_compile_python_in_debootstrap.sh
b879b42f23e6b59f7c2bc99c65ccbeedc4e4ab698fe803492b950545c08bc6f6 : update_package.py
b55b23fa81945c6cd4c2f4f114188aa9f8f3d0c3cbb9fb353b2803ffbb67b43b : WAPT/icon.png
a5a97261381e1d0ad46ee15916abec9c2631d0201f5cc50ceb0197a165a0bbbf : WAPT/certificate.crt
9b57c98f39b6ba478461136dc69e3c10c5ee704604c7687753faa01ed9a8bbe9 : luti.json
e12a4a105c244f304d0b1226411b44b6cf6c48ad89f7f1a2f4af67e10f774689 : python-3.8.18.tar.gz
44d51aa1de258c68bee0723460456326264b2b5b00942b5e34d851fd3c152136 : WAPT/control