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 517f3d4 was
22475e6,
checked in by Peter Parker, 10 years ago
|
Conda made a bad job of this one. Remove broken bits.
|
-
Property mode set to
100644
|
File size:
1.4 KB
|
Line | |
---|
1 | package: |
---|
2 | name: modulegraph |
---|
3 | version: !!str 0.12 |
---|
4 | |
---|
5 | source: |
---|
6 | fn: modulegraph-0.12.tar.gz |
---|
7 | url: https://pypi.python.org/packages/source/m/modulegraph/modulegraph-0.12.tar.gz |
---|
8 | md5: 188bfb66058f7f446f04145d0ac63359 |
---|
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 | # - modulegraph = modulegraph:main |
---|
20 | # |
---|
21 | # Would create an entry point called modulegraph that calls modulegraph.main() |
---|
22 | |
---|
23 | - modulegraph = modulegraph.__main__:main |
---|
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 | |
---|
29 | requirements: |
---|
30 | build: |
---|
31 | - python |
---|
32 | - setuptools |
---|
33 | - altgraph >=0.12 |
---|
34 | |
---|
35 | run: |
---|
36 | - python |
---|
37 | - altgraph >=0.12 |
---|
38 | |
---|
39 | test: |
---|
40 | # Python imports |
---|
41 | imports: |
---|
42 | - modulegraph |
---|
43 | |
---|
44 | commands: |
---|
45 | # You can put test commands to be run here. Use this to test that the |
---|
46 | # entry points work. |
---|
47 | |
---|
48 | # You can also put a file called run_test.py in the recipe that will be run |
---|
49 | # at test time. |
---|
50 | |
---|
51 | # requires: |
---|
52 | # Put any additional test requirements here. For example |
---|
53 | # - nose |
---|
54 | |
---|
55 | about: |
---|
56 | home: http://bitbucket.org/ronaldoussoren/modulegraph |
---|
57 | license: MIT License |
---|
58 | summary: 'Python module dependency analysis tool' |
---|
59 | |
---|
60 | # See |
---|
61 | # http://docs.continuum.io/conda/build.html for |
---|
62 | # more information about meta.yaml |
---|
Note: See
TracBrowser
for help on using the repository browser.