3bf2e98b73
Version 4.6 The pxssh.login() method now supports an ssh_config parameter, which can be used to specify a file path to an SSH config file. Improved compatability for the crlf parameter of PopenSpawn Fixed an issue in read timeout handling when using spawn and fdspawn with the use_poll parameter
18 lines
485 B
Makefile
18 lines
485 B
Makefile
# $NetBSD: Makefile,v 1.24 2018/05/30 07:58:48 adam Exp $
|
|
|
|
DISTNAME= pexpect-4.6.0
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=p/pexpect/}
|
|
|
|
MAINTAINER= minskim@NetBSD.org
|
|
HOMEPAGE= https://pexpect.readthedocs.io/
|
|
COMMENT= Pure Python Expect-like module
|
|
LICENSE= mit
|
|
|
|
DEPENDS+= ${PYPKGPREFIX}-ptyprocess>=0.5:../../sysutils/py-ptyprocess
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../lang/python/distutils.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|