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 E06D4138350 for ; Fri, 1 May 2020 19:18:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E9504E0928; Fri, 1 May 2020 19:18:23 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 D1654E0928 for ; Fri, 1 May 2020 19:18: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 0063234F109 for ; Fri, 1 May 2020 19:18:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DED942B for ; Fri, 1 May 2020 19:18:20 +0000 (UTC) From: "Matthew Thode" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matthew Thode" Message-ID: <1588360689.7bd3583a8df822d2b9b924264b6da1b99efff810.prometheanfire@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/virtualenvwrapper/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/virtualenvwrapper/virtualenvwrapper-4.8.4-r1.ebuild dev-python/virtualenvwrapper/virtualenvwrapper-4.8.4.ebuild X-VCS-Directories: dev-python/virtualenvwrapper/ X-VCS-Committer: prometheanfire X-VCS-Committer-Name: Matthew Thode X-VCS-Revision: 7bd3583a8df822d2b9b924264b6da1b99efff810 X-VCS-Branch: master Date: Fri, 1 May 2020 19:18:20 +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: 4f41f608-2f6e-4560-a450-bb2800e3fce3 X-Archives-Hash: 9d56e4461dafa4711ed2b156f8a29226 commit: 7bd3583a8df822d2b9b924264b6da1b99efff810 Author: Matthew Thode gentoo org> AuthorDate: Fri May 1 19:18:09 2020 +0000 Commit: Matthew Thode gentoo org> CommitDate: Fri May 1 19:18:09 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7bd3583a Revert "dev-python/virtualenvwrapper: add python3_8 to PYTHON_COMPAT" This reverts commit 28bc66c3b52b0a316d8206fdeaf9e01fc2a08df4. Signed-off-by: Matthew Thode gentoo.org> ...virtualenvwrapper-4.8.4-r1.ebuild => virtualenvwrapper-4.8.4.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/virtualenvwrapper/virtualenvwrapper-4.8.4-r1.ebuild b/dev-python/virtualenvwrapper/virtualenvwrapper-4.8.4.ebuild similarity index 96% rename from dev-python/virtualenvwrapper/virtualenvwrapper-4.8.4-r1.ebuild rename to dev-python/virtualenvwrapper/virtualenvwrapper-4.8.4.ebuild index 5e1b6b19676..0eabad043e5 100644 --- a/dev-python/virtualenvwrapper/virtualenvwrapper-4.8.4-r1.ebuild +++ b/dev-python/virtualenvwrapper/virtualenvwrapper-4.8.4.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6,7,8} ) +PYTHON_COMPAT=( python3_{6,7} ) inherit distutils-r1