Gentoo Archives: gentoo-commits

From: Louis Sautier <sbraz@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/tempora/
Date: Sun, 19 Aug 2018 21:51:39
Message-Id: 1534715443.c84d319154d017e1baeb1c8a7009c990853d81e7.sbraz@gentoo
1 commit: c84d319154d017e1baeb1c8a7009c990853d81e7
2 Author: Louis Sautier <sbraz <AT> gentoo <DOT> org>
3 AuthorDate: Sun Aug 19 21:50:43 2018 +0000
4 Commit: Louis Sautier <sbraz <AT> gentoo <DOT> org>
5 CommitDate: Sun Aug 19 21:50:43 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c84d3191
7
8 dev-python/tempora: remove reference to last-rited jaraco-utils
9
10 It was removed in 82fdf6ec4d92196a2d1e7ab8e4cf776d16962497.
11
12 Package-Manager: Portage-2.3.45, Repoman-2.3.10
13
14 dev-python/tempora/tempora-1.12.ebuild | 1 -
15 dev-python/tempora/tempora-1.13.ebuild | 1 -
16 dev-python/tempora/tempora-1.7.ebuild | 3 +--
17 3 files changed, 1 insertion(+), 4 deletions(-)
18
19 diff --git a/dev-python/tempora/tempora-1.12.ebuild b/dev-python/tempora/tempora-1.12.ebuild
20 index 0d45c046097..fac1f1142da 100644
21 --- a/dev-python/tempora/tempora-1.12.ebuild
22 +++ b/dev-python/tempora/tempora-1.12.ebuild
23 @@ -23,7 +23,6 @@ RDEPEND="
24 "
25 # The calc-prorate binary used to be part of jaraco.utils
26 DEPEND="
27 - !<=dev-python/jaraco-utils-10.0.2
28 >=dev-python/setuptools_scm-1.15.0[${PYTHON_USEDEP}]
29 dev-python/setuptools[${PYTHON_USEDEP}]
30 doc? (
31
32 diff --git a/dev-python/tempora/tempora-1.13.ebuild b/dev-python/tempora/tempora-1.13.ebuild
33 index 27020aa721b..e882a86c0f4 100644
34 --- a/dev-python/tempora/tempora-1.13.ebuild
35 +++ b/dev-python/tempora/tempora-1.13.ebuild
36 @@ -19,7 +19,6 @@ IUSE="doc test"
37
38 # The calc-prorate binary used to be part of jaraco.utils
39 RDEPEND="
40 - !<=dev-python/jaraco-utils-10.0.2
41 >=dev-python/jaraco-functools-1.20[${PYTHON_USEDEP}]
42 dev-python/pytz[${PYTHON_USEDEP}]
43 dev-python/six[${PYTHON_USEDEP}]
44
45 diff --git a/dev-python/tempora/tempora-1.7.ebuild b/dev-python/tempora/tempora-1.7.ebuild
46 index ee5115c2e86..99d577d1675 100644
47 --- a/dev-python/tempora/tempora-1.7.ebuild
48 +++ b/dev-python/tempora/tempora-1.7.ebuild
49 @@ -1,4 +1,4 @@
50 -# Copyright 1999-2017 Gentoo Foundation
51 +# Copyright 1999-2018 Gentoo Foundation
52 # Distributed under the terms of the GNU General Public License v2
53
54 EAPI=6
55 @@ -24,7 +24,6 @@ RDEPEND="
56 # The calc-prorate binary used to be part of jaraco.utils
57 DEPEND="
58 dev-python/setuptools[${PYTHON_USEDEP}]
59 - !<=dev-python/jaraco-utils-10.0.2
60 >=dev-python/setuptools_scm-1.15.0[${PYTHON_USEDEP}]
61 doc? (
62 >=dev-python/jaraco-packaging-3.2[${PYTHON_USEDEP}]