
tis-python38-tranquilit
Silent install package for tis-python38-tranquilit
3.8.18-12
- package: tis-python38-tranquilit
- version: 3.8.18-12
- maintainer: sfonteneau
- locale: all
- target_os: ubuntu-jammy
- architecture: x64
- signature_date:
- size: 54.50 Mo
package : tis-python38-tranquilit
version : 3.8.18-12
architecture : x64
section : base
priority : optional
name :
categories :
maintainer : sfonteneau
description : Package for python 3.8 install in /opt/python38
depends :
conflicts :
maturity : PROD
locale : all
target_os : ubuntu-jammy
min_wapt_version : 2.0
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 : 02c7b58c-a0e5-493b-9dac-a508636856bc
valid_from :
valid_until :
forced_install_on :
changelog :
min_os_version :
max_os_version :
icon_sha256sum : b55b23fa81945c6cd4c2f4f114188aa9f8f3d0c3cbb9fb353b2803ffbb67b43b
signer : Tranquil IT
signer_fingerprint: 8c5127a75392be9cc9afd0dbae1222a673072c308c14d88ab246e23832e8c6bb
signature : tEAUZY0c+7CrLnY/QrcKDgtiRuZlu5C1VkKK3PC5jUHxKkrgnRQRv1FvWWDWV5qo5rGC+lviufb7soptUgpU1I1GEyizXpUI+W8CouiQzSKFFUvIgIPpd1PrK91PbqkeQL/BTXnuQTNZnIWHNV+xeoVt1kcengdQ6YrGBOP/AFA8rBPQZlu7ZhRYwdFCnhRvAYJVibZvx30LKpjZkLEzFtQWWJYXmeQDLYN3amFm3cJp4ifO2Hk1dnQh7HxW2dxdRPk7q4B2jTQ3sSGVvdETqp2iVc7qwNjUu9Xtie4CpegypTJkeItywY05yPJsOMLekYdIEfsw7Unzd/VwhVtH9Q==
signature_date : 2023-10-04T03:17:13.537876
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
9a6b57eaa303893bc0c2ef2ac7d34a9eaaf9e534a8ac7517741c475b65b3b28f : step1_compile_python_create_debootstrap.sh
27bebef1b9a90451eae15cc7cf001d10d1041b8c940672933366d90544248fb2 : step2_compile_python_in_debootstrap.sh
cec05e4ac7ba2fb8ae6157f6ce5fad4171918efc78e05022cdc2c835b15278f3 : update_package.py
b55b23fa81945c6cd4c2f4f114188aa9f8f3d0c3cbb9fb353b2803ffbb67b43b : WAPT/icon.png
a5a97261381e1d0ad46ee15916abec9c2631d0201f5cc50ceb0197a165a0bbbf : WAPT/certificate.crt
b2a03315b40847cb61919e74e04c031a4b702cc1e1395ff81bbda383d31562a8 : luti.json
5b35e89f5cbbc21605d6fa838f233f5a005b8c46e06b673020808d00c1506652 : python-3.8.18.tar.gz
d5975b83445b1d07f837f4bdc0ef2c7fcdc82664f6a0242c2b192ffe15ed6879 : WAPT/control