This commit is contained in:
Marc Beninca 2024-09-28 21:18:02 +02:00
parent 0b98aaa996
commit 3de52a3dd4
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F

View file

@ -1,37 +1,37 @@
#! /usr/bin/env sh
set \
"pip" \
"setuptools" \
"wheel" \
\
"uv" \
\
"pelican" \
\
"hatch" \
\
"Sphinx" \
"sphinx-rtd-theme" \
\
"gitlint" \
\
"pydoclint" \
"pylint" \
"ruff" \
\
"pytest" \
\
"toml" \
\
"twine" \
\
"mypy" \
"pyright" \
\
"ruamel.yaml" \
"PyYAML" \
"types-PyYAML" \
"pip" \
"setuptools" \
"wheel" \
\
"uv" \
\
"pelican" \
\
"hatch" \
\
"Sphinx" \
"sphinx-rtd-theme" \
\
"gitlint" \
\
"pydoclint" \
"pylint" \
"ruff" \
\
"pytest" \
\
"toml" \
\
"twine" \
\
"mypy" \
"pyright" \
\
"ruamel.yaml" \
"PyYAML" \
"types-PyYAML"
file="$(readlink --canonicalize-existing "${0}")"
root="$(dirname "${file}")"
@ -39,12 +39,12 @@ root="${root}/root/py/pi"
tmp="${root}/tmp"
rm --force --recursive \
~/.cache/pip "${root}"
~/.cache/pip "${root}"
python3 -m pip \
download \
--dest "${root}" \
"${@}"
download \
--dest "${root}" \
"${@}"
prefix="Name: "
for wheel in "${root}/"*; do