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 98FED138334 for ; Sun, 19 Aug 2018 21:51:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7B122E09D4; Sun, 19 Aug 2018 21:51:37 +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 5577AE09D4 for ; Sun, 19 Aug 2018 21:51:37 +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 AC40A335DD1 for ; Sun, 19 Aug 2018 21:51:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 21BE3394 for ; Sun, 19 Aug 2018 21:51:33 +0000 (UTC) From: "Louis Sautier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Louis Sautier" Message-ID: <1534715443.c84d319154d017e1baeb1c8a7009c990853d81e7.sbraz@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/tempora/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/tempora/tempora-1.12.ebuild dev-python/tempora/tempora-1.13.ebuild dev-python/tempora/tempora-1.7.ebuild X-VCS-Directories: dev-python/tempora/ X-VCS-Committer: sbraz X-VCS-Committer-Name: Louis Sautier X-VCS-Revision: c84d319154d017e1baeb1c8a7009c990853d81e7 X-VCS-Branch: master Date: Sun, 19 Aug 2018 21:51:33 +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-Archives-Salt: 88fd654e-b3d6-4ba9-ae39-1c344e65aa28 X-Archives-Hash: 3908c1c2099e5587b63d3a79d3a77fd0 commit: c84d319154d017e1baeb1c8a7009c990853d81e7 Author: Louis Sautier gentoo org> AuthorDate: Sun Aug 19 21:50:43 2018 +0000 Commit: Louis Sautier gentoo org> CommitDate: Sun Aug 19 21:50:43 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c84d3191 dev-python/tempora: remove reference to last-rited jaraco-utils It was removed in 82fdf6ec4d92196a2d1e7ab8e4cf776d16962497. Package-Manager: Portage-2.3.45, Repoman-2.3.10 dev-python/tempora/tempora-1.12.ebuild | 1 - dev-python/tempora/tempora-1.13.ebuild | 1 - dev-python/tempora/tempora-1.7.ebuild | 3 +-- 3 files changed, 1 insertion(+), 4 deletions(-) diff --git a/dev-python/tempora/tempora-1.12.ebuild b/dev-python/tempora/tempora-1.12.ebuild index 0d45c046097..fac1f1142da 100644 --- a/dev-python/tempora/tempora-1.12.ebuild +++ b/dev-python/tempora/tempora-1.12.ebuild @@ -23,7 +23,6 @@ RDEPEND=" " # The calc-prorate binary used to be part of jaraco.utils DEPEND=" - !<=dev-python/jaraco-utils-10.0.2 >=dev-python/setuptools_scm-1.15.0[${PYTHON_USEDEP}] dev-python/setuptools[${PYTHON_USEDEP}] doc? ( diff --git a/dev-python/tempora/tempora-1.13.ebuild b/dev-python/tempora/tempora-1.13.ebuild index 27020aa721b..e882a86c0f4 100644 --- a/dev-python/tempora/tempora-1.13.ebuild +++ b/dev-python/tempora/tempora-1.13.ebuild @@ -19,7 +19,6 @@ IUSE="doc test" # The calc-prorate binary used to be part of jaraco.utils RDEPEND=" - !<=dev-python/jaraco-utils-10.0.2 >=dev-python/jaraco-functools-1.20[${PYTHON_USEDEP}] dev-python/pytz[${PYTHON_USEDEP}] dev-python/six[${PYTHON_USEDEP}] diff --git a/dev-python/tempora/tempora-1.7.ebuild b/dev-python/tempora/tempora-1.7.ebuild index ee5115c2e86..99d577d1675 100644 --- a/dev-python/tempora/tempora-1.7.ebuild +++ b/dev-python/tempora/tempora-1.7.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -24,7 +24,6 @@ RDEPEND=" # The calc-prorate binary used to be part of jaraco.utils DEPEND=" dev-python/setuptools[${PYTHON_USEDEP}] - !<=dev-python/jaraco-utils-10.0.2 >=dev-python/setuptools_scm-1.15.0[${PYTHON_USEDEP}] doc? ( >=dev-python/jaraco-packaging-3.2[${PYTHON_USEDEP}]