xonsh/recipe/meta.yaml

33 lines
561 B
YAML
Raw Normal View History

2015-03-08 22:48:34 -05:00
package:
name: xonsh
version: {{ environ['GIT_DESCRIBE_TAG'] }}
2015-03-08 22:48:34 -05:00
source:
path: ../
2015-03-08 22:48:34 -05:00
2015-03-23 01:40:44 -05:00
build:
script: python setup.py install --conda
number: {{ environ.get('GIT_DESCRIBE_NUMBER', 0) }}
entry_points:
- xonsh = xonsh.main:main
2015-03-08 22:48:34 -05:00
requirements:
build:
- python
2015-03-08 22:48:34 -05:00
- ply
2015-11-15 09:35:57 -05:00
- setuptools
- jupyter
2015-03-08 22:48:34 -05:00
run:
- python
2015-03-08 22:48:34 -05:00
- ply
2015-11-15 09:35:57 -05:00
- prompt_toolkit # [win]
2015-03-08 22:48:34 -05:00
about:
home: http://xonsh.org/
license: BSD
summary: xonsh is a Python-ish, BASHwards-compatible shell.
app:
entry: xonsh
2015-03-11 01:55:14 -05:00
icon: ../docs/_static/ascii_conch_part_color.png