py.lib.aw_config
2024-05-04
Child:cafe05bbad21
py.lib.aw_config/tools/make_pkg.sh
.. init
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/tools/make_pkg.sh Sat May 04 18:23:23 2024 +0300 1.3 @@ -0,0 +1,11 @@ 1.4 +#!/bin/sh 1.5 +# devel.a0fs.ru -- devel.python.tools:make_pkg.sh -- v0.r202405.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 +if [ -d "${this_pkg}/.e" ] ; then 1.11 + . "${this_pkg}/.e/bin/activate" 1.12 +fi 1.13 + 1.14 +python3 setup.py bdist_wheel