diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-10-21 14:26:13 +0200 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-10-21 15:40:24 +0200 |
commit | 8ad288b65a32f56fb14d720ca3e4c3317867c53d (patch) | |
tree | 8a14963e298a2b6fda6b52d711ce02e7f0264511 /virtual/python-pathlib/python-pathlib-1.0.ebuild | |
parent | dev-python/pathlib: Don't install existing modules on py3.4 (diff) | |
download | gentoo-8ad288b65a32f56fb14d720ca3e4c3317867c53d.tar.gz gentoo-8ad288b65a32f56fb14d720ca3e4c3317867c53d.tar.bz2 gentoo-8ad288b65a32f56fb14d720ca3e4c3317867c53d.zip |
virtual/python-pathlib: Add python3.5 support
Package-Manager: portage-2.2.23
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'virtual/python-pathlib/python-pathlib-1.0.ebuild')
-rw-r--r-- | virtual/python-pathlib/python-pathlib-1.0.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/virtual/python-pathlib/python-pathlib-1.0.ebuild b/virtual/python-pathlib/python-pathlib-1.0.ebuild index 6a1e3886ef63..b73637a88a76 100644 --- a/virtual/python-pathlib/python-pathlib-1.0.ebuild +++ b/virtual/python-pathlib/python-pathlib-1.0.ebuild @@ -3,7 +3,9 @@ # $Id$ EAPI=5 -PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy ) + +PYTHON_COMPAT=( python2_7 python3_{3,4,5} pypy ) + inherit python-r1 DESCRIPTION="A virtual for Python pathlib module" |