From: Matthew Thode Date: Wed, 10 Apr 2019 03:33:46 +0000 (-0500) Subject: dev-python/sure: add py37 support to 1.2.5-r1 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=ce30c10a26d6a95ddcddf330e22140d577aa2f2d;p=gentoo.git dev-python/sure: add py37 support to 1.2.5-r1 Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Matthew Thode --- diff --git a/dev-python/sure/sure-1.2.5-r1.ebuild b/dev-python/sure/sure-1.2.5-r1.ebuild index fa76a8a27c7e..f26b681d0203 100644 --- a/dev-python/sure/sure-1.2.5-r1.ebuild +++ b/dev-python/sure/sure-1.2.5-r1.ebuild @@ -1,11 +1,10 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=7 +PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} pypy ) -PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy ) - -inherit distutils-r1 vcs-snapshot +inherit distutils-r1 DESCRIPTION="Utility belt for automated testing in python for python" HOMEPAGE="https://github.com/gabrielfalcao/sure" @@ -26,8 +25,6 @@ DEPEND=" " RDEPEND="${CDEPEND}" -S="${WORKDIR}/${P}-r1" - python_prepare_all() { sed \ -e "82s/read_version()/'${PV}'/" \