diff options
author | Pacho Ramos <pacho@gentoo.org> | 2018-06-24 16:40:33 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2018-06-24 17:23:27 +0200 |
commit | 52edb4f546cbc408f891c895c779e92cf8726534 (patch) | |
tree | 7ca1d648597401c9d92d7586330b3e4e10e21e7e /dev-python/demjson | |
parent | dev-lang/php: remove old "unused" versions. (diff) | |
download | gentoo-52edb4f546cbc408f891c895c779e92cf8726534.tar.gz gentoo-52edb4f546cbc408f891c895c779e92cf8726534.tar.bz2 gentoo-52edb4f546cbc408f891c895c779e92cf8726534.zip |
dev-python/demjson: Support python 3.6
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'dev-python/demjson')
-rw-r--r-- | dev-python/demjson/demjson-2.2.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/demjson/demjson-2.2.4.ebuild b/dev-python/demjson/demjson-2.2.4.ebuild index 3a42c4a5e0ae..c741c73a9af3 100644 --- a/dev-python/demjson/demjson-2.2.4.ebuild +++ b/dev-python/demjson/demjson-2.2.4.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 -PYTHON_COMPAT=( python{2_7,3_4,3_5} pypy pypy3 ) +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy pypy3 ) inherit distutils-r1 |