source: sasview/build_tools/conda/altgraph/meta.yaml @ 2b9f7c2

ESS_GUIESS_GUI_DocsESS_GUI_batch_fittingESS_GUI_bumps_abstractionESS_GUI_iss1116ESS_GUI_iss879ESS_GUI_iss959ESS_GUI_openclESS_GUI_orderingESS_GUI_sync_sascalccostrafo411magnetic_scattrelease-4.1.1release-4.1.2release-4.2.2release_4.0.1ticket-1009ticket-1094-headlessticket-1242-2d-resolutionticket-1243ticket-1249ticket885unittest-saveload
Last change on this file since 2b9f7c2 was 2b9f7c2, checked in by Peter Parker, 9 years ago

Add dependency for required for test.

  • Property mode set to 100644
File size: 1.3 KB
Line 
1package:
2  name: altgraph
3  version: !!str 0.12
4
5source:
6  fn: altgraph-0.12.tar.gz
7  url: https://pypi.python.org/packages/source/a/altgraph/altgraph-0.12.tar.gz
8  md5: 916dca277fb2b747d5b1ec05b54a0825
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    # - altgraph = altgraph:main
20    #
21    # Would create an entry point called altgraph that calls altgraph.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
28requirements:
29  build:
30    - python
31    - setuptools
32
33  run:
34    - python
35    - setuptools
36
37test:
38  # Python imports
39  imports:
40    - altgraph
41
42  #commands:
43    # You can put test commands to be run here.  Use this to test that the
44    # entry points work.
45
46
47  # You can also put a file called run_test.py in the recipe that will be run
48  # at test time.
49
50  # requires:
51    # Put any additional test requirements here.  For example
52    # - nose
53
54about:
55  home: http://packages.python.org/altgraph
56  license:  MIT License
57  summary: 'Python graph (network) package'
58
59# See
60# http://docs.continuum.io/conda/build.html for
61# more information about meta.yaml
Note: See TracBrowser for help on using the repository browser.