mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
Merge from bittboy/buildroot@db180c0
This commit is contained in:
@@ -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
|
||||
@@ -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
|
||||
@@ -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))
|
||||
Reference in New Issue
Block a user