Repositories
Help
py.lib.aw_db_tools
Commits
Files
Yohn Y.
2024-02-27
Parent:
4b0d10bfa023
2:11f14e28cbef
Go to Latest
py.lib.aw_db_tools/tools/make_pkg.sh
Added tag 0.202402.1 for changeset e90eb3d2fd01
Download raw file
View source
Diff to previous
Annotate
History
Loading...
1
#!/bin/sh
2
# devel.a0fs.ru -- devel:python.tools::make_pkg.sh -- v0.r202402.2
3
this_dir
=
"
$(
dirname
"
$(
readlink
-f
"
$0
"
)
"
)
"
4
this_pkg
=
"
$(
dirname
"
$this_dir
"
)
"
5
6
cd
"
${
this_pkg
}
"
||
exit
7
if
[
-d
"
${
this_pkg
}
/.e"
]
;
then
8
source
${
this_pkg
}
/.e/bin/activate
9
fi
10
11
python3
setup.py
bdist_wheel