diff options
author | Drew DeVault <sir@cmpwn.com> | 2019-06-25 15:32:44 -0400 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-07-06 04:06:42 -0300 |
commit | 6d59b320f083ca203196bf188f3b8a195945e05a (patch) | |
tree | f1024acf16cffba8379acc9b112b06b53e3548c9 /testing/py3-httpretty/APKBUILD | |
parent | bbc7e8897176cdad7915e421d2425dfc13d39d62 (diff) | |
download | aports-6d59b320f083ca203196bf188f3b8a195945e05a.tar.bz2 aports-6d59b320f083ca203196bf188f3b8a195945e05a.tar.xz |
testing/py3-httpretty: normalize, upgrade to 0.9.6
Also drops Python 2 for Python 3
Diffstat (limited to 'testing/py3-httpretty/APKBUILD')
-rw-r--r-- | testing/py3-httpretty/APKBUILD | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/testing/py3-httpretty/APKBUILD b/testing/py3-httpretty/APKBUILD index d0bfbae983..f00b6cb900 100644 --- a/testing/py3-httpretty/APKBUILD +++ b/testing/py3-httpretty/APKBUILD @@ -25,8 +25,6 @@ check() { package() { python3 setup.py install --prefix=/usr --root="$pkgdir" - # Fix broken PyPI permissions - chmod -R +r "$pkgdir"/usr/lib/python3.7/site-packages/ } sha512sums="bc1c64d34370209c732bc12dd9935600b647507ab2c8f18c85f348e9b5e853618ba39e10e5a073b35036e6cbe3db2cb7a342a721d0e4affa81fe178fd0b75d92 httpretty-0.9.6.tar.gz" |