diff options
author | 2017-05-03 14:48:52 -0700 | |
---|---|---|
committer | 2017-05-03 15:03:44 -0700 | |
commit | 0975c16a6b55c79ef967ae5349fdb473f0558982 (patch) | |
tree | 10ce22c888155c8780d7e9d4545cf38fde48f742 /dev-python/fasteners | |
parent | www-client/google-chrome-beta: automated update (59.0.3071.36) (diff) | |
download | gentoo-0975c16a6b55c79ef967ae5349fdb473f0558982.tar.gz gentoo-0975c16a6b55c79ef967ae5349fdb473f0558982.tar.bz2 gentoo-0975c16a6b55c79ef967ae5349fdb473f0558982.zip |
dev-python/fasteners: add python3.6 and pypy to PYTHON_COMPAT
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'dev-python/fasteners')
-rw-r--r-- | dev-python/fasteners/fasteners-0.14.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/fasteners/fasteners-0.14.1.ebuild b/dev-python/fasteners/fasteners-0.14.1.ebuild index 29236f77508f..f22c0f4d640d 100644 --- a/dev-python/fasteners/fasteners-0.14.1.ebuild +++ b/dev-python/fasteners/fasteners-0.14.1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # 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} pypy ) inherit distutils-r1 |