[COPY] --- T2-COPYRIGHT-BEGIN --- [COPY] t2/package/*/python-installer/python-installer.desc [COPY] Copyright (C) 2024 - 2025 The T2 SDE Project [COPY] SPDX-License-Identifier: GPL-2.0 [COPY] --- T2-COPYRIGHT-END --- [I] A low-level library for installing from a Python wheel distribution [T] This is a low-level library for installing a Python package from a wheel [T] distribution. It provides basic functionality and abstractions for [T] handling wheels and installing packages from wheels. [U] https://github.com/pypa/installer [A] Python Packaging Authority [M] The T2 Project [C] extra/development [F] CROSS [L] MIT [S] Stable [V] 0.7.0 [P] X -----5---9 109.001 [D] 36f2f1a09c0e75452b58d01f7d9d105f24713ce04d311a609214fdf0 python-installer-0.7.0.zip !https://files.pythonhosted.org/packages/py3/i/installer/installer-0.7.0-py3-none-any.whl runmake=0 runpysetup=0 runpipinstall=0 var_append zipopt ' ' '-d python-installer' hook_add inmake 5 pyinstall_inmake pyinstall_inmake() { local sitedir=$root$libdir/python/site-packages mkdir -p $sitedir cp -a installer* $sitedir python3 -m compileall $sitedir }