~dricottone/huttese-apk

9130c6fc31d28e7e91f3100993c6f031527e89ec — Drew DeVault 4 years ago d677097
sr.ht/py3-httpretty: upgrade to 0.9.7
1 files changed, 3 insertions(+), 3 deletions(-)

M sr.ht/py3-httpretty/APKBUILD
M sr.ht/py3-httpretty/APKBUILD => sr.ht/py3-httpretty/APKBUILD +3 -3
@@ 2,7 2,7 @@
# Contributor: Valery Kartel <valery.kartel@gmail.com>
pkgname=py3-httpretty
_pyname=httpretty
pkgver=0.9.6
pkgver=0.9.7
pkgrel=0
pkgdesc="HTTP client mocking tool for Python"
url="https://github.com/gabrielfalcao/HTTPretty"


@@ 26,7 26,7 @@ check() {
package() {
	python3 setup.py install --prefix=/usr --root="$pkgdir"
	# Fix broken PyPI permissions
	chmod -R +r "$pkgdir"/usr/lib/python3.7/site-packages/
	chmod -R +r "$pkgdir"/usr/lib/python3.8/site-packages/
}

sha512sums="bc1c64d34370209c732bc12dd9935600b647507ab2c8f18c85f348e9b5e853618ba39e10e5a073b35036e6cbe3db2cb7a342a721d0e4affa81fe178fd0b75d92  httpretty-0.9.6.tar.gz"
sha512sums="4a1cdfc09af14ab2bc6eec84ad0905103ffb48c3154b127f646b39ff131584a52b1fd56bfe7a41959fc68d64eff94a221f9bf5a159a3dbfb3535fe4ac76c6170  httpretty-0.9.7.tar.gz"