package: name: macholib version: !!str 1.7 source: fn: macholib-1.7.tar.gz url: https://pypi.python.org/packages/source/m/macholib/macholib-1.7.tar.gz md5: cf03a55323d5b7ca59be530ba0b01032 # patches: # List any patch files here # - fix.patch build: #preserve_egg_dir: True entry_points: # Put any entry points (scripts to be generated automatically) here. The # syntax is module:function. For example # # - macholib = macholib:main # # Would create an entry point called macholib that calls macholib.main() - - macho_find = macholib.macho_find:main - macho_standalone = macholib.macho_standalone:main - macho_dump = macholib.macho_dump:main # If this is a new build for the same version, increment the build # number. If you do not include this key, it defaults to 0. # number: 1 requirements: build: - python - setuptools - altgraph >=0.12 run: - python - altgraph >=0.12 test: # Python imports imports: - macholib commands: # You can put test commands to be run here. Use this to test that the # entry points work. - --help - macho_find --help - macho_standalone --help - macho_dump --help # You can also put a file called run_test.py in the recipe that will be run # at test time. # requires: # Put any additional test requirements here. For example # - nose about: home: http://bitbucket.org/ronaldoussoren/macholib license: MIT License summary: 'Mach-O header analysis and editing' # See # http://docs.continuum.io/conda/build.html for # more information about meta.yaml