xonsh/recipe/meta.yaml
Morten Enemark Lund f7081ac853 Update conda recipes
Removed the app entry in meta.yaml, since this feature is not very mature. Instead added a menu item entry to start xonsh.
2015-12-03 22:30:27 +01:00

32 lines
555 B
YAML

package:
name: xonsh
version: {{ environ['GIT_DESCRIBE_TAG'] }}
source:
path: ../
build:
number: {{ environ.get('GIT_DESCRIBE_NUMBER', 0) }}
entry_points:
- xonsh = xonsh.main:main
requirements:
build:
- python
- ply
- setuptools
- jupyter
run:
- python
- ply
- prompt_toolkit
about:
home: http://xonsh.org/
license: BSD
summary: xonsh is a Python-ish, BASHwards-compatible shell.
# Removed temporarily until this is better support by the Anaconda launcher
#app:
# entry: xonsh
# icon: icon.png