py.lib.aw_web_tools
2025-10-15
Parent:abfbff81c1fb
py.lib.aw_web_tools/tool/make_pkg.sh
* Изменения в системе сборки пакетов Python
1.1 --- a/tool/make_pkg.sh Wed Oct 15 16:39:24 2025 +0300 1.2 +++ b/tool/make_pkg.sh Wed Oct 15 17:32:08 2025 +0300 1.3 @@ -1,5 +1,5 @@ 1.4 #!/bin/sh 1.5 -# devel.a0fs.ru -- devel:python.tools::make_pkg.sh -- v0.r202405.2 1.6 +# devel.a0fs.ru -- devel:python.tools::make_pkg.sh -- v0.r202410.1 1.7 this_dir="$(dirname "$(readlink -f "$0")")" 1.8 this_pkg="$(dirname "$this_dir")" 1.9 1.10 @@ -8,4 +8,5 @@ 1.11 . "${this_pkg}/.e/bin/activate" 1.12 fi 1.13 1.14 -python3 setup.py bdist_wheel --build-number "$(date '+%d%H%M%S')" 1.15 \ No newline at end of file 1.16 +# python3 setup.py bdist_wheel --build-number "$(date '+%d%H%M%S')" 1.17 +python3 -m build -w -v "$this_pkg" 1.18 \ No newline at end of file