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 CBA2F138350 for ; Fri, 7 Feb 2020 08:39:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1467BE0824; Fri, 7 Feb 2020 08:39:51 +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 EC5EDE0824 for ; Fri, 7 Feb 2020 08:39:50 +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 11A2D34E842 for ; Fri, 7 Feb 2020 08:39:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A99A310A for ; Fri, 7 Feb 2020 08:39:48 +0000 (UTC) From: "Hanno Böck" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Hanno Böck" Message-ID: <1581064780.0d3639df4c26c1d49133e9ba35808ef15e237c7e.hanno@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/flufl-lock/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/flufl-lock/flufl-lock-3.2.ebuild X-VCS-Directories: dev-python/flufl-lock/ X-VCS-Committer: hanno X-VCS-Committer-Name: Hanno Böck X-VCS-Revision: 0d3639df4c26c1d49133e9ba35808ef15e237c7e X-VCS-Branch: master Date: Fri, 7 Feb 2020 08:39:48 +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: 1a230110-d3e5-4f60-9669-9b444f05ae76 X-Archives-Hash: 26ebad2c6c1e59df959f5968c0968d60 commit: 0d3639df4c26c1d49133e9ba35808ef15e237c7e Author: Hanno Böck gentoo org> AuthorDate: Fri Feb 7 08:39:40 2020 +0000 Commit: Hanno Böck gentoo org> CommitDate: Fri Feb 7 08:39:40 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d3639df dev-python/flufl-lock: Python 3.7 support. Closes: https://bugs.gentoo.org/705332 Signed-off-by: Hanno Böck gentoo.org> Package-Manager: Portage-2.3.87, Repoman-2.3.20 dev-python/flufl-lock/flufl-lock-3.2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/flufl-lock/flufl-lock-3.2.ebuild b/dev-python/flufl-lock/flufl-lock-3.2.ebuild index a8f7e86130c..657c2872fc4 100644 --- a/dev-python/flufl-lock/flufl-lock-3.2.ebuild +++ b/dev-python/flufl-lock/flufl-lock-3.2.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 -PYTHON_COMPAT=( python3_6 ) +PYTHON_COMPAT=( python3_{6,7} ) inherit distutils-r1 MY_PN=${PN/-/.}