Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/tzlocal/
Date: Mon, 22 Nov 2021 20:44:26
Message-Id: 1637613859.2cf313b18653241bbfe348e735f7b9eb975d54e5.mgorny@gentoo
1 commit: 2cf313b18653241bbfe348e735f7b9eb975d54e5
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon Nov 22 19:44:32 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon Nov 22 20:44:19 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2cf313b1
7
8 dev-python/tzlocal: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/tzlocal/Manifest | 4 ----
13 dev-python/tzlocal/tzlocal-3.0.ebuild | 27 ---------------------------
14 dev-python/tzlocal/tzlocal-4.0.1.ebuild | 27 ---------------------------
15 dev-python/tzlocal/tzlocal-4.0.2.ebuild | 27 ---------------------------
16 dev-python/tzlocal/tzlocal-4.0.ebuild | 27 ---------------------------
17 5 files changed, 112 deletions(-)
18
19 diff --git a/dev-python/tzlocal/Manifest b/dev-python/tzlocal/Manifest
20 index bcfedd9b083d..eb6f45f34c95 100644
21 --- a/dev-python/tzlocal/Manifest
22 +++ b/dev-python/tzlocal/Manifest
23 @@ -1,6 +1,2 @@
24 DIST tzlocal-2.1.gh.tar.gz 18463 BLAKE2B 73e886cfb6d13bebc1a15a222da60f368a15dc5a097acac74990b1d76bdaa229be8f12ff735d1828ccd78c4c8d06eb5bc0a07da695d70251af1e67e4fb71037e SHA512 2679cebdc2692d9e0e1c9b714994ad881896f53e75ef407229a67c9fee9d27617638a2919865cb67e21e2bbd6e3bc13f2568343037e06603236f25a96aa6863d
25 -DIST tzlocal-3.0.gh.tar.gz 18924 BLAKE2B 340739015ce0fae245ddcb2d3f6250886261a81a49c9db7960515e178090183d3a826ee494763503023c033d3d9c19771aad865d4c1150350a118250aab23362 SHA512 9060eb325783d183bfaf7038476031a2ea22fd4ba50f6b5caf3d8eda15d9c90e557c64a0218c7e3c3df51f385378fe8a17f10871abb038012e1d05a9547918c3
26 -DIST tzlocal-4.0.1.gh.tar.gz 22737 BLAKE2B 0b84ab7ac80397d2d72e0627d3766e1f6a6402c3d0505f0ff0fc02fc524b372a92e0fe948f1f8ec59b0ccfae64f8240bddc8800fe988627a87aec5b8937a6df9 SHA512 0e83e9cba7d74690677d32087a82a54bf1f80dde121d6eed80ca0a80851832ef197cfab07728353619904706b989bbb4c9ca1736e7e1e6c710ad4ec93f74ac22
27 -DIST tzlocal-4.0.2.gh.tar.gz 22978 BLAKE2B 4c1d7ed518ed6984f2dd055ab4bdeeb9acee1c2fae14160ab8752adae8cc16969ec822d0b20d2b77d40d6b52a929f44d83b2537dffbd3b7db6c016145b870ec0 SHA512 4624bfda1e712bf898a4d3a8e4be20082689caf533bc340f0dede068323a4848328e7c4a2bb0d63e4ed59258ef5f21654d47135419360f73d0bdb7c38aee2906
28 -DIST tzlocal-4.0.gh.tar.gz 22582 BLAKE2B 35ef0b9f64e0b2758ecda19669957666ffcd807197cfef74583d94a3e2ca01811e55b27228522723dec140dd4ede69e30585d850f03f55db084d975e871d2f63 SHA512 8bb31f3d85256aaab2a803c34ea35677a25ae2bf339d54a1fb4466d035631d9f22ea465448d7905d607a17c6b1180cbc619ce06b39c3ebe724270bc048bd96ed
29 DIST tzlocal-4.1.gh.tar.gz 23449 BLAKE2B 1ed3518395674af5b8066825f6a9f1dde411aa0bb534e65e9da44399042bb25ca45b61650bd7ce81d4912c3d5e1fde132d002d189fe388cd6bd4b7ed6d05bb79 SHA512 f6518c95b1e0ac0424a9f51f8ae0d39a50cacb510c8358a4fab077059e57959dd7b83d82ba455e9f7cca9bfc9224662f979d391a09d5516d172f1d6d3292779a
30
31 diff --git a/dev-python/tzlocal/tzlocal-3.0.ebuild b/dev-python/tzlocal/tzlocal-3.0.ebuild
32 deleted file mode 100644
33 index 616020e397d2..000000000000
34 --- a/dev-python/tzlocal/tzlocal-3.0.ebuild
35 +++ /dev/null
36 @@ -1,27 +0,0 @@
37 -# Copyright 1999-2021 Gentoo Authors
38 -# Distributed under the terms of the GNU General Public License v2
39 -
40 -EAPI=8
41 -
42 -PYTHON_COMPAT=( python3_{8..10} )
43 -inherit distutils-r1
44 -
45 -DESCRIPTION="tzinfo object for the local timezone"
46 -HOMEPAGE="https://github.com/regebro/tzlocal"
47 -SRC_URI="https://github.com/regebro/tzlocal/archive/${PV}.tar.gz -> ${P}.gh.tar.gz"
48 -
49 -LICENSE="MIT"
50 -SLOT="0"
51 -KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv x86"
52 -IUSE=""
53 -
54 -RDEPEND="
55 - $(python_gen_cond_dep '
56 - dev-python/backports-zoneinfo[${PYTHON_USEDEP}]
57 - ' python3_8 pypy3)"
58 -BDEPEND="
59 - test? (
60 - dev-python/pytest-mock[${PYTHON_USEDEP}]
61 - )"
62 -
63 -distutils_enable_tests pytest
64
65 diff --git a/dev-python/tzlocal/tzlocal-4.0.1.ebuild b/dev-python/tzlocal/tzlocal-4.0.1.ebuild
66 deleted file mode 100644
67 index e052e465a137..000000000000
68 --- a/dev-python/tzlocal/tzlocal-4.0.1.ebuild
69 +++ /dev/null
70 @@ -1,27 +0,0 @@
71 -# Copyright 1999-2021 Gentoo Authors
72 -# Distributed under the terms of the GNU General Public License v2
73 -
74 -EAPI=8
75 -
76 -PYTHON_COMPAT=( python3_{8..10} )
77 -inherit distutils-r1
78 -
79 -DESCRIPTION="tzinfo object for the local timezone"
80 -HOMEPAGE="https://github.com/regebro/tzlocal"
81 -SRC_URI="https://github.com/regebro/tzlocal/archive/${PV}.tar.gz -> ${P}.gh.tar.gz"
82 -
83 -LICENSE="MIT"
84 -SLOT="0"
85 -KEYWORDS="~amd64 ~arm64 ~x86"
86 -
87 -RDEPEND="
88 - dev-python/pytz_deprecation_shim[${PYTHON_USEDEP}]
89 - $(python_gen_cond_dep '
90 - dev-python/backports-zoneinfo[${PYTHON_USEDEP}]
91 - ' python3_8 pypy3)"
92 -BDEPEND="
93 - test? (
94 - dev-python/pytest-mock[${PYTHON_USEDEP}]
95 - )"
96 -
97 -distutils_enable_tests pytest
98
99 diff --git a/dev-python/tzlocal/tzlocal-4.0.2.ebuild b/dev-python/tzlocal/tzlocal-4.0.2.ebuild
100 deleted file mode 100644
101 index e052e465a137..000000000000
102 --- a/dev-python/tzlocal/tzlocal-4.0.2.ebuild
103 +++ /dev/null
104 @@ -1,27 +0,0 @@
105 -# Copyright 1999-2021 Gentoo Authors
106 -# Distributed under the terms of the GNU General Public License v2
107 -
108 -EAPI=8
109 -
110 -PYTHON_COMPAT=( python3_{8..10} )
111 -inherit distutils-r1
112 -
113 -DESCRIPTION="tzinfo object for the local timezone"
114 -HOMEPAGE="https://github.com/regebro/tzlocal"
115 -SRC_URI="https://github.com/regebro/tzlocal/archive/${PV}.tar.gz -> ${P}.gh.tar.gz"
116 -
117 -LICENSE="MIT"
118 -SLOT="0"
119 -KEYWORDS="~amd64 ~arm64 ~x86"
120 -
121 -RDEPEND="
122 - dev-python/pytz_deprecation_shim[${PYTHON_USEDEP}]
123 - $(python_gen_cond_dep '
124 - dev-python/backports-zoneinfo[${PYTHON_USEDEP}]
125 - ' python3_8 pypy3)"
126 -BDEPEND="
127 - test? (
128 - dev-python/pytest-mock[${PYTHON_USEDEP}]
129 - )"
130 -
131 -distutils_enable_tests pytest
132
133 diff --git a/dev-python/tzlocal/tzlocal-4.0.ebuild b/dev-python/tzlocal/tzlocal-4.0.ebuild
134 deleted file mode 100644
135 index a6fc123e49fa..000000000000
136 --- a/dev-python/tzlocal/tzlocal-4.0.ebuild
137 +++ /dev/null
138 @@ -1,27 +0,0 @@
139 -# Copyright 1999-2021 Gentoo Authors
140 -# Distributed under the terms of the GNU General Public License v2
141 -
142 -EAPI=8
143 -
144 -PYTHON_COMPAT=( python3_{8..10} )
145 -inherit distutils-r1
146 -
147 -DESCRIPTION="tzinfo object for the local timezone"
148 -HOMEPAGE="https://github.com/regebro/tzlocal"
149 -SRC_URI="https://github.com/regebro/tzlocal/archive/${PV}.tar.gz -> ${P}.gh.tar.gz"
150 -
151 -LICENSE="MIT"
152 -SLOT="0"
153 -KEYWORDS="~amd64 ~x86"
154 -
155 -RDEPEND="
156 - dev-python/pytz_deprecation_shim[${PYTHON_USEDEP}]
157 - $(python_gen_cond_dep '
158 - dev-python/backports-zoneinfo[${PYTHON_USEDEP}]
159 - ' python3_8 pypy3)"
160 -BDEPEND="
161 - test? (
162 - dev-python/pytest-mock[${PYTHON_USEDEP}]
163 - )"
164 -
165 -distutils_enable_tests pytest