diff options
author | Erich Eckner <git@eckner.net> | 2020-12-02 10:05:22 +0100 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2020-12-02 10:05:22 +0100 |
commit | a902512167a63f0960f69e8e5c8a4be30a8592a3 (patch) | |
tree | fde50bf0deacd2937e1ce1432023c0c9532f2347 | |
parent | d44770092a4ed0ad11bfcb63cf46df4276b7b600 (diff) | |
download | python-postpic-a902512167a63f0960f69e8e5c8a4be30a8592a3.tar.xz |
python-postpic: rebuild against new python 3.9
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 6 |
2 files changed, 6 insertions, 6 deletions
@@ -1,7 +1,7 @@ pkgbase = python-postpic pkgdesc = The open source particle-in-cell post processor. pkgver = 0.4 - pkgrel = 6 + pkgrel = 7 url = https://github.com/skuschel/postpic arch = i686 arch = pentium4 @@ -11,8 +11,8 @@ pkgbase = python-postpic makedepends = cython makedepends = python-h5py depends = glibc>=2.31 - depends = python>=3.8 - depends = python<3.9 + depends = python>=3.9 + depends = python<3.10 depends = python-matplotlib depends = python-numpy>=1.7 depends = python-scipy @@ -3,7 +3,7 @@ pkgname=python-postpic _pkgname="${pkgname#*-}" pkgver=0.4 -pkgrel=6 +pkgrel=7 pkgdesc='The open source particle-in-cell post processor.' url='https://github.com/skuschel/postpic' arch=('i686' 'pentium4' 'x86_64') @@ -13,8 +13,8 @@ _pinned_dependencies=( ) depends=( "${_pinned_dependencies[@]}" - 'python>=3.8' - 'python<3.9' + 'python>=3.9' + 'python<3.10' 'python-matplotlib' 'python-numpy>=1.7' 'python-scipy' |