From: Matthew Thode Date: Sun, 27 Jan 2019 22:09:35 +0000 (-0600) Subject: dev-python/pexpect: add py37 support X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=c640d10af286865cd9712bc61226275ef0dae5c6;p=gentoo.git dev-python/pexpect: add py37 support Package-Manager: Portage-2.3.51, Repoman-2.3.12 Signed-off-by: Matthew Thode --- diff --git a/dev-python/pexpect/pexpect-4.2.1.ebuild b/dev-python/pexpect/pexpect-4.2.1.ebuild index 4ec6aea19456..f42f3bd52ca8 100644 --- a/dev-python/pexpect/pexpect-4.2.1.ebuild +++ b/dev-python/pexpect/pexpect-4.2.1.ebuild @@ -1,14 +1,14 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} pypy pypy3 ) PYTHON_REQ_USE="threads(+)" inherit distutils-r1 -DESCRIPTION="Python module for spawning child applications and responding to expected patterns" +DESCRIPTION="Python module for spawning child apps and responding to expected patterns" HOMEPAGE="https://pexpect.readthedocs.io/ https://pypi.org/project/pexpect/ https://github.com/pexpect/pexpect/" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"