aboutsummaryrefslogtreecommitdiffstats
path: root/testing/py3-httpretty
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-07-08 17:25:12 -0300
committerLeo <thinkabit.ukim@gmail.com>2019-07-08 17:25:12 -0300
commit46d8fdb625272c6f81faeed43f7502fbfa0cb04e (patch)
tree69a3faa671a5a0188e7ba788f152d9ffb9c6a386 /testing/py3-httpretty
parent281897af19aef52b85a33ed9f99fa06feec4f93d (diff)
downloadaports-46d8fdb625272c6f81faeed43f7502fbfa0cb04e.tar.bz2
aports-46d8fdb625272c6f81faeed43f7502fbfa0cb04e.tar.xz
testing/py3-httpretty: fix permissions
Diffstat (limited to 'testing/py3-httpretty')
-rw-r--r--testing/py3-httpretty/APKBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/testing/py3-httpretty/APKBUILD b/testing/py3-httpretty/APKBUILD
index f00b6cb900..42414aaaa1 100644
--- a/testing/py3-httpretty/APKBUILD
+++ b/testing/py3-httpretty/APKBUILD
@@ -3,7 +3,7 @@
pkgname=py3-httpretty
_pyname=httpretty
pkgver=0.9.6
-pkgrel=0
+pkgrel=1
pkgdesc="HTTP client mocking tool for Python"
url="https://github.com/gabrielfalcao/HTTPretty"
arch="noarch"
@@ -25,6 +25,8 @@ check() {
package() {
python3 setup.py install --prefix=/usr --root="$pkgdir"
+ # Fix permissions on .EGG-INFO
+ chmod 644 "$pkgdir"/usr/lib/python3*/site-packages/*.egg-info/*
}
sha512sums="bc1c64d34370209c732bc12dd9935600b647507ab2c8f18c85f348e9b5e853618ba39e10e5a073b35036e6cbe3db2cb7a342a721d0e4affa81fe178fd0b75d92 httpretty-0.9.6.tar.gz"