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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 1231515800A for ; Sat, 22 Jul 2023 04:36:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 50263E083B; Sat, 22 Jul 2023 04:36:13 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 371F9E083B for ; Sat, 22 Jul 2023 04:36:13 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4C5C7335C5D for ; Sat, 22 Jul 2023 04:36:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9E7A7B74 for ; Sat, 22 Jul 2023 04:36:10 +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: <1690000562.0c64ab06a4ba2c73f3840be7aa49e34f42c13696.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_p20230121-r1.ebuild dev-python/virtualenvwrapper/virtualenvwrapper-4.8.4_p20230121.ebuild X-VCS-Directories: dev-python/virtualenvwrapper/ X-VCS-Committer: prometheanfire X-VCS-Committer-Name: Matthew Thode X-VCS-Revision: 0c64ab06a4ba2c73f3840be7aa49e34f42c13696 X-VCS-Branch: master Date: Sat, 22 Jul 2023 04:36: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: 8765d2f5-98ab-4671-92e9-c0283bfe0a39 X-Archives-Hash: 423ecbd6afcde2e515b40d36f13fd992 commit: 0c64ab06a4ba2c73f3840be7aa49e34f42c13696 Author: Alfred Wingate protonmail com> AuthorDate: Sat Jul 22 03:11:16 2023 +0000 Commit: Matthew Thode gentoo org> CommitDate: Sat Jul 22 04:36:02 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c64ab06 dev-python/virtualenvwrapper: get absolute path for python executable * Using the absolute path avoid issues when going inside the venv Signed-off-by: Alfred Wingate protonmail.com> Signed-off-by: Matthew Thode gentoo.org> ...8.4_p20230121.ebuild => virtualenvwrapper-4.8.4_p20230121-r1.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/virtualenvwrapper/virtualenvwrapper-4.8.4_p20230121.ebuild b/dev-python/virtualenvwrapper/virtualenvwrapper-4.8.4_p20230121-r1.ebuild similarity index 95% rename from dev-python/virtualenvwrapper/virtualenvwrapper-4.8.4_p20230121.ebuild rename to dev-python/virtualenvwrapper/virtualenvwrapper-4.8.4_p20230121-r1.ebuild index 106b7a037d89..080fc0b55799 100644 --- a/dev-python/virtualenvwrapper/virtualenvwrapper-4.8.4_p20230121.ebuild +++ b/dev-python/virtualenvwrapper/virtualenvwrapper-4.8.4_p20230121-r1.ebuild @@ -51,7 +51,7 @@ src_prepare() { # specify default python interpeter to align with PYTHON_SINGLE_TARGET sed -i -e \ - "s|\(_virtualenvwrapper_python_executable=\"\)\$(.*)\(\"\)|\1${EPYTHON}\2|" \ + "s|\(_virtualenvwrapper_python_executable=\"\$(\).\w\((\"\)|\1command -v ${EPYTHON}\2|" \ virtualenvwrapper.sh || die # remove tests which require an internet connection