mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-02 21:48:20 +03:00
python-ptyprocess: new package
Signed-off-by: Jan Viktorin <viktorin@rehivetech.com> [Thomas: - fix hash file - fix <pkg>_SITE variable.] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
committed by
Thomas Petazzoni
parent
90fbac29e2
commit
9b937ad0e6
7
package/python-ptyprocess/Config.in
Normal file
7
package/python-ptyprocess/Config.in
Normal 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
|
||||
3
package/python-ptyprocess/python-ptyprocess.hash
Normal file
3
package/python-ptyprocess/python-ptyprocess.hash
Normal file
@@ -0,0 +1,3 @@
|
||||
# md5 from https://pypi.python.org, sha256 locally computed
|
||||
md5 94e537122914cc9ec9c1eadcd36e73a1 ptyprocess-0.5.1.tar.gz
|
||||
sha256 0530ce63a9295bfae7bd06edc02b6aa935619f486f0f1dc0972f516265ee81a6 ptyprocess-0.5.1.tar.gz
|
||||
14
package/python-ptyprocess/python-ptyprocess.mk
Normal file
14
package/python-ptyprocess/python-ptyprocess.mk
Normal file
@@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-ptyprocess
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_PTYPROCESS_VERSION = 0.5.1
|
||||
PYTHON_PTYPROCESS_SITE = https://pypi.python.org/packages/source/p/ptyprocess
|
||||
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))
|
||||
Reference in New Issue
Block a user