From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 1C7F7138335 for ; Sun, 24 Jun 2018 15:24:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 60403E08E2; Sun, 24 Jun 2018 15:24:04 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2FEE1E08E2 for ; Sun, 24 Jun 2018 15:24:04 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5B2F3335C71 for ; Sun, 24 Jun 2018 15:24:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D5F6F2A1 for ; Sun, 24 Jun 2018 15:24:00 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1529853807.52edb4f546cbc408f891c895c779e92cf8726534.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/demjson/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/demjson/demjson-2.2.4.ebuild X-VCS-Directories: dev-python/demjson/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: 52edb4f546cbc408f891c895c779e92cf8726534 X-VCS-Branch: master Date: Sun, 24 Jun 2018 15:24:00 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: e09f6c61-0367-4e66-b399-7e83581d12b9 X-Archives-Hash: b5d6af7c17678f64008785bdbbcd837a commit: 52edb4f546cbc408f891c895c779e92cf8726534 Author: Pacho Ramos gentoo org> AuthorDate: Sun Jun 24 14:40:33 2018 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Sun Jun 24 15:23:27 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52edb4f5 dev-python/demjson: Support python 3.6 Package-Manager: Portage-2.3.40, Repoman-2.3.9 dev-python/demjson/demjson-2.2.4.ebuild | 4 ++-- 1 file 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 3a42c4a5e0a..c741c73a9af 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