[Mod] First commit

This commit is contained in:
2022-10-31 22:18:58 +08:00
commit 1c8a3d9709
13090 changed files with 526733 additions and 0 deletions

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

View 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

View 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))