aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Berthault <justin.berthault@zaclys.net>2020-06-05 09:02:28 +0200
committerKevin Daudt <kdaudt@alpinelinux.org>2020-06-05 10:30:23 +0000
commitb964c9b8b0fdca0c3c917f5c75d6e6d9d0c4c0fe (patch)
tree797b318a5091591a4a9cdc217f96ec53e786e288
parent4226dc034e16702b5d8c669750bd58a57da4007d (diff)
downloadalpine_aports-b964c9b8b0fdca0c3c917f5c75d6e6d9d0c4c0fe.tar.bz2
alpine_aports-b964c9b8b0fdca0c3c917f5c75d6e6d9d0c4c0fe.tar.xz
alpine_aports-b964c9b8b0fdca0c3c917f5c75d6e6d9d0c4c0fe.zip
community/ipython: upgrade to 7.15.0
-rw-r--r--community/ipython/APKBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/community/ipython/APKBUILD b/community/ipython/APKBUILD
index 3fc936080e..5bd2dc5d2f 100644
--- a/community/ipython/APKBUILD
+++ b/community/ipython/APKBUILD
@@ -1,7 +1,7 @@
1# Contributor: Kevin Daudt <kdaudt@alpinelinux.org> 1# Contributor: Kevin Daudt <kdaudt@alpinelinux.org>
2# Maintainer: Kevin Daudt <kdaudt@alpinelinux.org> 2# Maintainer: Kevin Daudt <kdaudt@alpinelinux.org>
3pkgname=ipython 3pkgname=ipython
4pkgver=7.14.0 4pkgver=7.15.0
5pkgrel=0 5pkgrel=0
6pkgdesc="A rich toolkit to help you make the most of using Python interactively" 6pkgdesc="A rich toolkit to help you make the most of using Python interactively"
7options="!check" # Too many tests fail 7options="!check" # Too many tests fail
@@ -23,7 +23,6 @@ checkdepends="py3-pathlib2"
23checkdepends="py3-pytest py3-nose py3-matplotlib" 23checkdepends="py3-pytest py3-nose py3-matplotlib"
24subpackages="$pkgname-doc" 24subpackages="$pkgname-doc"
25source="$pkgname-$pkgver.tar.gz::https://github.com/ipython/ipython/archive/$pkgver.tar.gz" 25source="$pkgname-$pkgver.tar.gz::https://github.com/ipython/ipython/archive/$pkgver.tar.gz"
26builddir="$srcdir/$pkgname-$pkgver/"
27 26
28build() { 27build() {
29 python3 setup.py build 28 python3 setup.py build
@@ -47,4 +46,4 @@ package() {
47 python3 setup.py install --prefix=/usr --root="$pkgdir" 46 python3 setup.py install --prefix=/usr --root="$pkgdir"
48} 47}
49 48
50sha512sums="83eff5663c63c7aa7e24d46c25bf659cc9ef0274de7073f7e392a7b2d67c1deaaffabe23599536c858bc648576f45b1cb942bccbedb340831540e30c63ec1539 ipython-7.14.0.tar.gz" 49sha512sums="801d689929d8eeb5e34c7279f646cea4a7cff76b679c986a22b708f02b142a5539b870fb1fa82099679effae8fee5b683ce994b6cbc3adf80b76219fb977a923 ipython-7.15.0.tar.gz"