This repository has been archived by the owner on Jun 1, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathmeta.yaml
71 lines (64 loc) · 1.45 KB
/
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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{% set name = "omero-py" %}
{% set version = "5.11.1" %}
package:
name: "{{ name|lower }}"
version: "{{ version }}{{ environ.get('VERSION_SUFFIX', '') }}"
source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version
}}.tar.gz
sha256: 589e1d9f1e6d33d74578d4f3f4fd7ae45315ffb752cbea80fed2b15e9058a268
build:
# Can't use noarch because Windows requirements are different
# If we remove pywin32 from OMERO.py we could switch to noarch
# noarch: python
number: 0
script: "{{ PYTHON }} -m pip install . --no-deps --ignore-installed -vv "
script_env:
- VERSION_SUFFIX
entry_points:
- omero = omero.main:main
requirements:
host:
- pip
- python
run:
- appdirs
- future
- numpy
- pillow
- python
- pywin32 # [win]
- requests
- pyyaml
- zeroc-ice36-python
test:
commands:
- omero --help
- omero version
imports:
- omero
- omero.api
- omero.clients
- omero.cmd
- omero.constants
- omero.fs
- omero.gateway
- omero.grid
- omero.install
- omero.metadatastore
- omero.model
- omero.plugins
- omero.romio
- omero.sys
- omero.util
- omero_ext
about:
home: https://www.openmicroscopy.org/
license: GNU General Public v2 or later (GPLv2+)
license_family: GPL2
summary: Python bindings to the OMERO.blitz server
doc_url: https://docs.openmicroscopy.org/latest/omero/developers
dev_url: https://github.com/ome/omero-py
extra:
recipe-maintainers:
- ome