source: fullrmc-pkg/pdbparser/meta.yaml @ 4383

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

upload files for conda builds

File size: 415 bytes
Line 
1package:
2  name: pdbparser
3  version: 0.1.8.1
4
5source:
6#  git_rev:
7  git_url: https://github.com/bachiraoun/pdbparser.git
8  patches:
9   - zipsafe.patch
10
11requirements:
12  build:
13    - python
14    - cython
15    - numpy
16    - pysimplelog
17    - pyrep
18    - pypref
19
20  run:
21    - python
22    - numpy
23    - pysimplelog
24    - pyrep
25    - pypref
26   
27#test:
28#  imports:
29#    -
30
31about:
32  home: https://pypi.org/project/pdbparser/
Note: See TracBrowser for help on using the repository browser.