2015-03-08 22:48:34 -05:00
|
|
|
package:
|
|
|
|
name: xonsh
|
2015-06-26 14:51:45 +02:00
|
|
|
version: {{ environ['GIT_DESCRIBE_TAG'] }}
|
2015-03-08 22:48:34 -05:00
|
|
|
|
|
|
|
source:
|
2015-07-24 22:49:46 +02:00
|
|
|
path: ../
|
2015-03-08 22:48:34 -05:00
|
|
|
|
2015-03-23 01:40:44 -05:00
|
|
|
build:
|
2015-06-26 14:51:45 +02:00
|
|
|
number: {{ environ.get('GIT_DESCRIBE_NUMBER', 0) }}
|
2015-06-26 14:53:46 +02:00
|
|
|
entry_points:
|
|
|
|
- xonsh = xonsh.main:main
|
2015-03-08 22:48:34 -05:00
|
|
|
|
|
|
|
requirements:
|
|
|
|
build:
|
2015-07-15 12:53:57 -05:00
|
|
|
- python
|
2015-03-08 22:48:34 -05:00
|
|
|
- ply
|
2015-11-15 09:35:57 -05:00
|
|
|
- setuptools
|
2015-09-30 15:26:44 +02:00
|
|
|
- jupyter
|
2015-03-08 22:48:34 -05:00
|
|
|
run:
|
2015-07-15 12:53:57 -05:00
|
|
|
- python
|
2015-03-08 22:48:34 -05:00
|
|
|
- ply
|
2015-12-03 22:30:27 +01:00
|
|
|
- prompt_toolkit
|
2015-03-08 22:48:34 -05:00
|
|
|
|
|
|
|
about:
|
|
|
|
home: http://xonsh.org/
|
|
|
|
license: BSD
|
|
|
|
summary: xonsh is a Python-ish, BASHwards-compatible shell.
|
|
|
|
|
2015-12-03 22:30:27 +01:00
|
|
|
# Removed temporarily until this is better support by the Anaconda launcher
|
|
|
|
#app:
|
|
|
|
# entry: xonsh
|
|
|
|
# icon: icon.png
|