summarylogtreecommitdiffstats
path: root/.SRCINFO
blob: 0249ea753b06d2b07cc8b481e6fa572d6ea80191 (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
35
pkgbase = python-spectral-cube
	pkgdesc = Library for reading and analyzing astrophysical spectral data cubes
	pkgver = 0.6.5
	pkgrel = 1
	url = http://spectral-cube.readthedocs.io
	arch = any
	license = BSD
	makedepends = python-setuptools-scm
	makedepends = python-wheel
	makedepends = python-build
	makedepends = python-installer
	makedepends = python-sphinx-astropy
	makedepends = python-dask
	makedepends = python-radio_beam
	makedepends = python-casa-formats-io
	source = https://files.pythonhosted.org/packages/source/s/spectral-cube/spectral-cube-0.6.5.tar.gz
	md5sums = 9088a0db1f7fddf3a79d799abc14bae2

pkgname = python-spectral-cube
	depends = python-numpy>=1.8
	depends = python-astropy>=4.0
	depends = python-radio_beam>=0.3.3
	depends = python-joblib
	depends = python-dask
	depends = python-six
	depends = python-casa-formats-io
	optdepends = python-scipy: Used for subcube creation
	optdepends = python-bottleneck: Speeds up median and percentile operations on cubes with missing data
	optdepends = python-regions>=0.7: Serialises/Deserialises DS9/CRTF region files and handles them. Used when extracting a subcube from region
	optdepends = python-spectral-cube-doc: Documentation for spectral-cube
	optdepends = python-fsspec: Used for storing computations to disk when using the dask-enabled classes
	optdepends = python-zarr: Used for storing computations to disk when using the dask-enabled classes

pkgname = python-spectral-cube-doc
	pkgdesc = Documentation for Python Radio Beam module