py.lib.aw_log

Yohn Y. 2024-02-11

2:69904de0e695 Go to Latest

py.lib.aw_log/tools/make_pkg.sh

. Скрипт для сборки пакета

History
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/tools/make_pkg.sh	Sun Feb 11 15:09:57 2024 +0300
     1.3 @@ -0,0 +1,7 @@
     1.4 +#!/bin/sh
     1.5 +# devel.a0fs.ru -- tool:aw_log::make_pkg.sh -- v0.r202402.1
     1.6 +this_dir="$(dirname "$(readlink -f "$0")")"
     1.7 +this_pkg="$(dirname "$this_dir")"
     1.8 +
     1.9 +cd "${this_pkg}" || exit
    1.10 +python3 setup.py bdist_wheel