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: Sat, 03 Nov 2018 15:41:51
Message-Id: 1541259587.f8596c5dc9e3a62c2acdfeb9faf00f92a501563d.sbraz@gentoo
1 commit: f8596c5dc9e3a62c2acdfeb9faf00f92a501563d
2 Author: Louis Sautier <sbraz <AT> gentoo <DOT> org>
3 AuthorDate: Sat Nov 3 15:39:47 2018 +0000
4 Commit: Louis Sautier <sbraz <AT> gentoo <DOT> org>
5 CommitDate: Sat Nov 3 15:39:47 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8596c5d
7
8 dev-python/tempora: remove reference to last-rited package
9
10 This should have been done in c84d319154d017e1baeb1c8a7009c990853d81e7.
11
12 Signed-off-by: Louis Sautier <sbraz <AT> gentoo.org>
13 Package-Manager: Portage-2.3.51, Repoman-2.3.11
14
15 dev-python/tempora/tempora-1.12.ebuild | 3 +--
16 dev-python/tempora/tempora-1.13.ebuild | 3 +--
17 dev-python/tempora/tempora-1.7.ebuild | 3 +--
18 3 files changed, 3 insertions(+), 6 deletions(-)
19
20 diff --git a/dev-python/tempora/tempora-1.12.ebuild b/dev-python/tempora/tempora-1.12.ebuild
21 index fac1f1142da..08220e64091 100644
22 --- a/dev-python/tempora/tempora-1.12.ebuild
23 +++ b/dev-python/tempora/tempora-1.12.ebuild
24 @@ -1,4 +1,4 @@
25 -# Copyright 1999-2018 Gentoo Foundation
26 +# Copyright 1999-2018 Gentoo Authors
27 # Distributed under the terms of the GNU General Public License v2
28
29 EAPI=7
30 @@ -21,7 +21,6 @@ RDEPEND="
31 dev-python/pytz[${PYTHON_USEDEP}]
32 dev-python/six[${PYTHON_USEDEP}]
33 "
34 -# The calc-prorate binary used to be part of jaraco.utils
35 DEPEND="
36 >=dev-python/setuptools_scm-1.15.0[${PYTHON_USEDEP}]
37 dev-python/setuptools[${PYTHON_USEDEP}]
38
39 diff --git a/dev-python/tempora/tempora-1.13.ebuild b/dev-python/tempora/tempora-1.13.ebuild
40 index e882a86c0f4..0d46a295b0f 100644
41 --- a/dev-python/tempora/tempora-1.13.ebuild
42 +++ b/dev-python/tempora/tempora-1.13.ebuild
43 @@ -1,4 +1,4 @@
44 -# Copyright 1999-2018 Gentoo Foundation
45 +# Copyright 1999-2018 Gentoo Authors
46 # Distributed under the terms of the GNU General Public License v2
47
48 EAPI=7
49 @@ -17,7 +17,6 @@ SLOT="0"
50 KEYWORDS="~amd64 ~x86"
51 IUSE="doc test"
52
53 -# The calc-prorate binary used to be part of jaraco.utils
54 RDEPEND="
55 >=dev-python/jaraco-functools-1.20[${PYTHON_USEDEP}]
56 dev-python/pytz[${PYTHON_USEDEP}]
57
58 diff --git a/dev-python/tempora/tempora-1.7.ebuild b/dev-python/tempora/tempora-1.7.ebuild
59 index 99d577d1675..17583e8875a 100644
60 --- a/dev-python/tempora/tempora-1.7.ebuild
61 +++ b/dev-python/tempora/tempora-1.7.ebuild
62 @@ -1,4 +1,4 @@
63 -# Copyright 1999-2018 Gentoo Foundation
64 +# Copyright 1999-2018 Gentoo Authors
65 # Distributed under the terms of the GNU General Public License v2
66
67 EAPI=6
68 @@ -21,7 +21,6 @@ RDEPEND="
69 dev-python/pytz[${PYTHON_USEDEP}]
70 dev-python/six[${PYTHON_USEDEP}]
71 "
72 -# The calc-prorate binary used to be part of jaraco.utils
73 DEPEND="
74 dev-python/setuptools[${PYTHON_USEDEP}]
75 >=dev-python/setuptools_scm-1.15.0[${PYTHON_USEDEP}]