summarylogtreecommitdiffstats
path: root/.SRCINFO
blob: cdd4dd0fafca851e1d734ac0edc21daf1fda50e2 (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
38
39
40
41
42
43
44
45
pkgbase = python-reproject
	pkgdesc = Python-based Astronomical image reprojection
	pkgver = 0.4
	pkgrel = 3
	url = http://reproject.readthedocs.io/en/stable/
	arch = i686
	arch = x86_64
	license = BSD
	checkdepends = python-shapely
	checkdepends = python-pytest-astropy
	makedepends = cython
	makedepends = cython2
	makedepends = python-astropy>=2.0
	makedepends = python2-astropy>=2.0
	makedepends = python-astropy-helpers31
	makedepends = python2-astropy-helpers
	makedepends = python-astropy-healpix>=0.2
	makedepends = python2-astropy-healpix>=0.2
	makedepends = python-sphinx-astropy
	source = https://files.pythonhosted.org/packages/source/r/reproject/reproject-0.4.tar.gz
	md5sums = 56777bf5c2f8e2a7c0a05b3d058943c2

pkgname = python-reproject
	depends = python>=3.5
	depends = python-numpy>=1.10
	depends = python-scipy>=0.9
	depends = python-astropy>=2.0
	depends = python-astropy-healpix>=0.2
	optdepends = python-shapely: For some of the mosaicking functionality
	optdepends = python-reproject-doc: Documentation for Reproject
	optdepends = python-pytest-astropy: For testing

pkgname = python2-reproject
	depends = python2>=2.7
	depends = python2-numpy>=1.10
	depends = python2-scipy>=0.9
	depends = python2-astropy>=2.0
	depends = python2-astropy-healpix>=0.2
	optdepends = python2-shapely: For some of the mosaicking functionality
	optdepends = python-reproject-doc: Documentation for Reproject
	optdepends = python2-pytest<3.7: For testing

pkgname = python-reproject-doc
	pkgdesc = Documentation for Python Reproject module