[cbc_cgi] local_server: true local_port: 8888 local_sources: /srv/conda/sources protocol: http url: ${cbc_cgi:protocol}://localhost:${cbc_cgi:local_port} [package] name: astropy version: 1.0.3 [about] home: http://github.com/astropy/${package:name} license: BSD summary: ${package:name} readme: README.rst [source] fn: ${package:name}-${package:version}.tar.gz url: ${cbc_cgi:url}/${fn} [build] number: 1 [requirements] build: astropy-helpers python setuptools numpy run: astropy-helpers python numpy [cbc_build] linux: python setup.py install --offline || exit 1 windows: python setup.py install --offline if errorlevel 1 exit 1