
tis-python310-tranquilit
Silent install package for tis-python310-tranquilit
3.10.18-11
- package: tis-python310-tranquilit
- version: 3.10.18-11
- maintainer: sfonteneau
- locale: all
- target_os: linux
- architecture: x64
- signature_date:
- size: 53.35 Mo
package : tis-python310-tranquilit
version : 3.10.18-11
architecture : x64
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 : 2.0
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 : a9384f3c-2a6d-468d-92a1-6b34ed142aea
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-08-03T14:00:14.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 : h8QK1QN619fugy+y048bhCoe6eVx65+GkfX0sCJeT7okVs3IVF0C7PBS4RYsyu5WNN1njKGQcjq9pjdl65emxFLdbYRGsVdONrKRDRZJTZOTNp/pUk8BBWSj6eWpXr0UgiNXip9bTB2Tb0z1zOTNzYIjJ7yf7649dptOLfNTXobiNDyK5f/CIRnlRRPRF9nkZb4hsx41/T2JAm1/bArKOlAteCHwW5F9+IYyWw1lutU+/sXQYKNMcOTnB/Hab9JOknc59pbrzEYLx4eWlrsieJZTB53+PrW8ZqZWRI+CspF+oiZntNYxdBpKvGPUMmUk1z1gRKjDcjKh8x90z/QMSw==
# -*- coding: utf-8 -*-
from setuphelpers import *
import glob
import tarfile
def install():
mkdirs('/opt/python310/')
f= glob.glob('*.tar.gz')[0]
python_version = control.get_software_version()
with tarfile.open(f, 'r:gz') as tar:
tar.extractall(path='/opt/python310')
# 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
import tarfile
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'
filecopyto('patch_p11_attr.patch','/root/patch_p11_attr.patch')
run("chmod a+x *.sh")
run("bash step1_compile_python_create_debootstrap.sh %s %s" % (versionpython, openssl_version), timeout=1200)
run('rm -f /usr/lib64/libgdbm*')
run("bash step2_compile_python_in_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")
with tarfile.open('%s/python-%s.tar.gz' % (basedir,python_name_file), 'w:gz') as tar:
tar.add('/opt/python310/', arcname=os.path.basename('/opt/python310/'))
# run('tar -zcf %s/python-%s.tar.gz -C /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
b083bee7972dc2b91e2a51315a777521ce48689f154d69758fcdb77245f8bb3e : WAPT/control
b55b23fa81945c6cd4c2f4f114188aa9f8f3d0c3cbb9fb353b2803ffbb67b43b : WAPT/icon.png
8d1b7c8d467cd0964a7ae9e087f4aa9f85e7ef126383585cffa1d1f2be445a1c : luti.json
a7ce2bf02e16854e28d281796caccd9c9b7e8dcb015014ee9da7a549ab18804c : patch_p11_attr.patch
15a70078b9395ec31ea54588771ee4243610064d8f8575fde1e226e1ea9f2fb0 : python-linux_x86_64.tar.gz
823ebad481475875c03f44888680e6361ab73f7b9dc7a4e3261d938a527856b3 : setup.py
a03b8b95dd9fdf2ee9c5e0ed05aa901f15e93a0a79c18fd9e9823fb8f784cda2 : step1_compile_python_create_debootstrap.sh
3ca1d8852f79b7e24bbf3bb10542f18fb935c2a5886c58b361fe52c40fe90c0f : step2_compile_python_in_debootstrap.sh
28ba9543fb4604792fafeae0ef977d505214a63314fe16c79ddfed794a60e1be : update_package.py