Ignore:
Timestamp:
Feb 14, 2015 8:10:13 AM (10 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 06:09:09)
git-committer:
Peter Parker <peter.parker@…> (02/14/15 08:10:13)
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • build_tools/conda/unittest-xml-reporting/meta.yaml

    r9701348 r55bde35  
    1 about: {home: 'http://github.com/xmlrunner/unittest-xml-reporting/tree/master/', license: BSD 
    2     License, summary: unittest-based test runner with Ant/JUnit like XML reporting.} 
    3 build: 
    4   features: 
    5     - I dunno.  The ability to actually work would be nice feature of this recipe. 
    6 package: {name: unittest-xml-reporting, version: 1.10.0} 
     1package: 
     2  name: unittest-xml-reporting 
     3  version: !!str 1.10.0 
     4 
     5source: 
     6  fn: unittest-xml-reporting-1.10.0.tar.gz 
     7  url: https://pypi.python.org/packages/source/u/unittest-xml-reporting/unittest-xml-reporting-1.10.0.tar.gz 
     8  md5: f0d04be2b9bff5b744677b576c326620 
     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    # - unittest-xml-reporting = unittest-xml-reporting:main 
     20    # 
     21    # Would create an entry point called unittest-xml-reporting that calls unittest-xml-reporting.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 
    728requirements: 
    829  build: 
    930    - python 
    1031    - setuptools 
    11     - six 
     32    - six >=1.4.0 
     33 
    1234  run: 
    1335    - python 
    14     - six 
    15 source: 
    16   fn: unittest-xml-reporting-1.10.0.tar.gz 
    17   md5: f0d04be2b9bff5b744677b576c326620 
    18   url: https://pypi.python.org/packages/source/u/unittest-xml-reporting/unittest-xml-reporting-1.10.0.tar.gz 
     36    - six >=1.4.0 
     37 
    1938test: 
     39  # Python imports 
    2040  imports: 
    2141    - xmlrunner 
    2242    - xmlrunner.extra 
    2343    - xmlrunner.tests 
     44 
     45  #commands: 
     46    # You can put test commands to be run here.  Use this to test that the 
     47    # entry points work. 
     48 
     49 
     50  # You can also put a file called run_test.py in the recipe that will be run 
     51  # at test time. 
     52 
     53  # requires: 
     54    # Put any additional test requirements here.  For example 
     55    # - nose 
     56 
     57about: 
     58  home: http://github.com/xmlrunner/unittest-xml-reporting/tree/master/ 
     59  license:  BSD License 
     60  summary: 'unittest-based test runner with Ant/JUnit like XML reporting.' 
     61 
     62# See 
     63# http://docs.continuum.io/conda/build.html for 
     64# more information about meta.yaml 
Note: See TracChangeset for help on using the changeset viewer.