py.lib.aw_config

Yohn Y. 2024-05-05 Parent:bece3a8a67a5

4:cafe05bbad21 Go to Latest

py.lib.aw_config/tools/make_pkg.sh

. Разбираемся с зависимостями

History
     1.1 --- a/tools/make_pkg.sh	Sun May 05 11:32:45 2024 +0300
     1.2 +++ b/tools/make_pkg.sh	Sun May 05 14:40:01 2024 +0300
     1.3 @@ -1,5 +1,5 @@
     1.4  #!/bin/sh
     1.5 -# devel.a0fs.ru -- devel.python.tools:make_pkg.sh -- v0.r202405.1
     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 @@ -8,4 +8,4 @@
    1.11    . "${this_pkg}/.e/bin/activate"
    1.12  fi
    1.13  
    1.14 -python3 setup.py bdist_wheel
    1.15 +python3 setup.py bdist_wheel --build-number "$(date '+%d%H%M%S')"