blob: 61452dc352cd2d9a06da4974a2da1b51c2dd20b3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
pkgbase = python-extinction
pkgdesc = Fast interstellar dust extinction laws in Python
pkgver = 0.4.2
pkgrel = 1
url = http://extinction.readthedocs.io/
arch = i686
arch = x86_64
license = MIT
makedepends = cython
makedepends = cython2
makedepends = python-numpy
makedepends = python2-numpy
source = https://files.pythonhosted.org/packages/source/e/extinction/extinction-0.4.2.tar.gz
md5sums = a79209dc264c4d1a4a1c4fcbc37ec611
pkgname = python-extinction
depends = python-numpy>=1.13.3
pkgname = python2-extinction
depends = python2-numpy>=1.13.3
|