File tree 1 file changed +48
-0
lines changed
1 file changed +48
-0
lines changed Original file line number Diff line number Diff line change
1
+ {% set name = "embeam" %}
2
+ {% set version = "0.0.1" %}
3
+
4
+ package :
5
+ name : {{ name|lower }}
6
+ version : {{ version }}
7
+
8
+ source :
9
+ url : https://pypi.org/packages/source/{{ name[0] }}/{{ name }}/embeam-{{ version }}.tar.gz
10
+ sha256 : 2cecbc9cddb4a610117b863a30e0f78df30b3edddd1b04221239ab7d8e6b630f
11
+
12
+ build :
13
+ noarch : python
14
+ script : {{ PYTHON }} -m pip install . -vv --no-deps --no-build-isolation
15
+ number : 0
16
+
17
+ requirements :
18
+ host :
19
+ - python {{ python_min }}
20
+ - setuptools
21
+ - wheel
22
+ - setuptools-scm
23
+ - pip
24
+ run :
25
+ - python >={{ python_min }}
26
+ - empix
27
+ - hyperspy
28
+ - pyfai
29
+
30
+ test :
31
+ imports :
32
+ - embeam
33
+ commands :
34
+ - pip check
35
+ requires :
36
+ - python {{ python_min }}
37
+ - pip
38
+
39
+ about :
40
+ home : https://pypi.org/project/embeam/
41
+ summary : A Python library for for modelling beams and lenses in electron microscopy.
42
+ dev_url : https://github.com/mrfitzpa/embeam
43
+ license : GPL-3.0-only
44
+ license_file : LICENSE
45
+
46
+ extra :
47
+ recipe-maintainers :
48
+ - mrfitzpa
You can’t perform that action at this time.
0 commit comments