Changeset 55bde35 in sasview for build_tools/conda/bumps/meta.yaml


Ignore:
Timestamp:
Feb 14, 2015 6:10:13 AM (9 years ago)
Author:
Peter Parker
Branches:
master, ESS_GUI, ESS_GUI_Docs, ESS_GUI_batch_fitting, ESS_GUI_bumps_abstraction, ESS_GUI_iss1116, ESS_GUI_iss879, ESS_GUI_iss959, ESS_GUI_opencl, ESS_GUI_ordering, ESS_GUI_sync_sascalc, costrafo411, magnetic_scatt, release-4.1.1, release-4.1.2, release-4.2.2, release_4.0.1, ticket-1009, ticket-1094-headless, ticket-1242-2d-resolution, ticket-1243, ticket-1249, ticket885, unittest-saveload
Children:
20b238df
Parents:
109e50bb
git-author:
Peter Parker <peter.parker@…> (02/14/15 04:09:09)
git-committer:
Peter Parker <peter.parker@…> (02/14/15 06:10:13)
Message:

Instead just use 'conda skeleton pypi' to generate all recipes.

File:
1 edited

Legend:

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

    r6a72e1b r55bde35  
    1 about: {home: 'http://www.reflectometry.org/danse/software.html', license: UNKNOWN, 
    2   summary: Data fitting with bayesian uncertainty analysis} 
    3 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 
    428requirements: 
    529  build: 
     
    731    - setuptools 
    832    - six 
     33 
    934  run: 
    1035    - python 
    1136    - six 
    12 source: 
    13   fn: bumps-0.7.5.3.tar.gz 
    14   md5: f17b41412c3c8ad6432a42e42cb926d5 
    15   url: https://pypi.python.org/packages/source/b/bumps/bumps-0.7.5.3.tar.gz 
     37 
    1638test: 
     39  # Python imports 
    1740  imports: 
    1841    - bumps 
     
    2346    - bumps.mystic.examples 
    2447    - bumps.mystic.optimizer 
    25   requires: 
    26     - numpy 
    27     - scipy 
    28     - matplotlib 
     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    # Put any additional test requirements here.  For example 
     59    # - nose 
     60 
     61about: 
     62  home: http://www.reflectometry.org/danse/software.html 
     63  license: UNKNOWN 
     64  summary: 'Data fitting with bayesian uncertainty analysis' 
     65 
     66# See 
     67# http://docs.continuum.io/conda/build.html for 
     68# more information about meta.yaml 
Note: See TracChangeset for help on using the changeset viewer.