uv_install
This commit is contained in:
parent
9d537b2247
commit
9616edc523
1 changed files with 27 additions and 29 deletions
56
re.sh
56
re.sh
|
@ -33,6 +33,32 @@ remove() {
|
|||
rm --force --recursive "${@}"
|
||||
}
|
||||
uv_install() {
|
||||
set \
|
||||
"pelican" \
|
||||
\
|
||||
"hatch" \
|
||||
\
|
||||
"Sphinx" \
|
||||
"sphinx-rtd-theme" \
|
||||
\
|
||||
"gitlint" \
|
||||
\
|
||||
"pydoclint" \
|
||||
"pylint" \
|
||||
"ruff" \
|
||||
\
|
||||
"pytest" \
|
||||
\
|
||||
"toml" \
|
||||
\
|
||||
"twine" \
|
||||
\
|
||||
"mypy" \
|
||||
"pyright" \
|
||||
\
|
||||
"ruamel.yaml" \
|
||||
"PyYAML" \
|
||||
"types-PyYAML"
|
||||
echo
|
||||
uv pip install --index-url "${url_pypi}" "${@}"
|
||||
}
|
||||
|
@ -81,35 +107,7 @@ pip_install "uv"
|
|||
|
||||
list "${py}"
|
||||
|
||||
set \
|
||||
\
|
||||
"pelican" \
|
||||
\
|
||||
"hatch" \
|
||||
\
|
||||
"Sphinx" \
|
||||
"sphinx-rtd-theme" \
|
||||
\
|
||||
"gitlint" \
|
||||
\
|
||||
"pydoclint" \
|
||||
"pylint" \
|
||||
"ruff" \
|
||||
\
|
||||
"pytest" \
|
||||
\
|
||||
"toml" \
|
||||
\
|
||||
"twine" \
|
||||
\
|
||||
"mypy" \
|
||||
"pyright" \
|
||||
\
|
||||
"ruamel.yaml" \
|
||||
"PyYAML" \
|
||||
"types-PyYAML"
|
||||
|
||||
uv_install "${@}"
|
||||
uv_install
|
||||
|
||||
ln --symbolic "/rwx/rwx/rwx" "${py}/lib/python"*"/site-packages/rwx"
|
||||
|
||||
|
|
Loading…
Reference in a new issue