Clean out unused code.
Package-Manager: Portage-2.3.5, Repoman-2.3.2_p30
# 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
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-#IUSE="test"
IUSE=""
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}"
-#}