summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2020-12-02 10:05:22 +0100
committerErich Eckner <git@eckner.net>2020-12-02 10:05:22 +0100
commita902512167a63f0960f69e8e5c8a4be30a8592a3 (patch)
treefde50bf0deacd2937e1ce1432023c0c9532f2347
parentd44770092a4ed0ad11bfcb63cf46df4276b7b600 (diff)
downloadpython-postpic-a902512167a63f0960f69e8e5c8a4be30a8592a3.tar.xz
python-postpic: rebuild against new python 3.9
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9d43f91..9ca780e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -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
diff --git a/PKGBUILD b/PKGBUILD
index b10021e..884750b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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'