initial buildroot for linux 5.15

This commit is contained in:
Huan.Feng
2021-12-06 14:12:13 +08:00
parent d7767d594e
commit 7b6fc358fa
12736 changed files with 508822 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
config BR2_PACKAGE_PYTHON_PTYPROCESS
bool "python-ptyprocess"
help
Launch a subprocess in a pseudo terminal (pty), and interact
with both the process and its pty.
https://github.com/pexpect/ptyprocess
@@ -0,0 +1,5 @@
# md5, sha256 from https://pypi.org/pypi/ptyprocess/json
md5 9da200c397cb1752209a6b718b6cfc68 ptyprocess-0.7.0.tar.gz
sha256 5c5d0a3b48ceee0b48485e0c26037c0acd7d29765ca3fbb5cb3831d347423220 ptyprocess-0.7.0.tar.gz
# Locally computed sha256 checksums
sha256 c822d385b1a73329846241799becf18690b5d44764c1bed69300b536a405030a LICENSE
@@ -0,0 +1,14 @@
################################################################################
#
# python-ptyprocess
#
################################################################################
PYTHON_PTYPROCESS_VERSION = 0.7.0
PYTHON_PTYPROCESS_SITE = https://files.pythonhosted.org/packages/20/e5/16ff212c1e452235a90aeb09066144d0c5a6a8c0834397e03f5224495c4e
PYTHON_PTYPROCESS_SOURCE = ptyprocess-$(PYTHON_PTYPROCESS_VERSION).tar.gz
PYTHON_PTYPROCESS_LICENSE = ISC
PYTHON_PTYPROCESS_LICENSE_FILES = LICENSE
PYTHON_PTYPROCESS_SETUP_TYPE = distutils
$(eval $(python-package))