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 021ED138350 for ; Fri, 1 May 2020 10:27:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7641FE0CA3; Fri, 1 May 2020 10:27:43 +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 5EB77E0CA3 for ; Fri, 1 May 2020 10:27:43 +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 C094C34EECE for ; Fri, 1 May 2020 10:27:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 47BB61D6 for ; Fri, 1 May 2020 10:27:39 +0000 (UTC) From: "Maciej Barć" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Maciej Barć" Message-ID: <1588328792.ec10ccbd294374248e5f00c954e27e67cdf0f72d.xgqt@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/doxypypy/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/doxypypy/doxypypy-0.8.8.6.ebuild X-VCS-Directories: dev-python/doxypypy/ X-VCS-Committer: xgqt X-VCS-Committer-Name: Maciej Barć X-VCS-Revision: ec10ccbd294374248e5f00c954e27e67cdf0f72d X-VCS-Branch: dev Date: Fri, 1 May 2020 10:27:39 +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: 1be59abf-cacb-4640-8b2c-e3bc40b52a9a X-Archives-Hash: e566865077f92bef20fe0a1d2b28f710 commit: ec10ccbd294374248e5f00c954e27e67cdf0f72d Author: Maciej Barć protonmail com> AuthorDate: Fri May 1 10:26:32 2020 +0000 Commit: Maciej Barć protonmail com> CommitDate: Fri May 1 10:26:32 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ec10ccbd dev-python/doxypypy: remove python 8 compatibility Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Maciej Barć protonmail.com> dev-python/doxypypy/doxypypy-0.8.8.6.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/doxypypy/doxypypy-0.8.8.6.ebuild b/dev-python/doxypypy/doxypypy-0.8.8.6.ebuild index 4657dd5..bf3413a 100644 --- a/dev-python/doxypypy/doxypypy-0.8.8.6.ebuild +++ b/dev-python/doxypypy/doxypypy-0.8.8.6.ebuild @@ -4,7 +4,7 @@ EAPI=7 DISTUTILS_USE_SETUPTOOLS=rdepend -PYTHON_COMPAT=( python3_{6,7,8} ) +PYTHON_COMPAT=( python3_{6,7} ) inherit distutils-r1