python3-cleo: use python3-installer instead of python3-install

This commit is contained in:
Tim Biermann 2022-07-10 18:58:26 +02:00
parent d641d1f6a6
commit 494235ce68
Signed by: tb
GPG Key ID: 42F8B4E30B673606
2 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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