diff options
Diffstat (limited to 'main/py3-httplib2/APKBUILD')
-rw-r--r-- | main/py3-httplib2/APKBUILD | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/main/py3-httplib2/APKBUILD b/main/py3-httplib2/APKBUILD index cc6ad58e0f..532085771f 100644 --- a/main/py3-httplib2/APKBUILD +++ b/main/py3-httplib2/APKBUILD @@ -2,8 +2,8 @@ # Maintainer: Fabian Affolter <fabian@affolter-engineering.ch> pkgname=py3-httplib2 _pkgname=httplib2 -pkgver=0.14.0 -pkgrel=1 +pkgver=0.15.0 +pkgrel=0 pkgdesc="Python3 HTTP client library" url="https://github.com/httplib2/httplib2" arch="noarch" @@ -17,13 +17,11 @@ replaces="py-httplib2" # Backwards compatibility provides="py-httplib2=$pkgver-r$pkgrel" # Backwards compatibility build() { - cd "$builddir" python3 setup.py build } package() { - cd "$builddir" python3 setup.py install --prefix=/usr --root="$pkgdir" } -sha512sums="4038849dbb4523180e5fba29bfe17995b1da956c057a1b35c320f07543b704bfc07a45cb5bfe5d2b5abd88fcadc6693b767bbd5e97bd70a502a4fc3197b0e0e7 httplib2-0.14.0.tar.gz" +sha512sums="be6884238fee6c2a75093204fb3c760da33d5ac04ebbb86f6a09f48ec70d44d8dbfccfe20b5d9c72745f42afedaf56bb783200b982dd2853b6bc91922961d390 httplib2-0.15.0.tar.gz" |