tis-python310-tranquilit
Paquet d’installation silencieuse pour tis-python310-tranquilit
3.10.19-11
- package: tis-python310-tranquilit
- version: 3.10.19-11
- maintainer: sfonteneau
- locale: all
- target_os: linux
- architecture: x86
- signature_date:
- size: 64.64 Mo
package : tis-python310-tranquilit
version : 3.10.19-11
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 : linux
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 : 1fdbdda0-31ba-4238-b3df-4dffc612a2d2
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:06:07.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 : XWra7hlHj6x6R6mo/8CRk3POqOQJ681jQ/UGfMCz174jSOeOQEKkydH1ZmzYC7i4CmWsx6smaL/jgR9IYv7VGWjnZxAc2hqP188Fssz+168THzMfLCmJmgXLsjXKHvzopP/1gZroTOZc27wwyL5VMyIXkEXgT8aLuMmga8pFaALwlvxalWHLRwfReJgMjHXcbta2vKefB81+zo9zSHWGXEl/5ufp7tYswXpaWvoFWVx49j5Aizhd+C463ONFL/1PfMcl79o+LApfsj6dWMGkcTrrVsgU0FsRotshtzjoGZh67Z929/MrrA1IyAQO5UwbagE4LQbZVsmmIdNf8n08ig==
# -*- coding: utf-8 -*-
from setuphelpers import *
import glob
def install():
mkdirs('/opt/python310/')
f= glob.glob('*.tar.gz')[0]
python_version = control.get_software_version()
run('cd /opt/python310/ ; tar -xzf %s' % makepath(basedir,f))
def audit():
python_version = run('/opt/python310/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
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.1.6'
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/python310/ .' % (basedir,python_name_file))
control.version = "%s-%s" % (Version(versionpython), control.version.split("-", 1)[-1])
control.save_control_to_wapt()
38d056ab130f7bf7c481c12636a4e9959de36561d3dfcbe54c6e3571bc0c1dc3 : WAPT/certificate.crt
e8a2b049d464e51f288b5fba7fcd2181ee1b8b3983071683cad8e4e25f7d38a1 : WAPT/control
b55b23fa81945c6cd4c2f4f114188aa9f8f3d0c3cbb9fb353b2803ffbb67b43b : WAPT/icon.png
1c67a00732e560cd95aad638e63ee1685b4af252f8c3ae0b94b7efec1de45bc2 : get_cots.py
cb28c6dde1e1814d937e5e165a01be20d2767c2aa1fcc726cecc2b5519282408 : luti.json
7174c2f7cbf8b232638d9ebdda9df367d49703ed7a70b39c129a7f5af73413ab : python-linux_i686.tar.gz
4757fc891e61f76b94e354671bed29f9e07f78cc8d49d84e4f8669872a64fc8e : python_sbom.json
1d1f4915bee0aa846b3adff0599b922bca7ff927b0dc9e519b16d38322eb9213 : setup.py
bebb591c7f0bf5f0dc2ed983f6c746ef2a1bb94b72fbbc5add97a5be8d7ce4a6 : step1_compile_python_create_debootstrap.sh
e0cf3069341407e3f8b65ded5da2bff3c05716afcf17099107b2924cc39f0ab8 : step2_compile_python_in_debootstrap.sh
dc6abd1df9af7c2f58848ee6f6bbfac9f305995a9cf8a80a699e911a1aa057f6 : update_package.py