diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-11-30 14:13:36 +0100 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-11-30 14:27:40 +0100 |
commit | c407f5b021aa1fdaa8e64a0b569626784de5d7f6 (patch) | |
tree | a7a728068b1a716ec8a52305e3d7a566fc0dad37 /main | |
parent | 066c9549c720c53b54f83b170282b3e79962b731 (diff) | |
download | aports-c407f5b021aa1fdaa8e64a0b569626784de5d7f6.tar.bz2 aports-c407f5b021aa1fdaa8e64a0b569626784de5d7f6.tar.xz |
main/py3-more-itertools: upgrade to 8.0.0
Diffstat (limited to 'main')
-rw-r--r-- | main/py3-more-itertools/APKBUILD | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/main/py3-more-itertools/APKBUILD b/main/py3-more-itertools/APKBUILD index 8a3b66fb76..156b729deb 100644 --- a/main/py3-more-itertools/APKBUILD +++ b/main/py3-more-itertools/APKBUILD @@ -2,8 +2,8 @@ # Maintainer: TBK <alpine@jjtc.eu> pkgname=py3-more-itertools _pkgname=more-itertools -pkgver=7.2.0 -pkgrel=1 +pkgver=8.0.0 +pkgrel=0 pkgdesc="More routines for operating on iterables, beyond itertools." url="https://github.com/erikrose/more-itertools" arch="noarch" @@ -17,12 +17,10 @@ replaces="py-more-itertools" # Backwards compatibility provides="py-more-itertools=$pkgver-r$pkgrel" # Backwards compatibility build() { - cd "$builddir" python3 setup.py build } check() { - cd "$builddir" python3 setup.py test } @@ -30,4 +28,4 @@ package() { python3 setup.py install --prefix=/usr --root="$pkgdir" } -sha512sums="79d69c70de55170d1bd4fade50abc725baad75a2355bc94dddb9c860e6fb44e8c9f6270d4360307154e66da73befa71893a0d635291727711309faee62b1027d more-itertools-7.2.0.tar.gz" +sha512sums="3cf6e210bb72b0d947300ce77a662c88b88cd32bb860ef5e3b984cac2ee3b02fe511579daebd7865eeb176457404ce2ae5c0fa7384bf68cd98bcb8a6df7df9ad more-itertools-8.0.0.tar.gz" |