mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-05 00:41:00 +01:00

Removed the app entry in meta.yaml, since this feature is not very mature. Instead added a menu item entry to start xonsh.
32 lines
555 B
YAML
32 lines
555 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
|
|
|
|
about:
|
|
home: http://xonsh.org/
|
|
license: BSD
|
|
summary: xonsh is a Python-ish, BASHwards-compatible shell.
|
|
|
|
# Removed temporarily until this is better support by the Anaconda launcher
|
|
#app:
|
|
# entry: xonsh
|
|
# icon: icon.png
|