File: meta.yaml

package info (click to toggle)
python-nexpy 2.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 7,540 kB
  • sloc: python: 14,518; makefile: 12; sh: 1
file content (61 lines) | stat: -rw-r--r-- 1,030 bytes parent folder | download
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
package:
  name: nexpy
  version: "2.0.0"

source:
  git_url: https://github.com/nexpy/nexpy.git
  git_tag: v2.0.0

build:
  entry_points:
    - nexpy = nexpy.nexpygui:main
  number: 0
  noarch: generic

requirements:
  build:
    - python >=3.9
    - setuptools
    - setuptools_scm

  run:
    - python >= 3.9
    - ansi2html
    - fabio
    - h5py
    - ipython
    - lmfit
    - matplotlib
    - mplcursors
    - nexusformat >= 2.0.0b3
    - numpy
    - packaging
    - pillow
    - pygments
    - pylatexenc
    - qtconsole
    - qtpy
    - scipy

test:
  imports:
    - nexpy
    - nexpy.api
    - nexpy.api.frills
    - nexpy.api.frills.models
    - nexpy.definitions
    - nexpy.gui
    - nexpy.plugins
    - nexpy.readers

  commands:
    - nexpy --help

about:
  home: "http://nexpy.github.io/nexpy/"
  license: "BSD-3-Clause"
  license_family: "BSD"
  license_file: "COPYING"
  summary: "NeXpy: A Python GUI to analyze NeXus data"
  doc_url: "https://nexpy.github.io/nexpy/"
  dev_url: "https://github.com/nexpy/nexpy"