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 257EE13835A for ; Sat, 10 Apr 2021 08:04:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 33F4AE090E; Sat, 10 Apr 2021 08:04:29 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 1E698E090E for ; Sat, 10 Apr 2021 08:04:29 +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 CFAF9340C3E for ; Sat, 10 Apr 2021 08:04:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E402C64A for ; Sat, 10 Apr 2021 08:04:24 +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: <1618041705.f4be84d51adc5fae43494dcc29036c513eb84859.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/gsutil/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/gsutil/gsutil-4.59-r1.ebuild net-misc/gsutil/gsutil-4.59.ebuild net-misc/gsutil/gsutil-4.60-r1.ebuild net-misc/gsutil/gsutil-4.60.ebuild X-VCS-Directories: net-misc/gsutil/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: f4be84d51adc5fae43494dcc29036c513eb84859 X-VCS-Branch: master Date: Sat, 10 Apr 2021 08:04:24 +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: 01a876ef-c457-438a-b516-081dd575f810 X-Archives-Hash: 522b4f41c435702e07ab6452a83bf5a5 commit: f4be84d51adc5fae43494dcc29036c513eb84859 Author: Michał Górny gentoo org> AuthorDate: Sat Apr 10 07:26:37 2021 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Apr 10 08:01:45 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4be84d5 net-misc/gsutil: Strip unused monotonic dep Signed-off-by: Michał Górny gentoo.org> net-misc/gsutil/{gsutil-4.59.ebuild => gsutil-4.59-r1.ebuild} | 3 ++- net-misc/gsutil/{gsutil-4.60.ebuild => gsutil-4.60-r1.ebuild} | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/net-misc/gsutil/gsutil-4.59.ebuild b/net-misc/gsutil/gsutil-4.59-r1.ebuild similarity index 97% rename from net-misc/gsutil/gsutil-4.59.ebuild rename to net-misc/gsutil/gsutil-4.59-r1.ebuild index 48e12ee2207..7cd73f33bff 100644 --- a/net-misc/gsutil/gsutil-4.59.ebuild +++ b/net-misc/gsutil/gsutil-4.59-r1.ebuild @@ -28,7 +28,6 @@ RDEPEND="${PYTHON_DEPS} >=dev-python/google-reauth-python-0.1.0[${PYTHON_USEDEP}] >=dev-python/httplib2-0.18[${PYTHON_USEDEP}] >=dev-python/mock-2.0.0[${PYTHON_USEDEP}] - >=dev-python/monotonic-1.4[${PYTHON_USEDEP}] >=dev-python/pyopenssl-0.13[${PYTHON_USEDEP}] >=dev-python/retry-decorator-1.0.0[${PYTHON_USEDEP}] >=dev-python/six-1.12.0[${PYTHON_USEDEP}]" @@ -58,8 +57,10 @@ python_prepare_all() { # failes to compile with py3 rm gslib/vendored/boto/tests/mturk/cleanup_tests.py || die + # monotonic is only used by bundled fasteners that we do not install sed -i \ -e 's/mock==/mock>=/' \ + -e '/monotonic/d' \ setup.py || die # Sanity check we didn't miss any updates. grep '==' setup.py && die "Need to update version requirements" diff --git a/net-misc/gsutil/gsutil-4.60.ebuild b/net-misc/gsutil/gsutil-4.60-r1.ebuild similarity index 97% rename from net-misc/gsutil/gsutil-4.60.ebuild rename to net-misc/gsutil/gsutil-4.60-r1.ebuild index 48e12ee2207..7cd73f33bff 100644 --- a/net-misc/gsutil/gsutil-4.60.ebuild +++ b/net-misc/gsutil/gsutil-4.60-r1.ebuild @@ -28,7 +28,6 @@ RDEPEND="${PYTHON_DEPS} >=dev-python/google-reauth-python-0.1.0[${PYTHON_USEDEP}] >=dev-python/httplib2-0.18[${PYTHON_USEDEP}] >=dev-python/mock-2.0.0[${PYTHON_USEDEP}] - >=dev-python/monotonic-1.4[${PYTHON_USEDEP}] >=dev-python/pyopenssl-0.13[${PYTHON_USEDEP}] >=dev-python/retry-decorator-1.0.0[${PYTHON_USEDEP}] >=dev-python/six-1.12.0[${PYTHON_USEDEP}]" @@ -58,8 +57,10 @@ python_prepare_all() { # failes to compile with py3 rm gslib/vendored/boto/tests/mturk/cleanup_tests.py || die + # monotonic is only used by bundled fasteners that we do not install sed -i \ -e 's/mock==/mock>=/' \ + -e '/monotonic/d' \ setup.py || die # Sanity check we didn't miss any updates. grep '==' setup.py && die "Need to update version requirements"