xonsh/recipe/meta.yaml
Aaron Meurer 245ad69108 Remove the Python version restriction from the conda recipe
conda build adds this to the package automatically.
2015-07-15 12:53:57 -05:00

29 lines
494 B
YAML

package:
name: xonsh
version: {{ environ['GIT_DESCRIBE_TAG'] }}
source:
git_url: ../
build:
script: python setup.py install
number: {{ environ.get('GIT_DESCRIBE_NUMBER', 0) }}
entry_points:
- xonsh = xonsh.main:main
requirements:
build:
- python
- ply
run:
- python
- ply
about:
home: http://xonsh.org/
license: BSD
summary: xonsh is a Python-ish, BASHwards-compatible shell.
app:
entry: xonsh
icon: ../docs/_static/ascii_conch_part_color.png