added xonsh interpreter to replace bash
This commit is contained in:
6
package/python-xonsh/Config.in
Normal file
6
package/python-xonsh/Config.in
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
config BR2_PACKAGE_PYTHON_XONSH
|
||||||
|
bool "python-xonsh"
|
||||||
|
help
|
||||||
|
Python-powered shell. Full-featured and cross-platform.
|
||||||
|
|
||||||
|
https://xon.sh
|
||||||
5
package/python-xonsh/python-xonsh.hash
Normal file
5
package/python-xonsh/python-xonsh.hash
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
# md5, sha256 from https://pypi.org/pypi/xonsh/json
|
||||||
|
md5 da80401f2a08f12f272eae03269a2ac6 xonsh-0.19.9.tar.gz
|
||||||
|
sha256 4cab4c4d7a98aab7477a296f12bc008beccf3d090c6944f0b3375d80a574c37d xonsh-0.19.9.tar.gz
|
||||||
|
# Locally computed sha256 checksums
|
||||||
|
sha256 f9ea6b8a39f29aff6d2ffd7f1613c490f7e8c1b15e3ceeacfb7fd81f86cc827e license
|
||||||
14
package/python-xonsh/python-xonsh.mk
Normal file
14
package/python-xonsh/python-xonsh.mk
Normal file
@@ -0,0 +1,14 @@
|
|||||||
|
################################################################################
|
||||||
|
#
|
||||||
|
# python-xonsh
|
||||||
|
#
|
||||||
|
################################################################################
|
||||||
|
|
||||||
|
PYTHON_XONSH_VERSION = 0.19.9
|
||||||
|
PYTHON_XONSH_SOURCE = xonsh-$(PYTHON_XONSH_VERSION).tar.gz
|
||||||
|
PYTHON_XONSH_SITE = https://files.pythonhosted.org/packages/ea/eb/8f544caca583c5f9f0ae7d852769fdb8ed5f63b67646a3c66a2d19357d56
|
||||||
|
PYTHON_XONSH_SETUP_TYPE = setuptools
|
||||||
|
PYTHON_XONSH_LICENSE = BSD 2-Clause License
|
||||||
|
PYTHON_XONSH_LICENSE_FILES = license
|
||||||
|
|
||||||
|
$(eval $(python-package))
|
||||||
Reference in New Issue
Block a user