
tis-wapt-python39-relocatable
Paquet d’installation silencieuse pour tis-wapt-python39-relocatable
3.9.23-36
- package: tis-wapt-python39-relocatable
- version: 3.9.23-36
- maintainer: sfonteneau
- locale: all
- target_os: debian10
- architecture: arm
- signature_date:
- size: 51.76 Mo
package : tis-wapt-python39-relocatable
version : 3.9.23-36
architecture : arm
section : base
priority : optional
name :
categories :
maintainer : sfonteneau
description : Package for tis-python-3.9-tranquilit
depends :
conflicts :
maturity : PROD
locale : all
target_os : debian10
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 : 8bc271eb-5f7e-4d33-846e-c0c0598c3bc0
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-06-08T22:04:15.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 : wLP9GuZFF+Cs5YI4icE8xnAHW3Qd6lhLLwoOjhW7NzMslQBhBChjswbEHHZSIu683eL+cp+3F+rodzuwAjYXY/F8RuEX1Rb6Su/nYuiJNcWEOjbxBFmkixeT8LP4wUpGnlqzSbQJhbPeFeSIfF/KJaPSMWriRHdV+7KR53Iiwi/j7z5SRsq1rMhRbuCCoZbt2IJR9jx2OPegvRv+nUYfXdQicnEZ3Z14BLYBY3oFw6Z2TBpTh/0bn7pCAg16b2/0jx/eKX9lkPsFLVlaRHc/LIuTC1KSgy2u0lGK2meT7mXXIxbdewye/zMqw4YBRviYGrbCOoh/RV0D+YpjAMfXHw==
# -*- coding: utf-8 -*-
from setuphelpers import *
def install():
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() + '_' .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.0'
run("chmod a+x *.sh")
run("bash step1_compile_python_create_debootstrap.sh %s %s" % (versionpython,openssl_version), timeout=9200)
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))
control.version = "%s-%s" % (Version(versionpython), control.version.split("-", 1)[-1])
control.save_control_to_wapt()
38d056ab130f7bf7c481c12636a4e9959de36561d3dfcbe54c6e3571bc0c1dc3 : WAPT/certificate.crt
52e964aa59ee723837187ee356bfb1fbce136b8ae834b5c2fb90c639292a47fe : WAPT/control
b55b23fa81945c6cd4c2f4f114188aa9f8f3d0c3cbb9fb353b2803ffbb67b43b : WAPT/icon.png
a3e4c0c2a33255133e2a5275622e8b8c030cb86083a956e320f0b582a9d0ec42 : luti.json
b70e798fea1eb1bf45c14703a7fe3ce7e0eaedc2c5b29c01a41676a2e865b988 : python-linux_armv7l.tar.gz
7d4e0fbb93ff533c06e9931eb5fff1f65abcafe34d58202b95b33d8b3a6734e5 : setup.py
fdc4a882bae95ee38d3ffb5c738047fe1b33618cf0fa6dcd523fd35e6f464b24 : step1_compile_python_create_debootstrap.sh
0fcb55e1f28c9bd5c10989c73b9192a92eb011d536b5ad4daf1668d6ebf0fbde : step2_compile_python_in_debootstrap.sh
78bed6f1a9fe7ea1d9dd9865f244545d0245d5293c4c6f3aba697732679f4029 : update_package.py