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

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

use noarch & prepare for Jenkins builds

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