mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-04 16:34:47 +01:00
29 lines
492 B
YAML
29 lines
492 B
YAML
package:
|
|
name: xonsh
|
|
version: {{ environ['GIT_DESCRIBE_TAG'] }}
|
|
|
|
source:
|
|
path: ../
|
|
|
|
build:
|
|
script: python setup.py install
|
|
number: {{ environ.get('GIT_DESCRIBE_NUMBER', 0) }}
|
|
entry_points:
|
|
- xonsh = xonsh.main:main
|
|
|
|
requirements:
|
|
build:
|
|
- python
|
|
- ply
|
|
run:
|
|
- python
|
|
- ply
|
|
|
|
about:
|
|
home: http://xonsh.org/
|
|
license: BSD
|
|
summary: xonsh is a Python-ish, BASHwards-compatible shell.
|
|
|
|
app:
|
|
entry: xonsh
|
|
icon: ../docs/_static/ascii_conch_part_color.png
|