diff options
author | Carlos Aznarán Laos | 2022-11-28 23:28:30 -0500 |
---|---|---|
committer | Carlos Aznarán Laos | 2022-11-28 23:28:30 -0500 |
commit | 61af4037fac9ec983e59e397eb3240e1a596f6f4 (patch) | |
tree | a0b8f1d8e1418ec617e58ea938f6ffdab40c9cd2 | |
parent | 42754dcb4c2af90849688c77ec4868527b1c2b09 (diff) | |
download | aur-61af4037fac9ec983e59e397eb3240e1a596f6f4.tar.gz |
Bump version to 0.24.12
-rw-r--r-- | .SRCINFO | 11 | ||||
-rw-r--r-- | PKGBUILD | 10 |
2 files changed, 9 insertions, 12 deletions
@@ -1,15 +1,12 @@ pkgbase = python-py-pde pkgdesc = Python package for solving partial differential equations - pkgver = 0.23.0 + pkgver = 0.24.12 pkgrel = 1 url = https://github.com/zwicker-group/py-pde arch = any license = MIT - checkdepends = python-pytest - checkdepends = python-h5py - checkdepends = python-pandas - checkdepends = napari makedepends = python-setuptools + makedepends = python-versioneer depends = python-sympy depends = python-scipy depends = python-numba @@ -20,7 +17,7 @@ pkgbase = python-py-pde optdepends = napari: for displaying images interactively optdepends = python-ipywidgets: for interactive widgets optdepends = python-numba-mpi: for njittable MPI wrapper - source = py-pde-0.23.0.tar.gz::https://github.com/zwicker-group/py-pde/archive/v0.23.0.tar.gz - sha512sums = d5c53c861810a32ec1a36e52daf57708e1fc2c508adf6359426cf59c504507a5b2e44467d500f79fba075490aea55099139b7f29dfd4f00e072aaf6c34812394 + source = py-pde-0.24.12.tar.gz::https://github.com/zwicker-group/py-pde/archive/0.24.12.tar.gz + sha512sums = bde2f763f50f91692d9fe7afb499a2404d04099aa858d2ca0105f2e7ccb85510f79210e25fc67450c12ae1995a0ce53d99c6211900a4d05d6e61edc0c6a14f27 pkgname = python-py-pde @@ -2,21 +2,21 @@ _base=py-pde pkgname=python-${_base} pkgdesc="Python package for solving partial differential equations" -pkgver=0.23.0 +pkgver=0.24.12 pkgrel=1 arch=(any) url="https://github.com/zwicker-group/${_base}" license=(MIT) depends=(python-sympy python-scipy python-numba python-matplotlib python-tqdm) -makedepends=(python-setuptools) -checkdepends=(python-pytest python-h5py python-pandas napari) +makedepends=(python-setuptools python-versioneer) +# checkdepends=(python-pytest python-h5py python-pandas napari) optdepends=('python-h5py: for storing data in the hierarchical file format' 'python-pandas: for handling tabular data' 'napari: for displaying images interactively' 'python-ipywidgets: for interactive widgets' 'python-numba-mpi: for njittable MPI wrapper') -source=(${_base}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz) -sha512sums=('d5c53c861810a32ec1a36e52daf57708e1fc2c508adf6359426cf59c504507a5b2e44467d500f79fba075490aea55099139b7f29dfd4f00e072aaf6c34812394') +source=(${_base}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz) +sha512sums=('bde2f763f50f91692d9fe7afb499a2404d04099aa858d2ca0105f2e7ccb85510f79210e25fc67450c12ae1995a0ce53d99c6211900a4d05d6e61edc0c6a14f27') build() { cd ${_base}-${pkgver} |