This commit is contained in:
TriForceX
2019-09-25 20:51:37 -03:00
commit 6203ff3e7c
11215 changed files with 428258 additions and 0 deletions
+7
View 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
+3
View File
@@ -0,0 +1,3 @@
# md5 from https://pypi.python.org/pypi/sh/json, sha256 locally computed
md5 a8351aef25d25f707c17e0a7a6280251 sh-1.12.14.tar.gz
sha256 b52bf5833ed01c7b5c5fb73a7f71b3d98d48e9b9b8764236237bdc7ecae850fc sh-1.12.14.tar.gz
+14
View File
@@ -0,0 +1,14 @@
################################################################################
#
# python-sh
#
################################################################################
PYTHON_SH_VERSION = 1.12.14
PYTHON_SH_SOURCE = sh-$(PYTHON_SH_VERSION).tar.gz
PYTHON_SH_SITE = https://pypi.python.org/packages/7c/71/199d27d3e7e78bf448bcecae0105a1d5b29173ffd2bbadaa95a74c156770
PYTHON_SH_SETUP_TYPE = setuptools
PYTHON_SH_LICENSE = MIT
PYTHON_SH_LICENSE_FILES = LICENSE.txt
$(eval $(python-package))