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:
Jan Viktorin
2016-03-27 03:31:23 +02:00
committed by Thomas Petazzoni
parent 9b937ad0e6
commit 60262f141d
4 changed files with 30 additions and 0 deletions

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