blob: 4dd9e6e9cd231c72cb886a10ce587097cbae1611 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
|
pkgbase = python-ndcube
pkgdesc = Package for multi-dimensional contiguious and non-contiguious coordinate aware arrays
pkgver = 2.2.4
pkgrel = 1
url = https://docs.sunpy.org/projects/ndcube
arch = any
license = BSD-2-Clause
makedepends = python-setuptools-scm
makedepends = python-wheel
makedepends = python-build
makedepends = python-installer
makedepends = python-sphinx-automodapi
makedepends = python-sphinx-changelog
makedepends = python-sphinx-gallery
makedepends = python-sphinxext-opengraph
makedepends = python-sunpy-sphinx-theme
makedepends = python-pytest-doctestplus
makedepends = python-gwcs
makedepends = python-sunpy
makedepends = python-mpl-animators
makedepends = graphviz
source = https://files.pythonhosted.org/packages/source/n/ndcube/ndcube-2.2.4.tar.gz
md5sums = 3cec71911b8b1dd2ade476b696478abd
pkgname = python-ndcube
depends = python>=3.9
depends = python-gwcs>=0.18
optdepends = python-matplotlib>=3.5.0: plotting
optdepends = python-mpl-animators>=1.0: plotting
optdepends = python-reproject>=0.7.1: reproject
optdepends = python-ndcube-doc: Documentation for ndcube
pkgname = python-ndcube-doc
pkgdesc = Documentation for Python ndcube module
|