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: Fri, 06 May 2022 13:46:06
Message-Id: 1651844749.fbe4af2ecf36d8c5d7d2b76a316b6fbc751ee3ae.mgorny@gentoo
1 commit: fbe4af2ecf36d8c5d7d2b76a316b6fbc751ee3ae
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri May 6 13:45:49 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri May 6 13:45:49 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fbe4af2e
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 | 2 --
13 dev-python/tzlocal/tzlocal-2.1.ebuild | 22 ----------------------
14 dev-python/tzlocal/tzlocal-4.1-r1.ebuild | 28 ----------------------------
15 3 files changed, 52 deletions(-)
16
17 diff --git a/dev-python/tzlocal/Manifest b/dev-python/tzlocal/Manifest
18 index 7a53c7036eb2..92426930bfc5 100644
19 --- a/dev-python/tzlocal/Manifest
20 +++ b/dev-python/tzlocal/Manifest
21 @@ -1,3 +1 @@
22 -DIST tzlocal-2.1.gh.tar.gz 18463 BLAKE2B 73e886cfb6d13bebc1a15a222da60f368a15dc5a097acac74990b1d76bdaa229be8f12ff735d1828ccd78c4c8d06eb5bc0a07da695d70251af1e67e4fb71037e SHA512 2679cebdc2692d9e0e1c9b714994ad881896f53e75ef407229a67c9fee9d27617638a2919865cb67e21e2bbd6e3bc13f2568343037e06603236f25a96aa6863d
23 -DIST tzlocal-4.1.gh.tar.gz 23449 BLAKE2B 1ed3518395674af5b8066825f6a9f1dde411aa0bb534e65e9da44399042bb25ca45b61650bd7ce81d4912c3d5e1fde132d002d189fe388cd6bd4b7ed6d05bb79 SHA512 f6518c95b1e0ac0424a9f51f8ae0d39a50cacb510c8358a4fab077059e57959dd7b83d82ba455e9f7cca9bfc9224662f979d391a09d5516d172f1d6d3292779a
24 DIST tzlocal-4.2.gh.tar.gz 23649 BLAKE2B 8b50f13854543a3ba5506bf7562ef0f3a7e7b5a20c7af037dd6eece0af16ead2b762b652b9bee0aaeede73178137293773e428a347e78ae7df999be609a34e3b SHA512 574c2f886fa6d1f2973e1ce817bd3347a77bd3beb0535bf5ba93e028e31388987f3f55369bd5a4a4a86c72af226256cdd7803f5bbe3ca6ce891b5adefdce776e
25
26 diff --git a/dev-python/tzlocal/tzlocal-2.1.ebuild b/dev-python/tzlocal/tzlocal-2.1.ebuild
27 deleted file mode 100644
28 index 67fabde5a042..000000000000
29 --- a/dev-python/tzlocal/tzlocal-2.1.ebuild
30 +++ /dev/null
31 @@ -1,22 +0,0 @@
32 -# Copyright 1999-2021 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=7
36 -
37 -PYTHON_COMPAT=( python3_{7..10} )
38 -
39 -inherit distutils-r1
40 -
41 -DESCRIPTION="tzinfo object for the local timezone"
42 -HOMEPAGE="https://github.com/regebro/tzlocal"
43 -SRC_URI="https://github.com/regebro/tzlocal/archive/${PV}.tar.gz -> ${P}.gh.tar.gz"
44 -
45 -LICENSE="MIT"
46 -SLOT="0"
47 -KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv x86"
48 -IUSE=""
49 -
50 -RDEPEND="dev-python/pytz[${PYTHON_USEDEP}]"
51 -DEPEND="test? ( dev-python/mock[${PYTHON_USEDEP}] )"
52 -
53 -distutils_enable_tests unittest
54
55 diff --git a/dev-python/tzlocal/tzlocal-4.1-r1.ebuild b/dev-python/tzlocal/tzlocal-4.1-r1.ebuild
56 deleted file mode 100644
57 index 67a8bcfa85da..000000000000
58 --- a/dev-python/tzlocal/tzlocal-4.1-r1.ebuild
59 +++ /dev/null
60 @@ -1,28 +0,0 @@
61 -# Copyright 1999-2022 Gentoo Authors
62 -# Distributed under the terms of the GNU General Public License v2
63 -
64 -EAPI=8
65 -
66 -DISTUTILS_USE_PEP517=setuptools
67 -PYTHON_COMPAT=( python3_{8..10} pypy3 )
68 -inherit distutils-r1
69 -
70 -DESCRIPTION="tzinfo object for the local timezone"
71 -HOMEPAGE="https://github.com/regebro/tzlocal"
72 -SRC_URI="https://github.com/regebro/tzlocal/archive/${PV}.tar.gz -> ${P}.gh.tar.gz"
73 -
74 -LICENSE="MIT"
75 -SLOT="0"
76 -KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc x86"
77 -
78 -RDEPEND="
79 - dev-python/pytz_deprecation_shim[${PYTHON_USEDEP}]
80 - $(python_gen_cond_dep '
81 - dev-python/backports-zoneinfo[${PYTHON_USEDEP}]
82 - ' python3_8 pypy3)"
83 -BDEPEND="
84 - test? (
85 - dev-python/pytest-mock[${PYTHON_USEDEP}]
86 - )"
87 -
88 -distutils_enable_tests pytest