py.lib.aw_web_tools

Yohn Y. 2024-05-05 Parent:06f00ec09030 Child:645c171efc96

7:abfbff81c1fb Go to Latest

py.lib.aw_web_tools/tool/make_pkg.sh

* Решение проблемы с зависимостями

History
     1.1 --- a/tool/make_pkg.sh	Tue Feb 27 19:29:28 2024 +0300
     1.2 +++ b/tool/make_pkg.sh	Sun May 05 14:53:52 2024 +0300
     1.3 @@ -1,11 +1,11 @@
     1.4  #!/bin/sh
     1.5 -# devel.a0fs.ru -- devel:python.tools::make_pkg.sh -- v0.r202402.2
     1.6 +# devel.a0fs.ru -- devel:python.tools::make_pkg.sh -- v0.r202405.2
     1.7  this_dir="$(dirname "$(readlink -f "$0")")"
     1.8  this_pkg="$(dirname "$this_dir")"
     1.9  
    1.10  cd "${this_pkg}" || exit
    1.11  if [ -d "${this_pkg}/.e" ] ; then
    1.12 -  source ${this_pkg}/.e/bin/activate
    1.13 +  . "${this_pkg}/.e/bin/activate"
    1.14  fi
    1.15  
    1.16 -python3 setup.py bdist_wheel
    1.17 \ No newline at end of file
    1.18 +python3 setup.py bdist_wheel --build-number "$(date '+%d%H%M%S')"
    1.19 \ No newline at end of file