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 B4EAC138350 for ; Sat, 2 May 2020 04:31:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 90ADCE09BD; Sat, 2 May 2020 04:31:05 +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 1F7E7E09D4 for ; Sat, 2 May 2020 04:31:05 +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 BFDB534F0E7 for ; Sat, 2 May 2020 04:31:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7F27B207 for ; Sat, 2 May 2020 04:31:01 +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: <1588393857.ef36b26641f405ff17f4aca19575f5f09d07bf86.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: ef36b26641f405ff17f4aca19575f5f09d07bf86 X-VCS-Branch: master Date: Sat, 2 May 2020 04:31:01 +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: ce4ecfe1-d94a-43bd-b689-015f59c9aa89 X-Archives-Hash: 94b5f11f4643c5ab1062398e11d602f0 commit: ef36b26641f405ff17f4aca19575f5f09d07bf86 Author: Andrew Udvare gmail com> AuthorDate: Fri May 1 17:26:17 2020 +0000 Commit: Matthew Thode gentoo org> CommitDate: Sat May 2 04:30:57 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef36b266 dev-python/virtualenvwrapper: add python3_8 to PYTHON_COMPAT Signed-off-by: Andrew Udvare gmail.com> Signed-off-by: Matthew Thode gentoo.org> ...virtualenvwrapper-4.8.4.ebuild => virtualenvwrapper-4.8.4-r1.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/virtualenvwrapper/virtualenvwrapper-4.8.4.ebuild b/dev-python/virtualenvwrapper/virtualenvwrapper-4.8.4-r1.ebuild similarity index 96% rename from dev-python/virtualenvwrapper/virtualenvwrapper-4.8.4.ebuild rename to dev-python/virtualenvwrapper/virtualenvwrapper-4.8.4-r1.ebuild index 0eabad043e5..5e1b6b19676 100644 --- a/dev-python/virtualenvwrapper/virtualenvwrapper-4.8.4.ebuild +++ b/dev-python/virtualenvwrapper/virtualenvwrapper-4.8.4-r1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6,7} ) +PYTHON_COMPAT=( python3_{6,7,8} ) inherit distutils-r1