mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-04 16:34:47 +01:00
33 lines
567 B
YAML
33 lines
567 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
|
|
- setproctitle
|
|
|
|
about:
|
|
home: http://xon.sh/
|
|
license: BSD
|
|
summary: xonsh is a Python-ish, BASHwards-facing shell.
|
|
|
|
# Removed temporarily until this is better support by the Anaconda launcher
|
|
#app:
|
|
# entry: xonsh
|
|
# icon: icon.png
|