summarylogtreecommitdiffstats
path: root/.SRCINFO
blob: 019dbf7c6d3730097aa2c34f5e6d7e346070ec18 (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
pkgbase = python-reproject
	pkgdesc = Python-based Astronomical image reprojection
	pkgver = 0.8
	pkgrel = 1
	url = http://reproject.readthedocs.io
	arch = i686
	arch = x86_64
	license = BSD
	checkdepends = python-shapely
	checkdepends = python-pytest-astropy
	checkdepends = python-scipy
	makedepends = cython
	makedepends = python-setuptools-scm
	makedepends = python-extension-helpers
	makedepends = python-sphinx-astropy
	makedepends = python-astropy-healpix
	makedepends = python-pyvo
	makedepends = python-mimeparse
	source = https://files.pythonhosted.org/packages/source/r/reproject/reproject-0.8.tar.gz
	md5sums = b7db39086abc683c2b5cfc9b2185736c

pkgname = python-reproject
	depends = python>=3.7
	depends = python-numpy>=1.14
	depends = python-scipy>=1.1
	depends = python-astropy>=3.2
	depends = python-astropy-healpix>=0.6
	optdepends = python-shapely>=1.6: For some of the mosaicking functionality
	optdepends = python-reproject-doc: Documentation for Reproject
	optdepends = python-pytest-astropy: For testing

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