mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-29 10:18:08 -07:00
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:
@@ -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}"
|
||||
#}
|
||||
|
||||
Reference in New Issue
Block a user