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 9382B138334 for ; Sun, 8 Jul 2018 14:03:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DF7B0E086C; Sun, 8 Jul 2018 14:03:52 +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 96275E086C for ; Sun, 8 Jul 2018 14:03:52 +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 20E61335C81 for ; Sun, 8 Jul 2018 14:03:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9A473358 for ; Sun, 8 Jul 2018 14:03:47 +0000 (UTC) From: "Mike Gilbert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Gilbert" Message-ID: <1531058530.7f876583b74fa4cd5101df3fc88fb8f0e13619e5.floppym@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/desc/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/desc/python_single_target.desc profiles/desc/python_targets.desc X-VCS-Directories: profiles/desc/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: 7f876583b74fa4cd5101df3fc88fb8f0e13619e5 X-VCS-Branch: master Date: Sun, 8 Jul 2018 14:03:47 +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: b25f1c3b-43c2-4206-a5c2-e0c4dd4dbc18 X-Archives-Hash: 9b69525a3286034062501cc9d9137548 commit: 7f876583b74fa4cd5101df3fc88fb8f0e13619e5 Author: Mike Gilbert gentoo org> AuthorDate: Fri Jul 6 19:15:29 2018 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Sun Jul 8 14:02:10 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f876583 profiles: add python3_7 use-expand entries profiles/desc/python_single_target.desc | 1 + profiles/desc/python_targets.desc | 1 + 2 files changed, 2 insertions(+) diff --git a/profiles/desc/python_single_target.desc b/profiles/desc/python_single_target.desc index f86e7fff668..806875d947a 100644 --- a/profiles/desc/python_single_target.desc +++ b/profiles/desc/python_single_target.desc @@ -7,6 +7,7 @@ python2_7 - Build for Python 2.7 only python3_4 - Build for Python 3.4 only python3_5 - Build for Python 3.5 only python3_6 - Build for Python 3.6 only +python3_7 - Build for Python 3.7 only jython2_7 - Build for Jython 2.7 only pypy - Build for PyPy only pypy3 - Build for PyPy3 only diff --git a/profiles/desc/python_targets.desc b/profiles/desc/python_targets.desc index 4a637db9616..d338bba3b19 100644 --- a/profiles/desc/python_targets.desc +++ b/profiles/desc/python_targets.desc @@ -7,6 +7,7 @@ python2_7 - Build with Python 2.7 python3_4 - Build with Python 3.4 python3_5 - Build with Python 3.5 python3_6 - Build with Python 3.6 +python3_7 - Build with Python 3.7 jython2_7 - Build with Jython 2.7 pypy - Build with PyPy pypy3 - Build with PyPy3