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 0B3CF158009 for ; Sat, 24 Jun 2023 11:32:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D68AFE0841; Sat, 24 Jun 2023 11:32:20 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 pigeon.gentoo.org (Postfix) with ESMTPS id BAD84E0841 for ; Sat, 24 Jun 2023 11:32:20 +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 9E0CA340806 for ; Sat, 24 Jun 2023 11:32:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C983DA66 for ; Sat, 24 Jun 2023 11:32:17 +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: <1687606332.613ec147b87140deaa3dc5f957719211cd8b335c.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pymongo/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pymongo/pymongo-4.4.0.ebuild X-VCS-Directories: dev-python/pymongo/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 613ec147b87140deaa3dc5f957719211cd8b335c X-VCS-Branch: master Date: Sat, 24 Jun 2023 11:32:17 +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: 7556bb2a-6e88-4b76-94f0-81340184922d X-Archives-Hash: f96ef0ba75c2a08a3210ce42a17702a2 commit: 613ec147b87140deaa3dc5f957719211cd8b335c Author: Michał Górny gentoo org> AuthorDate: Sat Jun 24 08:49:00 2023 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Jun 24 11:32:12 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=613ec147 dev-python/pymongo: Remove unused DB_PORT{2,3} vars Signed-off-by: Michał Górny gentoo.org> dev-python/pymongo/pymongo-4.4.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/pymongo/pymongo-4.4.0.ebuild b/dev-python/pymongo/pymongo-4.4.0.ebuild index 77c634e1b868..e39037ff6b3b 100644 --- a/dev-python/pymongo/pymongo-4.4.0.ebuild +++ b/dev-python/pymongo/pymongo-4.4.0.ebuild @@ -116,7 +116,7 @@ python_test() { done local failed - DB_PORT2=$(( DB_PORT + 1 )) DB_PORT3=$(( DB_PORT + 2 )) esetup.py test || failed=1 + esetup.py test || failed=1 mongod --dbpath "${dbpath}" --shutdown || die