blob: ba6f6c60d7f9a1988e7cb01549308ac53690a507 (
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
|
pkgbase = python-miepython
pkgdesc = Mie scattering of light off perfect spheres
pkgver = 3.0.0
pkgrel = 1
url = https://miepython.readthedocs.io/
arch = any
license = MIT
checkdepends = jupyter-nbconvert
checkdepends = jupyter-nbformat
checkdepends = python-pytest
makedepends = git
makedepends = python-build
makedepends = python-installer
makedepends = python-setuptools
makedepends = python-setuptools-scm
makedepends = python-wheel
depends = python-matplotlib
depends = python-numba
depends = python-numpy
depends = python-scipy
optdepends = jupyter-notebook: to run the included example notebooks
source = git+https://github.com/scottprahl/miepython.git#tag=3.0.0
sha256sums = 7c67452be7d5134c74a7fc9a3f2e44ddba1d6bf64272297da6eb07c9a4eda2dd
pkgname = python-miepython
|