summarylogtreecommitdiffstats
path: root/.SRCINFO
blob: 5e2bf3117873b55df043b2efccf41ab5dec00bf7 (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
pkgbase = python-spiceypy
	pkgdesc = A Python wrapper for the NAIF C SPICE Toolkit (N66) written using ctypes.
	pkgver = 2.0.0
	pkgrel = 1
	url = https://github.com/AndrewAnnex/SpiceyPy
	arch = any
	license = MIT
	makedepends = python-six>=1.9.0
	makedepends = python2-six>=1.9.0
	makedepends = python-numpy>=1.8.0
	makedepends = python2-numpy>=1.8.0
	makedepends = python-setuptools
	makedepends = python2-setuptools
	source = https://github.com/andrewannex/spiceypy/archive/v2.0.0.tar.gz
	md5sums = 7115d8c054e46b21c85863bd42de0a3d

pkgname = python-spiceypy
	depends = python-six>=1.9.0
	depends = python-numpy>=1.8.0
	optdepends = python-pytest>=2.9.0: testing

pkgname = python2-spiceypy
	depends = python2-six>=1.9.0
	depends = python2-numpy>=1.8.0
	optdepends = python2-pytest>=2.9.0: testing