diff options
author | Keith Maxwell <keith.maxwell@gmail.com> | 2020-05-03 14:31:18 +0100 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2020-05-04 04:49:37 +0000 |
commit | 63f8d03ff362d39f1a870f712d09038ad3a4963f (patch) | |
tree | 013aea10855a8b844a05d9a91fb6dbe85e95abe5 /community/py3-numpy/APKBUILD | |
parent | 07fe7cad7cb7374daf4bd19311a6b3d0df10ae9e (diff) | |
download | aports-63f8d03ff362d39f1a870f712d09038ad3a4963f.tar.bz2 aports-63f8d03ff362d39f1a870f712d09038ad3a4963f.tar.xz |
main/duplicity: upgrade to 0.8.12.1612
This commit also fixes the shebang line.
Before this change:
$ dabuild sh
$ sudo apk add duplicity >/dev/null && duplicity --version
env: can't execute 'python': No such file or directory
$ head -n 1 /usr/bin/duplicity
#!/usr/bin/env python
After this change:
$ dabuild sh
$ sudo apk add duplicity >/dev/null && duplicity --version
duplicity 0.8.12
$ head -n 1 /usr/bin/duplicity
#!/usr/bin/env python3
Removed the smoke test to bring check() in line with the policy from the
wiki: https://wiki.alpinelinux.org/wiki/APKBUILD_Reference#options
> Creating a very simple check function, that calls program --version is
> worse than disabling tests completely because it gives the false
> impression that the package is thoroughly tested with the testsuite from
> upstream. [2]
Diffstat (limited to 'community/py3-numpy/APKBUILD')
0 files changed, 0 insertions, 0 deletions