source: fullrmc-pkg/pyrep/meta.yaml @ 4506

Last change on this file since 4506 was 4390, checked in by toby, 3 years ago

prepare for mac build

File size: 345 bytes
Line 
1package:
2  name: pyrep
3  version: 3.1.0
4
5source:
6#  git_rev:
7  git_url: https://github.com/bachiraoun/pyrep.git
8#  patches:
9#   - setup.patch
10
11build:
12  noarch: python
13
14requirements:
15  build:
16    - python
17    - pylocker
18
19  run:
20    - python
21    - numpy
22    - pylocker
23
24#test:
25#  imports:
26#    -
27
28about:
29  home: https://bachiraoun.github.io/pyrep/
Note: See TracBrowser for help on using the repository browser.