From b6525ec127340239b31bccf39cfe775c949a2e8d Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Sun, 12 Mar 2017 16:04:48 -0700 Subject: dev-python/isort: Add python3_6 to PYTHON_COMPAT Package-Manager: Portage-2.3.4, Repoman-2.3.2 --- dev-python/isort/isort-4.2.5.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dev-python/isort/isort-4.2.5.ebuild') diff --git a/dev-python/isort/isort-4.2.5.ebuild b/dev-python/isort/isort-4.2.5.ebuild index 2fd1124f8f53..70d19323164e 100644 --- a/dev-python/isort/isort-4.2.5.ebuild +++ b/dev-python/isort/isort-4.2.5.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python{2_7,3_4,3_5} pypy ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy ) inherit distutils-r1 DESCRIPTION="A python utility/library to sort imports" -- cgit v1.2.3-65-gdbad