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 b9dbd6b was
929b964,
checked in by Peter Parker, 10 years ago
|
Change source download link to point to an actual .zip file.
|
-
Property mode set to
100644
|
File size:
1.3 KB
|
Rev | Line | |
---|
[55bde35] | 1 | package: |
---|
| 2 | name: py2exe |
---|
| 3 | version: !!str 0.6.9 |
---|
| 4 | |
---|
| 5 | source: |
---|
[929b964] | 6 | fn: py2exe-0.6.9.zip |
---|
| 7 | url: http://sourceforge.net/projects/py2exe/files/py2exe/0.6.9/py2exe-0.6.9.zip |
---|
| 8 | md5: 788df97c3ceb11368c3a938e5acef0b2 |
---|
[55bde35] | 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 | # - py2exe = py2exe:main |
---|
| 20 | # |
---|
| 21 | # Would create an entry point called py2exe that calls py2exe.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 | |
---|
| 28 | requirements: |
---|
| 29 | build: |
---|
| 30 | - python |
---|
| 31 | |
---|
| 32 | run: |
---|
| 33 | - python |
---|
| 34 | |
---|
| 35 | test: |
---|
| 36 | # Python imports |
---|
| 37 | imports: |
---|
| 38 | - py2exe |
---|
| 39 | |
---|
| 40 | #commands: |
---|
| 41 | # You can put test commands to be run here. Use this to test that the |
---|
| 42 | # entry points work. |
---|
| 43 | |
---|
| 44 | |
---|
| 45 | # You can also put a file called run_test.py in the recipe that will be run |
---|
| 46 | # at test time. |
---|
| 47 | |
---|
| 48 | # requires: |
---|
| 49 | # Put any additional test requirements here. For example |
---|
| 50 | # - nose |
---|
| 51 | |
---|
| 52 | about: |
---|
| 53 | home: http://www.py2exe.org/ |
---|
| 54 | license: MIT/X11, MPL 1.1 |
---|
| 55 | summary: 'Build standalone executables for Windows' |
---|
| 56 | |
---|
| 57 | # See |
---|
| 58 | # http://docs.continuum.io/conda/build.html for |
---|
| 59 | # more information about meta.yaml |
---|
Note: See
TracBrowser
for help on using the repository browser.