testing/py3-httpretty: normalize, upgrade to 0.9.6

Also drops Python 2 for Python 3
This commit is contained in:
Drew DeVault 2019-06-25 15:32:44 -04:00 committed by Leo
parent bbc7e88971
commit 6d59b320f0

View File

@ -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"