From 72d707f9b7c489fd53bfd2ca11d2fdd1041a8572 Mon Sep 17 00:00:00 2001 From: Jakub Jirutka Date: Fri, 3 Jun 2016 16:19:14 +0200 Subject: testing/py-google-apputils: fix incorrect module path in site-packages This is my fault, sorry for that. --- testing/py-google-apputils/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'testing') diff --git a/testing/py-google-apputils/APKBUILD b/testing/py-google-apputils/APKBUILD index 575a4a4c84..fef8209a8d 100644 --- a/testing/py-google-apputils/APKBUILD +++ b/testing/py-google-apputils/APKBUILD @@ -3,7 +3,7 @@ pkgname=py-google-apputils _pkgname=${pkgname#py-} pkgver=0.4.2 -pkgrel=0 +pkgrel=1 pkgdesc="Google Application Utilities for Python" url="https://github.com/google/google-apputils" arch="noarch" @@ -27,7 +27,7 @@ package() { # The files under google_apputils.egg-info lack read permission for # "other", which causes `python setup.py build` failures for packages # using google-apputils. - chmod o+r "$pkgdir"/usr/lib/python2.7/site-packages/$_pkgname-$pkgver-py2.7.egg-info/* + chmod o+r "$pkgdir"/usr/lib/python2.7/site-packages/google_apputils-$pkgver-py2.7.egg-info/* } md5sums="fb9fadf621dbecf28c8dabb5fe37ddb3 google-apputils-0.4.2.tar.gz" -- cgit v1.2.3