tis-python39-tranquilit
3.9.21-10
Package for tis-python-3.9-tranquilit
2873 downloads
Download
See build result See VirusTotal scan

- package : tis-python39-tranquilit
- name :
- version : 3.9.21-10
- categories :
- maintainer : sfonteneau
- editor :
- licence :
- locale : all
- target_os : linux
- impacted_process :
- architecture : arm
- signature_date : 2025-02-11 16:00
- size : 45.21 Mo
package : tis-python39-tranquilit
version : 3.9.21-10
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 : linux
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 : 91d64e7c-2d91-4947-8cab-fb2eb42664eb
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-02-11T16:00:42.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 : LY9ebE6o8TL1xy34S1V5rrT/Oamb9Yq0ofu4KVKwaqypRJQznSbWaq9O1N8OK+JNpVTcffyV+4tD6fXXHNtk5/LZY1Q8f4gyAXIhFgVPLHa7hksBrKSNqvx/IYeyqgsFihgqFBqjKB2YfM3Af85edSMus5+BlV1Izu76/O+hwhwOIxOBtdOqG5RWqJydjAMSDgLyIPZoSH4L3DJWkhEbpx6fhmkL3i4V3wJHWcBxvOX6j2fvCN4EsQKgdVrY1Uec47Ytoxb5z86z+h9uJ3Q1YJ4BfWux1HGwNDJV1J4nRMOYtpcu4/l/X3Mcuu1KvxVCRQSx5L0nJYmAeumQSqXw+w==
# -*- coding: utf-8 -*-
from setuphelpers import *
import glob
def install():
mkdirs('/opt/python39/')
f= glob.glob('*.tar.gz')[0]
python_version = control.get_software_version()
run('cd /opt/python39/ ; tar -xzf %s' % makepath(basedir,f))
def audit():
python_version = run('/opt/python39/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.9')]
if v:
versionpython = v[0].split(' ')[1]
break
openssl_version = '3.1.7'
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/python39/ .' % (basedir,python_name_file))
control.version = "%s-%s" % (Version(versionpython), control.version.split("-", 1)[-1])
control.save_control_to_wapt()
38d056ab130f7bf7c481c12636a4e9959de36561d3dfcbe54c6e3571bc0c1dc3 : WAPT/certificate.crt
c25e280f46daf429c788d2b8b5e186bcb3157e1588910478b47daf6472e302cc : WAPT/control
b55b23fa81945c6cd4c2f4f114188aa9f8f3d0c3cbb9fb353b2803ffbb67b43b : WAPT/icon.png
e144acd1081a040c76e9c77f4c0fda042355b4400bc2b41cdff062ff274933f2 : luti.json
0d1af21d5918272b7bc37e0ed466b95d88603ee6badb01b72379df228d465d14 : python-linux_armv7l.tar.gz
c79da4f2da395bcec855181a1fa384b599bd2239d158c2d1c5dac4e894d65e03 : setup.py
0821f42265b3b42de294ba22e2b424ca7a5eb2e03f07aa15dd8d767cc2611043 : step1_compile_python_create_debootstrap.sh
08ee94b0e515d71c6f929ba06401c985e2eef1cb10a80eae4dac4f09f7dd3af8 : step2_compile_python_in_debootstrap.sh
084be9efd31d72ecebe70860a7f934e5c67682813c8d68ed7aba5f0b2db49118 : update_package.py