Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • build_tools/conda/bumps/meta.yaml

    rf479ac3 rb75079b  
    1 about: {home: 'http://www.reflectometry.org/danse/software.html', license: UNKNOWN, 
    2   summary: Data fitting with bayesian uncertainty analysis} 
    3 build: 
    4   entry_points: [] 
    5   features: [] 
    6   string: '' 
    7   track_features: [] 
    8 package: {name: bumps, version: 0.7.5.3} 
     1package: 
     2  name: bumps 
     3  version: !!str 0.7.5.4 
     4 
     5source: 
     6  fn: bumps-0.7.5.4.tar.gz 
     7  url: https://pypi.python.org/packages/source/b/bumps/bumps-0.7.5.4.tar.gz 
     8  md5: a47c035fbb18afa5ca53067506a5ff1c 
     9#  patches: 
     10   # List any patch files here 
     11   # - fix.patch 
     12 
     13# build: 
     14  #preserve_egg_dir: True 
     15  #entry_points: 
     16    # Put any entry points (scripts to be generated automatically) here. The 
     17    # syntax is module:function.  For example 
     18    # 
     19    # - bumps = bumps:main 
     20    # 
     21    # Would create an entry point called bumps that calls bumps.main() 
     22 
     23 
     24  # If this is a new build for the same version, increment the build 
     25  # number. If you do not include this key, it defaults to 0. 
     26  # number: 1 
     27 
    928requirements: 
    10   build: [python, setuptools, six] 
    11   conflicts: [] 
    12   run: [python, six] 
    13 source: 
    14   fn: bumps-0.7.5.3.tar.gz 
    15   git_rev: '' 
    16   md5: f17b41412c3c8ad6432a42e42cb926d5 
    17   patches: [] 
    18   path: '' 
    19   svn_rev: '' 
    20   url: https://pypi.python.org/packages/source/b/bumps/bumps-0.7.5.3.tar.gz 
     29  build: 
     30    - python 
     31    - setuptools 
     32    - six 
     33 
     34  run: 
     35    - python 
     36    - six 
     37 
    2138test: 
    22   commands: [] 
    23   files: [] 
    24   imports: [bumps, bumps.dream, bumps.gui, bumps.gui.resources, bumps.mystic, bumps.mystic.examples, 
    25     bumps.mystic.optimizer] 
    26   requires: [] 
     39  # Python imports 
     40  imports: 
     41    - bumps 
     42    - bumps.dream 
     43    - bumps.gui 
     44    - bumps.gui.resources 
     45    - bumps.mystic 
     46    - bumps.mystic.examples 
     47    - bumps.mystic.optimizer 
     48 
     49  #commands: 
     50    # You can put test commands to be run here.  Use this to test that the 
     51    # entry points work. 
     52 
     53 
     54  # You can also put a file called run_test.py in the recipe that will be run 
     55  # at test time. 
     56 
     57  requires: 
     58   - numpy 
     59   - scipy 
     60   - matplotlib 
     61 
     62about: 
     63  home: http://www.reflectometry.org/danse/software.html 
     64  license: UNKNOWN 
     65  summary: 'Data fitting with bayesian uncertainty analysis' 
     66 
     67# See 
     68# http://docs.continuum.io/conda/build.html for 
     69# more information about meta.yaml 
Note: See TracChangeset for help on using the changeset viewer.