source: sasview/build_tools/conda/mako/meta.yaml @ 20b238df

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 20b238df was 20b238df, checked in by Peter Parker, 9 years ago

Add PyOpenCL recipe generated by skeleton, and its dependancies.

  • Property mode set to 100644
File size: 1.5 KB
Line 
1package:
2  name: mako
3  version: !!str 1.0.1
4
5source:
6  fn: Mako-1.0.1.tar.gz
7  url: https://pypi.python.org/packages/source/M/Mako/Mako-1.0.1.tar.gz
8  md5: 9f0aafd177b039ef67b90ea350497a54
9#  patches:
10   # List any patch files here
11   # - fix.patch
12
13build:
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    # - mako = mako:main
20    #
21    # Would create an entry point called mako that calls mako.main()
22
23    - mako-render=mako.cmd:cmdline
24
25  # If this is a new build for the same version, increment the build
26  # number. If you do not include this key, it defaults to 0.
27  # number: 1
28
29requirements:
30  build:
31    - python
32    - setuptools
33    - markupsafe >=0.9.2
34
35  run:
36    - python
37    - setuptools
38    - markupsafe >=0.9.2
39
40test:
41  # Python imports
42  imports:
43    - mako
44    - mako.ext
45
46  commands:
47    # You can put test commands to be run here.  Use this to test that the
48    # entry points work.
49
50    - mako-render --help
51
52  # You can also put a file called run_test.py in the recipe that will be run
53  # at test time.
54
55  # requires:
56    # Put any additional test requirements here.  For example
57    # - nose
58
59about:
60  home: http://www.makotemplates.org/
61  license: MIT
62  summary: 'A super-fast templating language that borrows the  best ideas from the existing templating languages.'
63
64# See
65# http://docs.continuum.io/conda/build.html for
66# more information about meta.yaml
Note: See TracBrowser for help on using the repository browser.