diff options
author | TBK <tbk@jjtc.dk> | 2017-12-01 01:57:06 +0100 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2017-12-08 04:31:59 +0000 |
commit | 5ba34db3739c637b5487e5deea22da2a18be37a4 (patch) | |
tree | 5976951e1e69bd6c3ee5785915d5ce3f542a0646 /main/py-icu | |
parent | 5b781bf23a0da87e923d9da82162e815fd9e1f85 (diff) | |
download | aports-5ba34db3739c637b5487e5deea22da2a18be37a4.tar.bz2 aports-5ba34db3739c637b5487e5deea22da2a18be37a4.tar.xz |
main/py-icu: upgrade to 1.9.8
Diffstat (limited to 'main/py-icu')
-rw-r--r-- | main/py-icu/APKBUILD | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/main/py-icu/APKBUILD b/main/py-icu/APKBUILD index 8e1c0924aa..3ba00374af 100644 --- a/main/py-icu/APKBUILD +++ b/main/py-icu/APKBUILD @@ -1,8 +1,8 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=py-icu _pkgname=PyICU -pkgver=1.9.6 -pkgrel=3 +pkgver=1.9.8 +pkgrel=0 pkgdesc="Python binding for ICU" url="http://pyicu.osafoundation.org/" arch="all" @@ -12,18 +12,18 @@ subpackages="py2-icu:_py py3-icu:_py" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" builddir="$srcdir"/$_pkgname-$pkgver -check() { - cd "$builddir" - python2 setup.py check - python3 setup.py check -} - build() { cd "$builddir" python2 setup.py build python3 setup.py build } +check() { + cd "$builddir" + python2 setup.py check + python3 setup.py check +} + package() { cd "$builddir" python2 setup.py install --prefix=/usr --root="$pkgdir" @@ -40,4 +40,4 @@ _py() { mv "$pkgdir"/usr/lib/${python}* "$subpkgdir"/usr/lib/ } -sha512sums="51ae0876dbe79c696a7630ec184049df685eebc4660b439b8a3e6e86ef37dfa8cdd0fd6895fc230f954baad30528f4017a7b6a17edc8f7e8b9e4c1bd729d447a PyICU-1.9.6.tar.gz" +sha512sums="87a539168ef89c0b77219e9373fb304e95088a5410c64f7939c382d840bc021af0edfffce89d3212cc9642c31cff7e508b7f70ee83466bc84793287a8661f4e1 PyICU-1.9.8.tar.gz" |