mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-29 01:21:02 +02:00
Upgraded the pexpect Portage package
Upgraded dev-python/pexpect to version 2.4 on amd64 BUG=chrome-os:29907 TEST='emerge dev-python/pexpect' succeeded. TEST=Use pexpect to communicate with serial console. Change-Id: I0cf1abdef97f245afd334f2532d3fea398bcaaa0 Reviewed-on: https://gerrit.chromium.org/gerrit/20907 Reviewed-by: Mike Frysinger <vapier@chromium.org> Commit-Ready: Vic Yang <victoryang@chromium.org> Tested-by: Vic Yang <victoryang@chromium.org>
This commit is contained in:
parent
dc01d01073
commit
4ac8f1ee1f
1
sdk_container/src/third_party/portage-stable/dev-python/pexpect/Manifest
vendored
Normal file
1
sdk_container/src/third_party/portage-stable/dev-python/pexpect/Manifest
vendored
Normal file
@ -0,0 +1 @@
|
||||
DIST pexpect-2.4.tar.gz 113251 RMD160 070693d9c82aaa44f1bd9cd9dfffa7643393b6de SHA1 3e24584ef1aa51f7610d5077a608e49d2724c7ae SHA256 43c788f59dcf4bed677fd0b16891787dbf747e210ffedb6e90156fbbbd4d3b7b
|
34
sdk_container/src/third_party/portage-stable/dev-python/pexpect/pexpect-2.4.ebuild
vendored
Normal file
34
sdk_container/src/third_party/portage-stable/dev-python/pexpect/pexpect-2.4.ebuild
vendored
Normal file
@ -0,0 +1,34 @@
|
||||
# Copyright 1999-2010 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/dev-python/pexpect/pexpect-2.4.ebuild,v 1.10 2010/12/26 14:56:17 arfrever Exp $
|
||||
|
||||
EAPI="2"
|
||||
SUPPORT_PYTHON_ABIS="1"
|
||||
|
||||
inherit distutils
|
||||
|
||||
DESCRIPTION="Python module for spawning child applications and responding to expected patterns"
|
||||
HOMEPAGE="http://pexpect.sourceforge.net/ http://pypi.python.org/pypi/pexpect"
|
||||
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="alpha amd64 ia64 ppc ppc64 s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
|
||||
IUSE="doc examples"
|
||||
|
||||
DEPEND=""
|
||||
RDEPEND=""
|
||||
RESTRICT_PYTHON_ABIS="3.*"
|
||||
|
||||
PYTHON_MODNAME="ANSI.py fdpexpect.py FSM.py pexpect.py pxssh.py screen.py"
|
||||
|
||||
src_install() {
|
||||
distutils_src_install
|
||||
|
||||
use doc && dohtml -r doc/*
|
||||
|
||||
if use examples; then
|
||||
insinto /usr/share/doc/${PF}
|
||||
doins -r examples
|
||||
fi
|
||||
}
|
13
sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-python/pexpect-2.4
vendored
Normal file
13
sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-python/pexpect-2.4
vendored
Normal file
@ -0,0 +1,13 @@
|
||||
DEFINED_PHASES=compile install postinst postrm prepare
|
||||
DEPEND=>=app-admin/eselect-python-20091230 dev-lang/python
|
||||
DESCRIPTION=Python module for spawning child applications and responding to expected patterns
|
||||
EAPI=2
|
||||
HOMEPAGE=http://pexpect.sourceforge.net/ http://pypi.python.org/pypi/pexpect
|
||||
IUSE=doc examples
|
||||
KEYWORDS=alpha amd64 ia64 ppc ppc64 s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos
|
||||
LICENSE=MIT
|
||||
RDEPEND=>=app-admin/eselect-python-20091230 dev-lang/python
|
||||
SLOT=0
|
||||
SRC_URI=mirror://pypi/p/pexpect/pexpect-2.4.tar.gz
|
||||
_eclasses_=distutils b4c334e216d998c4ce4b750cb091e42e multilib 5f4ad6cf85e365e8f0c6050ddd21659e python 6bbd984910e27780e5d0ea543d83ef84 toolchain-funcs 6526ac6fc9aedf391efb91fcd75ace68
|
||||
_md5_=26eb8aadb52ee61bdb528648cc3491cd
|
Loading…
x
Reference in New Issue
Block a user