diff options
author | Tim Biermann <tbier@posteo.de> | 2020-11-03 20:13:41 +0000 |
---|---|---|
committer | Tim Biermann <tbier@posteo.de> | 2020-11-03 20:13:41 +0000 |
commit | 003bfe641698c1c8b4bfb105be2de170761c14cc (patch) | |
tree | 9128d2b5c0fcba4cd57e207d09e71b6aa030e833 /notmuch | |
parent | dabbb13b6350253ef35bc083d78740a98d7f8998 (diff) | |
download | contrib-003bfe641698c1c8b4bfb105be2de170761c14cc.tar.gz contrib-003bfe641698c1c8b4bfb105be2de170761c14cc.tar.xz |
notmuch: updated python syntax
Diffstat (limited to 'notmuch')
-rw-r--r-- | notmuch/.signature | 4 | ||||
-rw-r--r-- | notmuch/Pkgfile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/notmuch/.signature b/notmuch/.signature index a1ef16706..c60099585 100644 --- a/notmuch/.signature +++ b/notmuch/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF3yQnC1rSpCN5m+H1SbhHU6sHcKyADuBtrrw3enz5fd+1CTT6cAPLgwNDbWpknBGblm5iiJtQJ/iRoS9gkm+NWwo= -SHA256 (Pkgfile) = f6d81e1140df6ffd091b497c1ddb44389dfdb72d2fa1cd38a3c69a5e6cb2c57f +RWSagIOpLGJF3zeL0BVbhw8sWDomwE+n3AZDOdrur+GazJhJW+RBhy0RwoyqSJYybjfmwLBEQTiG2VT+/FdjajCOkaFQUHYHWAw= +SHA256 (Pkgfile) = 27da3e99be1c27a671a4a51f090cf289a6abed2efe4490907a0556b49d47e69c SHA256 (.footprint) = a70f7776df6c94ef3edf2030b08400578a12539ce5345493da3bdc56a6acd441 SHA256 (notmuch-0.31.tar.xz) = 571fa0e1539c86612b1f2b2c80a398e08ecfef52e27ef7e48cf8e3b84fa18394 diff --git a/notmuch/Pkgfile b/notmuch/Pkgfile index a4dd5c5da..4fbe64902 100644 --- a/notmuch/Pkgfile +++ b/notmuch/Pkgfile @@ -17,8 +17,8 @@ build() { make DESTDIR=$PKG LIBDIR_IN_LDCONFIG=0 WITH_EMACS=0 install pushd bindings/python - python3 setup.py build - python3 setup.py install --root=$PKG --optimize=1 + /usr/bin/python3 setup.py build + /usr/bin/python3 setup.py install --root=$PKG --optimize=1 --skip-build popd make -C vim DESTDIR=$PKG prefix=/usr/share/vim install |