This commit is contained in:
ed
2026-07-27 22:02:50 +00:00
parent 75c7502c34
commit ac4be555f6
6 changed files with 41 additions and 4 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ command -v gsort >/dev/null && {
cd ../dist
kwds='-bind -accounts -auth -auth-ord -flags -handlers -hooks -idp -urlform -exp -ls -dbd -chmod -pwhash -zm'
kwds='-bind -accounts -auth -auth-ord -flags -handlers -hooks -idp -urlform -exp -rlo -ls -dbd -chmod -pwhash -zm'
export PRTY_FULL_HELP=1
export PRTY_NO_PARAMIKO=1
+1
View File
@@ -58,6 +58,7 @@ rm -rf mods/magic/
sed -ri '/(bccache|PackageLoader)/d' mods/jinja2/__init__.py
af '/^class/{s=0}/^class PackageLoader/{s=1}!s' mods/jinja2/loaders.py
sed -ri 's/from url.*Request, urlopen.*/pass/' mods/copyparty/svchub.py
sed -ri 's/from urllib.* import urlopen.*/pass/' mods/copyparty/httpcli.py
sed -ri 's/(.*"--vc-.*, help=).*/\1argparse.SUPPRESS)/' mods/copyparty/__main__.py
}
[ $w10 ] && {