py.lib.aw_web_tools
2024-02-25
Child:abfbff81c1fb
py.lib.aw_web_tools/tool/make_pkg.sh
..init
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/tool/make_pkg.sh Sun Feb 25 15:18:36 2024 +0300 1.3 @@ -0,0 +1,11 @@ 1.4 +#!/bin/sh 1.5 +# devel.a0fs.ru -- devel:python.tools::make_pkg.sh -- v0.r202402.2 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 +if [ -d "${this_pkg}/.e" ] ; then 1.11 + source ${this_pkg}/.e/bin/activate 1.12 +fi 1.13 + 1.14 +python3 setup.py bdist_wheel 1.15 \ No newline at end of file