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 13:08:12 +02:00
|
|
|
# git_url: ../
|
|
|
|
git_url: https://github.com/scopatz/xonsh.git
|
2015-03-08 22:48:34 -05:00
|
|
|
|
2015-03-23 01:40:44 -05:00
|
|
|
build:
|
|
|
|
script: python setup.py install
|
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
|
|
|
|
run:
|
2015-07-15 12:53:57 -05:00
|
|
|
- python
|
2015-03-08 22:48:34 -05:00
|
|
|
- ply
|
|
|
|
|
|
|
|
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
|