diff options
author | Tim Biermann <tbier@posteo.de> | 2020-11-03 21:01:23 +0000 |
---|---|---|
committer | Tim Biermann <tbier@posteo.de> | 2020-11-03 21:01:23 +0000 |
commit | ebc8f35ac8e961a7a9ba4a3cbcc32304f88b428e (patch) | |
tree | a273f1cd072cce9495d0218b601e1b96b20ef6c8 /python3-click-threading | |
parent | b401fa4d24965e5b85cc59d5af77c89ec5f0b961 (diff) | |
download | contrib-ebc8f35ac8e961a7a9ba4a3cbcc32304f88b428e.tar.gz contrib-ebc8f35ac8e961a7a9ba4a3cbcc32304f88b428e.tar.xz |
python3-click-threading: updated python syntax
Diffstat (limited to 'python3-click-threading')
-rw-r--r-- | python3-click-threading/.signature | 4 | ||||
-rw-r--r-- | python3-click-threading/Pkgfile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/python3-click-threading/.signature b/python3-click-threading/.signature index de3be18ac..918b89c5c 100644 --- a/python3-click-threading/.signature +++ b/python3-click-threading/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF32XpD4gJWXFcF6BDj9rnN0hVOD4CImyIrJeSycuX5AX735lLFFhW6No6zBwYthWdj8QrpoOxSpBI+UzBkJYTzAA= -SHA256 (Pkgfile) = 32ced71d493b9979fae727390dd6ee3a12058245f9ae15173c8674f362e74f41 +RWSagIOpLGJF328AGGYqP+rAkf+nGek3tijWtUxwmJ/gWf4in2GmHObNc/2aShj+uGH/KQBIlZqYyXLS+AQFa7lKaCTW0jt88w0= +SHA256 (Pkgfile) = 2705800f7e0b5a79f18a99888618f5aeb4641683ef05300b6f8fbb854c8a3e71 SHA256 (.footprint) = f97bf943a2c6131b133e50e27ca4c982cf70b8ec3374d06efcc51ca91ee66407 SHA256 (click-threading-0.4.4.tar.gz) = a938ef1e1b13c554f579eb3ba2e8123cb667196a3c1488bb02b2056e4249fe71 diff --git a/python3-click-threading/Pkgfile b/python3-click-threading/Pkgfile index b789fbdbe..d277cf549 100644 --- a/python3-click-threading/Pkgfile +++ b/python3-click-threading/Pkgfile @@ -10,8 +10,8 @@ source=(https://github.com/click-contrib/click-threading/archive/$version/click- build() { cd click-threading-$version - python3 setup.py build - python3 setup.py install \ + /usr/bin/python3 setup.py build + /usr/bin/python3 setup.py install \ --prefix=/usr \ --optimize=1 \ --skip-build \ |