tis-wapt-python310-relocatable
Paquet d’installation silencieuse pour tis-wapt-python310-relocatable
3.10.19-46
- package: tis-wapt-python310-relocatable
- version: 3.10.19-46
- maintainer: sfonteneau
- locale: all
- target_os: debian10
- architecture: x86
- signature_date:
- size: 66.22 Mo
package : tis-wapt-python310-relocatable
version : 3.10.19-46
architecture : x86
section : base
priority : optional
name :
categories :
maintainer : sfonteneau
description : Package for tis-python-3.10-tranquilit
depends :
conflicts :
maturity : PROD
locale : all
target_os : debian10
min_wapt_version :
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 : aa092934-8376-4ccc-ab1e-3b7e58a38c81
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-11-17T11:19:04.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 : fd3kSJtPK+zx4NDToBGhpZXXk8y3G5v66uREnSN/U0MNvk7/MmzAhc0kgThxFxmcih8y1oqQcTMYqxCc/y38jyGntii54SFQZqRmNvfS/d7SmIu0GkUCJ44ZTG6BYs9I54J/tmK/DYcwipRGZSLadGMeAW/3DkP/8OOVHJkhLEatwGuFBD1WgUQBzhLRYSsAovsYBCWlafFKl7mBlcNwi/BRG29jcGLXj+GKuQtj9iGG36k4pQgJuZfaHwGN3mhgqAAKGj9jsuC48i1ZZMAIsKx92hjfCxjNvCGPw9P2PrRSHOVEdm8U4Xnu33UYmZN0XTjFUMNz/ib2zVIdn/5jog==
# -*- 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 distro
import platform
python_name_file = str(platform.system().lower() + '_' + platform.machine().lower() + '_' .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_create_debootstrap.sh %s %s" % (versionpython,openssl_version), timeout=1200)
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/wapt/ .' % (basedir,python_name_file))
commit_count = params.get("commit_count",0)
control.version = "%s-%s" % (Version(versionpython), commit_count)
control.save_control_to_wapt()
38d056ab130f7bf7c481c12636a4e9959de36561d3dfcbe54c6e3571bc0c1dc3 : WAPT/certificate.crt
ff02b16591bd561e77ddc5738182bd9898be3a07329a8780cde1f241625a462f : WAPT/control
b55b23fa81945c6cd4c2f4f114188aa9f8f3d0c3cbb9fb353b2803ffbb67b43b : WAPT/icon.png
d94a080b54df527cb9ec580efac8c74e9411a25a741cb2916f8d154c3ac0bd55 : luti.json
4a798040cb5650aec7f3574e4396a77fa28122fc688b1eac810966c4027b221c : python-linux_i686.tar.gz
0d1ea557fb46521f65bc8d0f23b72b798bb0c161fd29edaab8ead91d634a2dfd : setup.py
8942dd426913381253fb7eca578b78049963b58237c25158079c27de9a8dbea9 : step1_compile_python_create_debootstrap.sh
355440c6df95c272772e26521e72b48c340f8ac828b8f80a2fe3931b06fd9e3e : step2_compile_python_in_debootstrap.sh
c8876bacdf754aa5611bb173f3d990e81cb2edaffeb35baeef61322dd8678465 : update_package.py