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 A2CDE1382C5 for ; Mon, 26 Mar 2018 18:45:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D4BAEE083B; Mon, 26 Mar 2018 18:45:44 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 ACBDDE083B for ; Mon, 26 Mar 2018 18:45:44 +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 BBBFE335C43 for ; Mon, 26 Mar 2018 18:45:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 70D01259 for ; Mon, 26 Mar 2018 18:45:42 +0000 (UTC) From: "Aaron Bauman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Bauman" Message-ID: <1522089904.96751bcaa6d617ff04046e54cda52603669aff1d.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/enzyme/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/enzyme/enzyme-0.4.1-r2.ebuild dev-python/enzyme/enzyme-9999.ebuild X-VCS-Directories: dev-python/enzyme/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: 96751bcaa6d617ff04046e54cda52603669aff1d X-VCS-Branch: master Date: Mon, 26 Mar 2018 18:45:42 +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: 4a9c7151-a884-4a9d-8ae1-814ce308fc64 X-Archives-Hash: 182c45affe7801e63d92dd8b314875f9 commit: 96751bcaa6d617ff04046e54cda52603669aff1d Author: Ilya Tumaykin gmail com> AuthorDate: Sun Mar 25 11:10:05 2018 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Mon Mar 26 18:45:04 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=96751bca dev-python/enzyme: add Python 3.6 support Tests pass. Package-Manager: Portage-2.3.24, Repoman-2.3.6 Closes: https://github.com/gentoo/gentoo/pull/7624 dev-python/enzyme/enzyme-0.4.1-r2.ebuild | 4 ++-- dev-python/enzyme/enzyme-9999.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dev-python/enzyme/enzyme-0.4.1-r2.ebuild b/dev-python/enzyme/enzyme-0.4.1-r2.ebuild index 23e0d26b393..69c23ce3873 100644 --- a/dev-python/enzyme/enzyme-0.4.1-r2.ebuild +++ b/dev-python/enzyme/enzyme-0.4.1-r2.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python{2_7,3_4,3_5} ) +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} ) PYTHON_REQ_USE='xml(+)' inherit distutils-r1 diff --git a/dev-python/enzyme/enzyme-9999.ebuild b/dev-python/enzyme/enzyme-9999.ebuild index c9d243a749c..3c717ab3550 100644 --- a/dev-python/enzyme/enzyme-9999.ebuild +++ b/dev-python/enzyme/enzyme-9999.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python{2_7,3_4,3_5} ) +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} ) PYTHON_REQ_USE='xml(+)' inherit distutils-r1 git-r3