-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
meta.yaml
52 lines (44 loc) · 1 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
{% set name = "python-javabridge" %}
{% set version = "4.0.3" %}
package:
name: {{ name|lower }}
version: {{ version }}
source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/python-javabridge-{{ version }}.tar.gz
sha256: 3fee0c235efcfe866f95695fdc0b6289eab2371043b32ff4ca6feff098de59c5
build:
number: 2
script: {{ PYTHON }} -m pip install . -vv
skip: true # [win]
requirements:
build:
- {{ compiler('c') }}
host:
- cython >=0.29.16
- numpy >=1.20.1
- pip
- python >3.6
- openjdk
run:
- numpy >=1.20.1
- python >3.6
- {{ pin_compatible('numpy') }}
- openjdk
run_constrained:
- javabridge ==9999999999
test:
imports:
- javabridge
- javabridge.tests
requires:
- nose
- openjdk
about:
home: http://github.com/CellProfiler/python-javabridge/
summary: Python wrapper for the Java Native Interface
license: BSD-3-Clause
license_family: BSD
license_file: LICENSE
extra:
recipe-maintainers:
- raivivek