From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1056445-garchives=archives.gentoo.org@lists.gentoo.org>
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 206C0138334
	for <garchives@archives.gentoo.org>; Sat, 10 Nov 2018 10:49:22 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 004D1E0909;
	Sat, 10 Nov 2018 10:49:21 +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 CAFD4E0909
	for <gentoo-commits@lists.gentoo.org>; Sat, 10 Nov 2018 10:49:20 +0000 (UTC)
Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52])
	(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 83B89335CCD
	for <gentoo-commits@lists.gentoo.org>; Sat, 10 Nov 2018 10:49:18 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id CACCC453
	for <gentoo-commits@lists.gentoo.org>; Sat, 10 Nov 2018 10:49:16 +0000 (UTC)
From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" <mgorny@gentoo.org>
Message-ID: <1541846950.fea79ef09081f73f491f9a7d76f2bb9b50b5b92b.mgorny@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/clang-python/
X-VCS-Repository: repo/gentoo
X-VCS-Files: dev-python/clang-python/clang-python-7.0.0.ebuild dev-python/clang-python/clang-python-7.0.1_rc2.ebuild dev-python/clang-python/clang-python-7.0.9999.ebuild dev-python/clang-python/clang-python-9999.ebuild
X-VCS-Directories: dev-python/clang-python/
X-VCS-Committer: mgorny
X-VCS-Committer-Name: Michał Górny
X-VCS-Revision: fea79ef09081f73f491f9a7d76f2bb9b50b5b92b
X-VCS-Branch: master
Date: Sat, 10 Nov 2018 10:49:16 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Archives-Salt: 2435a7ff-4c00-450a-ac6a-124449e17b07
X-Archives-Hash: bad117bebe7efbcfd72293a44807b6e3

commit:     fea79ef09081f73f491f9a7d76f2bb9b50b5b92b
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 10 10:42:54 2018 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Nov 10 10:49:10 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fea79ef0

dev-python/clang-python: Tested on py3.7

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/clang-python/clang-python-7.0.0.ebuild     | 2 +-
 dev-python/clang-python/clang-python-7.0.1_rc2.ebuild | 2 +-
 dev-python/clang-python/clang-python-7.0.9999.ebuild  | 2 +-
 dev-python/clang-python/clang-python-9999.ebuild      | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-python/clang-python/clang-python-7.0.0.ebuild b/dev-python/clang-python/clang-python-7.0.0.ebuild
index cb4c02ae749..72bb446b491 100644
--- a/dev-python/clang-python/clang-python-7.0.0.ebuild
+++ b/dev-python/clang-python/clang-python-7.0.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6,3_7} )
 inherit python-r1
 
 MY_P=cfe-${PV/_/}.src

diff --git a/dev-python/clang-python/clang-python-7.0.1_rc2.ebuild b/dev-python/clang-python/clang-python-7.0.1_rc2.ebuild
index 0f0cb8be6c8..02fc25d374b 100644
--- a/dev-python/clang-python/clang-python-7.0.1_rc2.ebuild
+++ b/dev-python/clang-python/clang-python-7.0.1_rc2.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6,3_7} )
 inherit python-r1
 
 MY_P=cfe-${PV/_/}.src

diff --git a/dev-python/clang-python/clang-python-7.0.9999.ebuild b/dev-python/clang-python/clang-python-7.0.9999.ebuild
index d0d8cf54084..f9c2cc23c66 100644
--- a/dev-python/clang-python/clang-python-7.0.9999.ebuild
+++ b/dev-python/clang-python/clang-python-7.0.9999.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6,3_7} )
 inherit git-r3 python-r1
 
 DESCRIPTION="Python bindings for sys-devel/clang"

diff --git a/dev-python/clang-python/clang-python-9999.ebuild b/dev-python/clang-python/clang-python-9999.ebuild
index cf488945799..de5bd6158d7 100644
--- a/dev-python/clang-python/clang-python-9999.ebuild
+++ b/dev-python/clang-python/clang-python-9999.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6,3_7} )
 inherit git-r3 python-r1
 
 DESCRIPTION="Python bindings for sys-devel/clang"