dev-python/setuptools_trial: Add python-3.6

Clean out unused code.

Package-Manager: Portage-2.3.5, Repoman-2.3.2_p30
This commit is contained in:
Brian Dolbec
2017-04-04 12:39:09 -07:00
parent bd14a00c3a
commit 5a3d98cd5c

View File

@@ -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}"
#}