generated from gaoyang3513/SDK_RK3288
[Mod] First commit
This commit is contained in:
7
package/python-sh/Config.in
Normal file
7
package/python-sh/Config.in
Normal file
@ -0,0 +1,7 @@
|
||||
config BR2_PACKAGE_PYTHON_SH
|
||||
bool "python-sh"
|
||||
help
|
||||
Python subprocess replacement that allows you to call any
|
||||
program as if it were a function.
|
||||
|
||||
https://github.com/amoffat/sh
|
||||
5
package/python-sh/python-sh.hash
Normal file
5
package/python-sh/python-sh.hash
Normal file
@ -0,0 +1,5 @@
|
||||
# md5, sha256 from https://pypi.org/pypi/sh/json
|
||||
md5 33becadcb5214afd00b9eec05fa98c06 sh-1.14.2.tar.gz
|
||||
sha256 9d7bd0334d494b2a4609fe521b2107438cdb21c0e469ffeeb191489883d6fe0d sh-1.14.2.tar.gz
|
||||
# Locally computed
|
||||
sha256 d8491c6e236568d04f7c8c07f2f1b8f5d142706dab6ab88f6e0d2dd476b6c706 LICENSE.txt
|
||||
14
package/python-sh/python-sh.mk
Normal file
14
package/python-sh/python-sh.mk
Normal file
@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-sh
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_SH_VERSION = 1.14.2
|
||||
PYTHON_SH_SOURCE = sh-$(PYTHON_SH_VERSION).tar.gz
|
||||
PYTHON_SH_SITE = https://files.pythonhosted.org/packages/80/39/ed280d183c322453e276a518605b2435f682342f2c3bcf63228404d36375
|
||||
PYTHON_SH_SETUP_TYPE = setuptools
|
||||
PYTHON_SH_LICENSE = MIT
|
||||
PYTHON_SH_LICENSE_FILES = LICENSE.txt
|
||||
|
||||
$(eval $(python-package))
|
||||
Reference in New Issue
Block a user