py.lib.aw_config

Yohn Y. 2024-10-30 Parent:cafe05bbad21

10:45d4d41e1fdd Go to Latest

py.lib.aw_config/tools/make_pkg.sh

* Не верное отображение имён для некоторых адаптеров типов

History
1 #!/bin/sh
2 # devel.a0fs.ru -- devel.python.tools:make_pkg.sh -- v0.r202405.2
3 this_dir="$(dirname "$(readlink -f "$0")")"
4 this_pkg="$(dirname "$this_dir")"
6 cd "${this_pkg}" || exit
7 if [ -d "${this_pkg}/.e" ] ; then
8 . "${this_pkg}/.e/bin/activate"
9 fi
11 python3 setup.py bdist_wheel --build-number "$(date '+%d%H%M%S')"