summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 035d6ef2909bf57cd2ccc8195d1810cf03b1e8d3 (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
34
35
# Contributor: Jonas Lähnemann <jonas at pdi-berlin dot de>
# Maintainer: Jonas Lähnemann <jonas at pdi-berlin dot de>
pkgname=python-pyxem
pkgshort=pyxem
pkgver=0.13.3
pkgrel=1
pkgdesc="Python library for multi-dimensional diffraction microscopy extending HyperSpy"
arch=('any')
url="https://pyxem.github.io/pyxem-website/"
license=('GPL3')

depends=('python>=3.7'
         'python-scikit-image>=0.17.0'
         'python-matplotlib>=3.1.1'
         'python-hyperspy>=1.6.2'
	 'python-diffsims'
	 'python-lmfit>=0.9.12'
	 'python-pyfai'
	 'python-ipywidgets'
	 'python-numba'
	 'python-orix>=0.3'
         )

makedepends=('python-setuptools' )

provides=('pyxem')

source=(https://github.com/pyxem/pyxem/archive/v$pkgver.tar.gz)

package() {
  cd "$srcdir/$pkgshort-$pkgver"
  python setup.py install --root="$pkgdir/" --optimize=1
}

md5sums=('f3292b1a7eb3ab624796b352b585e4b6')