blob: 90682d823e1b2f29089d801066d64a1f0603488a (
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.2.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.2.0
sha256sums = 6de18962aae04da270054fd4a4aa8b9e9c69383ac5aef3f3749112ce98bbd6d2
pkgname = python-miepython
|