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: Sun, 27 Feb 2022 18:52:58
Message-Id: 1645987730.b133ba2a7cc4159729ce084e800095b2adb13d01.mgorny@gentoo
1 commit: b133ba2a7cc4159729ce084e800095b2adb13d01
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 27 18:48:50 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 27 18:48:50 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b133ba2a
7
8 dev-python/tzlocal: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/tzlocal/tzlocal-4.1.ebuild | 27 ---------------------------
13 1 file changed, 27 deletions(-)
14
15 diff --git a/dev-python/tzlocal/tzlocal-4.1.ebuild b/dev-python/tzlocal/tzlocal-4.1.ebuild
16 deleted file mode 100644
17 index b7f7c3f25e8e..000000000000
18 --- a/dev-python/tzlocal/tzlocal-4.1.ebuild
19 +++ /dev/null
20 @@ -1,27 +0,0 @@
21 -# Copyright 1999-2022 Gentoo Authors
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI=8
25 -
26 -PYTHON_COMPAT=( python3_{8..10} pypy3 )
27 -inherit distutils-r1
28 -
29 -DESCRIPTION="tzinfo object for the local timezone"
30 -HOMEPAGE="https://github.com/regebro/tzlocal"
31 -SRC_URI="https://github.com/regebro/tzlocal/archive/${PV}.tar.gz -> ${P}.gh.tar.gz"
32 -
33 -LICENSE="MIT"
34 -SLOT="0"
35 -KEYWORDS="amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc x86"
36 -
37 -RDEPEND="
38 - dev-python/pytz_deprecation_shim[${PYTHON_USEDEP}]
39 - $(python_gen_cond_dep '
40 - dev-python/backports-zoneinfo[${PYTHON_USEDEP}]
41 - ' python3_8 pypy3)"
42 -BDEPEND="
43 - test? (
44 - dev-python/pytest-mock[${PYTHON_USEDEP}]
45 - )"
46 -
47 -distutils_enable_tests pytest