diff options
author | Andrey Grozin <grozin@gentoo.org> | 2017-03-31 01:06:31 +0700 |
---|---|---|
committer | Andrey Grozin <grozin@gentoo.org> | 2017-03-31 01:06:31 +0700 |
commit | 75147cdeded1afc9dd0b577d7d3aa3701ee1e1a5 (patch) | |
tree | 357072e1859b1d1d3e60d6ad06d9c663ab70f971 /dev-python/plumbum | |
parent | x11-terms/st: Old. (diff) | |
download | gentoo-75147cdeded1afc9dd0b577d7d3aa3701ee1e1a5.tar.gz gentoo-75147cdeded1afc9dd0b577d7d3aa3701ee1e1a5.tar.bz2 gentoo-75147cdeded1afc9dd0b577d7d3aa3701ee1e1a5.zip |
dev-python/plumbum: python3_6 added
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'dev-python/plumbum')
-rw-r--r-- | dev-python/plumbum/plumbum-1.6.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/plumbum/plumbum-1.6.3.ebuild b/dev-python/plumbum/plumbum-1.6.3.ebuild index 6ef0cdb37ca9..5c8760d9ddb4 100644 --- a/dev-python/plumbum/plumbum-1.6.3.ebuild +++ b/dev-python/plumbum/plumbum-1.6.3.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=5 -PYTHON_COMPAT=( python2_7 python3_{4,5} ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6} ) inherit distutils-r1 DESCRIPTION="A library for shell script-like programs in python" |