diff --git a/python3-cleo/.signature b/python3-cleo/.signature index 74f7cfc65..0d3957ebf 100644 --- a/python3-cleo/.signature +++ b/python3-cleo/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF3zLK8P+KJ15VL8tdN+PSVAl/xCiM0W1ppDWbcaCIYwLIHyerLeetQF+Sh2m3a8w5vrhllfgxCJUDMsOtFY7AmAA= -SHA256 (Pkgfile) = f26ac6c1cb5878b4485eeddcee1b437640b01ebedb37e054d14519b2920a19c4 +RWSagIOpLGJF33WYt5XFFy3En4oPa9FTpep+SUQviNME693NfOWQ56xvAVcGWDMD/jnraTTgprO3TMpQpLPuRFNAcW+DqQ93SQo= +SHA256 (Pkgfile) = 7f597e2db20ee927c453d22a37ee56a7ab60c40d2e3a8f97e22df50fc643b798 SHA256 (.footprint) = 639e89f5a43658475d2a96db9ca13601f83ffab4add02ac9d8d8eb32307cf6c9 SHA256 (python3-cleo-0.8.1.tar.gz) = 3ff6fe33d9e440dba4d9b0947e65ebebf95671d18d89b67bed1e1a09d2266bc1 diff --git a/python3-cleo/Pkgfile b/python3-cleo/Pkgfile index 4580d62e1..a8b52a980 100644 --- a/python3-cleo/Pkgfile +++ b/python3-cleo/Pkgfile @@ -13,7 +13,7 @@ build() { if prt-get isinst python3-poetry; then /usr/bin/python3 -m build --wheel --skip-dependency-check --no-isolation - /usr/bin/python3 -m install --optimize=1 --destdir=$PKG dist/*.whl + /usr/bin/python3 -m installer --compile-bytecode 2 --destdir=$PKG dist/*.whl else /usr/bin/pip3 install --isolate --root=$PKG --ignore-installed --no-deps cleo fi