tis-wapt-python310-relocatable
Paquet d’installation silencieuse pour tis-wapt-python310-relocatable
3.10.19-11
- package: tis-wapt-python310-relocatable
- version: 3.10.19-11
- maintainer: sfonteneau
- locale: all
- target_os: macos
- architecture: arm
- signature_date:
- size: 42.15 Mo
package : tis-wapt-python310-relocatable
version : 3.10.19-11
architecture : arm
section : base
priority : optional
name :
categories :
maintainer : sfonteneau
description : Package for tis-python-3.10-tranquilit
depends :
conflicts :
maturity : PROD
locale : all
target_os : macos
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 : 23378124-3631-46b3-9c35-bfa095fc3693
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-19T13:14:47.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 : QW51DNVM4l+nslHvF6QgCknMUFA/maKkbkVqTmaUxGu1S1NoBY0yjOtcitpnFrw/YqQk7c40XFH6+Oql+jYL0ZH6h71t2xIBt9/HQW2or4DZDv3fat9MLKcpr+eNJj8NJ1wynRpmei0jlFOlu7hYqLip4CvxM4lU1horflET2ax+Ur+8AIzojA/U1iiRojQ+2y9R2FaAalWdEpRoFOl/hgUCwOIAJPhDG4nhouV3zmEH8K6sCshHgrQo2wsxM95izvFu9rXICVE3C/4JtvH7ckUmzsJUvQpd5Pad7v8ybMYLX2dz6yx1BWtPn9avs5rGwHNz8o8F/9ZfU+wTJ7X4QA==
# -*- coding: utf-8 -*-
from setuphelpers import *
import glob
def install():
mkdirs('/opt/wapt/')
f= glob.glob('*.tar.gz')[0]
python_version = control.get_software_version()
run('cd /opt/wapt/ ; tar -xzf %s' % makepath(basedir,f))
def audit():
python_version = run('/opt/wapt/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() + '_' + '_'.join([u.split('.')[0] for u in distro.linux_distribution(False) if u][:2])).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.4'
run("chmod a+x *.sh")
run("bash step1_compile_python.sh %s %s" % (versionpython, openssl_version), timeout=1200)
try:
run("bash step2_compile_python.sh %s %s" % (versionpython, openssl_version), timeout=1200)
except:
run("bash step2_compile_python.sh %s %s" % (versionpython, openssl_version), timeout=1200)
remove_file("step1_compile_python.sh")
remove_file("step2_compile_python.sh")
filecopyto('/tmp/python.tar.gz','python-%s.tar.gz' % python_name_file)
control.version = "%s-%s" % (Version(versionpython), control.version.split("-", 1)[-1])
control.save_control_to_wapt()
38d056ab130f7bf7c481c12636a4e9959de36561d3dfcbe54c6e3571bc0c1dc3 : WAPT/certificate.crt
9d5923877fc4181fdd63a1e3ead3dcf7b1d57d00cd23101e255676f792e59ef1 : WAPT/control
b55b23fa81945c6cd4c2f4f114188aa9f8f3d0c3cbb9fb353b2803ffbb67b43b : WAPT/icon.png
0b176da7985d79d7486fd3469e447784ef075e4af7ffaa43e5ec14800fb675cf : get_cots.py
e22e245bbcbda3ccb0efcd99d7042d69bad776d32dc61915ea854379616aaef8 : luti.json
e6047ff793aff17e0a1ffe0903e2d3b272417e9f9d2e4929901b959b8bb6f239 : python-darwin_arm64_darwin_22.tar.gz
95f0d488d4a4b399b9f4461156b64859a870e60bfa139734a1967fc1c013c70b : python_sbom.cdx.json
cd0d759357de9fd771e9b0d7c2b6a253cc0487d36c77a191b140a5f6c272124a : setup.py
ef630b8a3d1ff3861655357126e834e0d7d8a5ad376452371e1a71bdde9b1918 : step1_compile_python.sh
f57d7eba4993a819f4ef851963aa86657dc62f77527c371c4f2b6afdda15dfd8 : step2_compile_python.sh
7d5cb8805b394a6bbaf252c9b6f6425a6b7a2783b0b11fc4d7995f3afdd0089f : update_package.py