mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-06 18:09:44 +03:00
python-pexpect: new package
Signed-off-by: Jan Viktorin <viktorin@rehivetech.com> Reviewed-by: Yegor Yefremov <yegorslists@googlemail.com> [Thomas: - fix hash file - fix <pkg>_SITE variable - remove runtime only dependency from .mk file, as suggested by Yegor Yefremov] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
committed by
Thomas Petazzoni
parent
9b937ad0e6
commit
60262f141d
14
package/python-pexpect/python-pexpect.mk
Normal file
14
package/python-pexpect/python-pexpect.mk
Normal file
@@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-pexpect
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_PEXPECT_VERSION = 4.0.1
|
||||
PYTHON_PEXPECT_SITE = https://pypi.python.org/packages/source/p/pexpect
|
||||
PYTHON_PEXPECT_SOURCE = pexpect-$(PYTHON_PEXPECT_VERSION).tar.gz
|
||||
PYTHON_PEXPECT_LICENSE = ISC
|
||||
PYTHON_PEXPECT_LICENSE_FILES = LICENSE
|
||||
PYTHON_PEXPECT_SETUP_TYPE = distutils
|
||||
|
||||
$(eval $(python-package))
|
||||
Reference in New Issue
Block a user