summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCorentin Cadiou2022-02-14 16:20:24 +0100
committerCorentin Cadiou2022-02-14 16:20:24 +0100
commit94c675bffe527d1c3af010f40053cfb830bb7e40 (patch)
tree31b1459abff54a829b1856620a66e927196a746a /PKGBUILD
parentc8710191fa543dc678e3f3e31a791d4c3c8b12a7 (diff)
downloadaur-94c675bffe527d1c3af010f40053cfb830bb7e40.tar.gz
Bump to version 4
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD20
1 files changed, 13 insertions, 7 deletions
diff --git a/PKGBUILD b/PKGBUILD
index af527e17e69f..7cd6bb92b291 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,22 @@
-# Maintainer: Miguel de Val-Borro <miguel dot deval at gmail dot com>
-
+# Original maintainer: Miguel de Val-Borro <miguel dot deval at gmail dot com>
+# Current maintainer: Corentin Cadiou <contact@cphyc.me>
_gitname=yt
pkgname=python-$_gitname-git
-pkgver=3.4.1.r1921.gb89c170ba
+pkgver=4.0.0.r668.g03c41c0d9
pkgrel=1
pkgdesc="python package for data analysis and visualization"
-url="https://github.com/yt-project"
-arch=('i686' 'x86_64')
+url="http://yt-project.org"
+arch=(any)
license=('BSD')
-depends=('python-h5py' 'python-numpy' 'python-matplotlib' 'python-nose' 'python-sympy')
-makedepends=('git' 'cython')
+depends=('python-numpy' 'python-matplotlib' 'python-sympy' 'python-unyt')
+makedepends=('cython')
+optdepends=(
+ 'jupyter'
+ 'openmp: multithred support'
+ 'python-mpi4py: parallelism support'
+)
source=("git+https://github.com/yt-project/yt")
+provides=('python-yt')
md5sums=(SKIP)
build() {