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 0C1A713835B for ; Thu, 19 Nov 2020 19:52:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0D995E0823; Thu, 19 Nov 2020 19:52:47 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 E5A45E0823 for ; Thu, 19 Nov 2020 19:52:46 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 0C717341231 for ; Thu, 19 Nov 2020 19:52:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8888045B for ; Thu, 19 Nov 2020 19:52:43 +0000 (UTC) From: "Michał Górny" 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" Message-ID: <1605815423.8cf9729bdf6485fe8282dcea62d691ea60479046.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pykwalify/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pykwalify/pykwalify-1.7.0.ebuild X-VCS-Directories: dev-python/pykwalify/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 8cf9729bdf6485fe8282dcea62d691ea60479046 X-VCS-Branch: master Date: Thu, 19 Nov 2020 19:52:43 +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: 471d7218-31ee-42cf-8fd5-62c814a4ec73 X-Archives-Hash: 27a29734cd674a522f585f8e6185ab33 commit: 8cf9729bdf6485fe8282dcea62d691ea60479046 Author: Michał Górny gentoo org> AuthorDate: Thu Nov 19 19:32:12 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Thu Nov 19 19:50:23 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8cf9729b dev-python/pykwalify: Port up to py3.9 Signed-off-by: Michał Górny gentoo.org> dev-python/pykwalify/pykwalify-1.7.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/pykwalify/pykwalify-1.7.0.ebuild b/dev-python/pykwalify/pykwalify-1.7.0.ebuild index 357a50ad9e8..3f65f653c42 100644 --- a/dev-python/pykwalify/pykwalify-1.7.0.ebuild +++ b/dev-python/pykwalify/pykwalify-1.7.0.ebuild @@ -4,7 +4,7 @@ EAPI=7 DISTUTILS_USE_SETUPTOOLS=rdepend -PYTHON_COMPAT=( python3_{6,7,8} ) +PYTHON_COMPAT=( python3_{6..9} ) inherit distutils-r1