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 4989D13933E for ; Wed, 7 Jul 2021 14:02:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 925D1E0C56; Wed, 7 Jul 2021 14:02:15 +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 7BFCBE0C56 for ; Wed, 7 Jul 2021 14:02:15 +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 43637335D0A for ; Wed, 7 Jul 2021 14:02:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7A2A57D5 for ; Wed, 7 Jul 2021 14:02:10 +0000 (UTC) From: "Florian Schmaus" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Florian Schmaus" Message-ID: <1625566660.fe864befcb7c2ab8f43d04cc24c4805631a3e8ca.flow@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/hstspreload/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/hstspreload/hstspreload-2021.7.5.ebuild X-VCS-Directories: dev-python/hstspreload/ X-VCS-Committer: flow X-VCS-Committer-Name: Florian Schmaus X-VCS-Revision: fe864befcb7c2ab8f43d04cc24c4805631a3e8ca X-VCS-Branch: master Date: Wed, 7 Jul 2021 14:02:10 +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: 5b4d5021-e3f4-49f3-a86a-d028003ce58a X-Archives-Hash: b89ed746a92a12b5f70e48f6534467bb commit: fe864befcb7c2ab8f43d04cc24c4805631a3e8ca Author: Alessandro Barbieri gmail com> AuthorDate: Tue Jul 6 10:17:40 2021 +0000 Commit: Florian Schmaus gentoo org> CommitDate: Tue Jul 6 10:17:40 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=fe864bef dev-python/hstspreload: update EAPI 7 -> 8 Signed-off-by: Alessandro Barbieri gmail.com> dev-python/hstspreload/hstspreload-2021.7.5.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-python/hstspreload/hstspreload-2021.7.5.ebuild b/dev-python/hstspreload/hstspreload-2021.7.5.ebuild index f2a2dd824..99c1b0a23 100644 --- a/dev-python/hstspreload/hstspreload-2021.7.5.ebuild +++ b/dev-python/hstspreload/hstspreload-2021.7.5.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 -PYTHON_COMPAT=( python3_{7,8,9} ) +PYTHON_COMPAT=( python3_{8..9} ) inherit distutils-r1 @@ -19,7 +19,7 @@ LICENSE="BSD" KEYWORDS="~amd64 ~x86" SLOT="0" -RESTRICT="mirror" +RESTRICT="test" PROPERTIES="test_network" distutils_enable_tests pytest