2015-03-08 22:48:34 -05:00
|
|
|
package:
|
|
|
|
name: xonsh
|
2016-02-24 02:21:06 -05:00
|
|
|
version: {{ environ.get('GIT_DESCRIBE_TAG', '0.0.0') }}
|
2015-03-08 22:48:34 -05:00
|
|
|
|
|
|
|
source:
|
2016-03-12 08:45:37 +01:00
|
|
|
git_url: ../
|
2015-03-08 22:48:34 -05:00
|
|
|
|
2015-03-23 01:40:44 -05:00
|
|
|
build:
|
2016-04-27 21:28:37 +02:00
|
|
|
script: python setup.py install --single-version-externally-managed --record=record.txt
|
2016-02-24 02:21:06 -05:00
|
|
|
number: {{ environ.get('GIT_DESCRIBE_NUMBER', 0) }}
|
2016-04-27 21:28:37 +02:00
|
|
|
skip: True # [py2k]
|
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
|
2016-02-04 18:51:57 -05:00
|
|
|
- setproctitle
|
2016-04-16 13:28:23 +02:00
|
|
|
- pygments
|
2015-03-08 22:48:34 -05:00
|
|
|
|
2016-04-27 21:28:37 +02:00
|
|
|
app:
|
|
|
|
entry: xonsh
|
|
|
|
icon: ../docs/_static/ascii_conch_part_color.png
|
|
|
|
|
2015-03-08 22:48:34 -05:00
|
|
|
about:
|
2016-02-10 02:43:04 -05:00
|
|
|
home: http://xon.sh/
|
2015-03-08 22:48:34 -05:00
|
|
|
license: BSD
|
2016-02-10 02:43:04 -05:00
|
|
|
summary: xonsh is a Python-ish, BASHwards-facing shell.
|
2015-03-08 22:48:34 -05:00
|
|
|
|