blob: f732fbd96f4353848409997a8a61a530737c5886 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
pkgbase = python-pynbody
pkgdesc = Pynbody is a light-weight, portable, format-transparent analysis framework for N-body and hydrodynamic astrophysical simulations
pkgver = 1.1.0
pkgrel = 1
url = http://pynbody.github.io/
arch = any
license = MIT
makedepends = git
makedepends = cython>=0.2
optdepends = python-matplotlib: plotting pynbody built-in plots
optdepends = ipython: makes using python much easier
source = https://github.com/pynbody/pynbody/archive/refs/tags/v1.1.0.tar.gz
sha256sums = fb5f9482bc27b0f3485dfd7cff5852068e923972364be531990a60da806deca9
pkgname = python-pynbody
depends = python>=3.3
depends = python-numpy
depends = python-scipy
|