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 7CC59138335 for ; Mon, 3 Dec 2018 02:43:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 50C1EE0BBB; Mon, 3 Dec 2018 02:43:24 +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 1F01FE0BBB for ; Mon, 3 Dec 2018 02:43:23 +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 1FA5C335C8C for ; Mon, 3 Dec 2018 02:43:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 24D7A4E1 for ; Mon, 3 Dec 2018 02:43:16 +0000 (UTC) From: "Jonathan Callen" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jonathan Callen" Message-ID: <1543803493.3744a9650dc540c05c4cb5c72d9727c9e48f185c.jcallen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/PySDL2/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/PySDL2/PySDL2-0.9.6.ebuild X-VCS-Directories: dev-python/PySDL2/ X-VCS-Committer: jcallen X-VCS-Committer-Name: Jonathan Callen X-VCS-Revision: 3744a9650dc540c05c4cb5c72d9727c9e48f185c X-VCS-Branch: master Date: Mon, 3 Dec 2018 02:43:16 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 2282834d-84e0-4372-9e2c-9c5617a548c8 X-Archives-Hash: a5e046dcc88855aeaf9602b21e250e46 commit: 3744a9650dc540c05c4cb5c72d9727c9e48f185c Author: Jonathan Callen gentoo org> AuthorDate: Mon Dec 3 01:25:02 2018 +0000 Commit: Jonathan Callen gentoo org> CommitDate: Mon Dec 3 02:18:13 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3744a965 dev-python/PySDL2: add python3_7 Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Jonathan Callen gentoo.org> dev-python/PySDL2/PySDL2-0.9.6.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/PySDL2/PySDL2-0.9.6.ebuild b/dev-python/PySDL2/PySDL2-0.9.6.ebuild index 77afc908e4e..999905f52e5 100644 --- a/dev-python/PySDL2/PySDL2-0.9.6.ebuild +++ b/dev-python/PySDL2/PySDL2-0.9.6.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python{2_7,3_{4,5,6}} ) +PYTHON_COMPAT=( python{2_7,3_{4,5,6,7}} ) inherit distutils-r1 DESCRIPTION="Python (ctypes) bindings for SDL2 libraries"