blob: 75f45ce1ccad467b99a450c815396139e1c423bf (
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
36
37
|
pkgbase = python-hips
pkgdesc = Python astronomy package for HiPS
pkgver = 0.2
pkgrel = 2
url = https://hips.readthedocs.io/
arch = i686
arch = x86_64
license = BSD
makedepends = python-setuptools
makedepends = python-astropy
makedepends = python-astropy-helpers>=3.1
makedepends = python-sphinx-astropy
makedepends = python-sphinx_rtd_theme
makedepends = python-scikit-image
makedepends = python-astropy-healpix
makedepends = python-tqdm
source = https://files.pythonhosted.org/packages/source/h/hips/hips-0.2.tar.gz
source = Fix-numpy-doctest-incompatibility.patch
md5sums = 9acf7a722837ba9d61f85d5710415ece
md5sums = c0c026ad536e73dca0ea0cad151ebf6c
pkgname = python-hips
depends = python>=3.6
depends = python-astropy>=1.3
depends = python-astropy-healpix>=0.2
depends = python-scikit-image>=0.12
depends = python-pillow>=4.0
optdepends = python-matplotlib>=2.0: Used for plotting in examples.
optdepends = python-tqdm: Used for showing progress bar either on terminal or in Jupyter notebook.
optdepends = python-aiohttp: Used for fetching HiPS tiles.
optdepends = python-hips-doc: Documentation for Python HIPS module
optdepends = python-pytest-astropy: For testing
optdepends = python-astropy<3.2: For testing
pkgname = python-hips-doc
pkgdesc = Documentation for Python HIPS module
|