summaryrefslogtreecommitdiff
path: root/afew
diff options
context:
space:
mode:
authorTim Biermann <tbier@posteo.de>2020-11-03 17:21:14 +0000
committerTim Biermann <tbier@posteo.de>2020-11-03 17:21:14 +0000
commitd74defb3103788ce0bfc59f0b6426af625981d27 (patch)
tree4919144c419627ab539ffda331391b0564c94299 /afew
parent417fc937fdf442cccea25d21d8f586f8371d2b13 (diff)
downloadcontrib-d74defb3103788ce0bfc59f0b6426af625981d27.tar.gz
contrib-d74defb3103788ce0bfc59f0b6426af625981d27.tar.xz
afew: updated python syntax
Diffstat (limited to 'afew')
-rw-r--r--afew/.signature4
-rw-r--r--afew/Pkgfile4
2 files changed, 4 insertions, 4 deletions
diff --git a/afew/.signature b/afew/.signature
index 9064beee1..11d0a08e3 100644
--- a/afew/.signature
+++ b/afew/.signature
@@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
-RWSagIOpLGJF3wZHKECq85hhg+DUKsbG8P2VlMPA/TD7wD6SL/o0hSRM552DNfgZR8pGskLu/h2UwjJf8pb6/LAzIYZIludcgAA=
-SHA256 (Pkgfile) = b95666bb9ce503b2ade48591730d581de04ff990b5dc9c6e045f188a80c9abc6
+RWSagIOpLGJF3yVgQ06kaSe7L/Qx299WXwTUcwUmfmJMbkC1IXLQOs5s1nZfq+Aq1Zd8cNAC5g3qQYxya0JOD/ZegUZesx9l8Ac=
+SHA256 (Pkgfile) = c45b7ef495726619523c2621b2e06d4a89f7744eb3efc4f6da6234bd604590f8
SHA256 (.footprint) = 83c0903ead1b2f7b36ed7b7e6962f90ea8a05cafca4d49057657f2b315463ed6
SHA256 (afew-3.0.1.tar.gz) = ce857fe1a3bc0982c1dac81aef66cacc148e4f9db06da720f869392af1c2ee72
diff --git a/afew/Pkgfile b/afew/Pkgfile
index 389754a7a..9ab06a7e8 100644
--- a/afew/Pkgfile
+++ b/afew/Pkgfile
@@ -11,8 +11,8 @@ source=(https://files.pythonhosted.org/packages/source/a/$name/$name-$version.ta
build() {
cd $name-$version
- python3 setup.py build
- python3 setup.py install \
+ /usr/bin/python3 setup.py build
+ /usr/bin/python3 setup.py install \
--root=$PKG \
--optimize=1 \
--skip-build

Generated by cgit