forked from knossos-project/knossos_cuber
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmeta.yaml
executable file
·48 lines (40 loc) · 882 Bytes
/
meta.yaml
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
{% set name = "knossos_cuber" %}
{% set version = "1.0" %}
#{% set sha256 = "" %}
package:
name: {{ name }}
version: {{ version }}
source:
fn: master.zip
url: https://github.com/knossos-project/knossos_cuber/archive/master.zip
#sha256: {{ sha256 }}
build:
number: 0
script: python setup.py install --single-version-externally-managed --record record.txt
requirements:
build:
- python
- setuptools
- numpy
- scipy
- pillow
- pyqt >=5.6
run:
- python
- setuptools
- numpy
- scipy
- pillow
- pyqt >=5.6
test:
commands:
- knossos_cuber -h
about:
home: https://github.com/knossos-project/knossos_cuber
license: GPLv2
license_file: LICENSE
summary: 'Converts images into a KNOSSOS-readable format.'
dev_url: https://github.com/knossos-project/knossos_cuber
extra:
recipe-maintainers:
- mdraw