From: Brian Dolbec Date: Tue, 4 Apr 2017 19:39:09 +0000 (-0700) Subject: dev-python/setuptools_trial: Add python-3.6 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=5a3d98cd5c9eb2f4e83b89f62fad7e4202169667;p=gentoo.git dev-python/setuptools_trial: Add python-3.6 Clean out unused code. Package-Manager: Portage-2.3.5, Repoman-2.3.2_p30 --- diff --git a/dev-python/setuptools_trial/setuptools_trial-0.6.0.ebuild b/dev-python/setuptools_trial/setuptools_trial-0.6.0.ebuild index 32d90abdb810..b94353678127 100644 --- a/dev-python/setuptools_trial/setuptools_trial-0.6.0.ebuild +++ b/dev-python/setuptools_trial/setuptools_trial-0.6.0.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python2_7 python3_{4,5} ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6} ) inherit distutils-r1 @@ -13,7 +13,6 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD" SLOT="0" KEYWORDS="~amd64 ~x86" -#IUSE="test" IUSE="" RDEPEND=" @@ -25,17 +24,3 @@ RDEPEND=" DEPEND=" ${RDEPEND} " - -# tests fail due to pip install sandbox violations -# test? ( -# dev-python/virtualenv[${PYTHON_USEDEP}] -# dev-python/pytest[${PYTHON_USEDEP}] -# dev-python/pytest-virtualenv[${PYTHON_USEDEP}] -# ) -#" - -#python_test() { - #distutils_install_for_testing - - #esetup.py test || die "Tests failed under ${EPYTHON}" -#}