diff options
author | Zac Medico <zmedico@gentoo.org> | 2017-03-12 16:04:48 -0700 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2017-03-12 16:05:32 -0700 |
commit | b6525ec127340239b31bccf39cfe775c949a2e8d (patch) | |
tree | 2f9cf17417e88dbe69a1b537cd00849b2d01f8cc /dev-python/isort | |
parent | app-editors/ghostwriter: remove inactive proxied maintainer (diff) | |
download | gentoo-b6525ec127340239b31bccf39cfe775c949a2e8d.tar.gz gentoo-b6525ec127340239b31bccf39cfe775c949a2e8d.tar.bz2 gentoo-b6525ec127340239b31bccf39cfe775c949a2e8d.zip |
dev-python/isort: Add python3_6 to PYTHON_COMPAT
Package-Manager: Portage-2.3.4, Repoman-2.3.2
Diffstat (limited to 'dev-python/isort')
-rw-r--r-- | dev-python/isort/isort-4.2.5.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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" |