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

This commit is contained in:
Tim Biermann 2022-07-10 18:58:05 +02:00
parent 7c1bda625c
commit d641d1f6a6
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
RWSagIOpLGJF3yIM/rvrffQQDV778mFcIVbgjuWBgZVxwFJC9Jwj3o3Wg+NFNOnat99XxFDhrAX0NLtAKlDngI/hZaynxQlqSQU=
SHA256 (Pkgfile) = 12ed350bbcd213916689e7b8038da334dddff5dc6716285039ba75f05018466f
RWSagIOpLGJF38L+uHBa5JjVs/QtxGenHaRewhoo4a2cV+sKHrNSK8JRWO6io8Y4qzIgbMGpVuROxprBik5YPJH4iX5AsbED9Ag=
SHA256 (Pkgfile) = f5b82a91b9f8f76c17b0873b6acfd8929cc8d420c5f809ab7b78632b838366af
SHA256 (.footprint) = ea380c8858b04213ab84c1faa217e1e981cfd412a723f4356f4f4f481d3fc514
SHA256 (python3-clikit-0.6.2.tar.gz) = 4bb1d934e0c0a93f25429919242d11d60dcd1d9c65ac096033092d7973cbfc6e

View File

@ -14,7 +14,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 clikit
fi