commit: 5cdb73269cb8cc9d0075bfda4d13e3b2e9a77db5
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 22 10:27:13 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Mar 22 10:27:13 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5cdb7326
dev-python/tzlocal: Remove old
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/tzlocal/Manifest | 2 --
dev-python/tzlocal/tzlocal-5.2.ebuild | 32 --------------------------------
dev-python/tzlocal/tzlocal-5.3.ebuild | 32 --------------------------------
3 files changed, 66 deletions(-)
diff --git a/dev-python/tzlocal/Manifest b/dev-python/tzlocal/Manifest
index e2fb4b977d0e..afad5f51113d 100644
--- a/dev-python/tzlocal/Manifest
+++ b/dev-python/tzlocal/Manifest
@@ -1,3 +1 @@
-DIST tzlocal-5.2.gh.tar.gz 25734 BLAKE2B
a2f1084e9128bc66ff861bd953a7c7a1c69e29d1e411f9489b9ff13cbadac75f42c126ddd3b66e8426e41d6376d3f9646192dc4bb5ed421b602b85bd8f109233
SHA512
21e25ef6756cb11277027dc388f779f68b1c5e03c1e7dced81fdebe0d3656c81c363a1c2f3a98344f34325bc9533d995c5a006ab7b34ff2907442a6994024d4e
DIST tzlocal-5.3.1.gh.tar.gz 26331 BLAKE2B
d2f2f1981613fd148950bcfe5ab3797597c77342d0d848379562534a4fae2c9b9b0c98d6fb4cc1758d4b1dc6d6bda4d2f3ff9555d0bf0418c4cfa589fb720a12
SHA512
e72581649488e9771d314c7aea149367749866263df18baccb63c4fe369a863c392a8522c6be7987c32ff835dd11aae93b37028b0e7276dcf5c3d6e9a7b63ccc
-DIST tzlocal-5.3.gh.tar.gz 26080 BLAKE2B
3bebf3872a11e1b75c450fa055c14cbc0158bf11dbdb6f67a57506772ebc142887d373abe0d3c1625c6b6b984469e11dd5e2ab1b620f13c03db9327d70e7f2ad
SHA512
46461c368d16d9a8152ef2cc70f5705d2fc87756eaf3ae25065eaa1874f1adce6d7871ee73b9c68d9abb3a46915a29620d2bde018a9b51502247dfa488115b9b
diff --git a/dev-python/tzlocal/tzlocal-5.2.ebuild
b/dev-python/tzlocal/tzlocal-5.2.ebuild
deleted file mode 100644
index 642353fc785d..000000000000
--- a/dev-python/tzlocal/tzlocal-5.2.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..13} pypy3 )
-
-inherit distutils-r1
-
-DESCRIPTION="tzinfo object for the local timezone"
-HOMEPAGE="
- https://github.com/regebro/tzlocal/
- https://pypi.org/project/tzlocal/
-"
-# symlinks aren't correctly preserved in sdist, as of 5.0.1
-SRC_URI="
- https://github.com/regebro/tzlocal/archive/${PV}.tar.gz
- -> ${P}.gh.tar.gz
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390
~sparc x86"
-
-BDEPEND="
- test? (
- dev-python/pytest-mock[${PYTHON_USEDEP}]
- )
-"
-
-distutils_enable_tests pytest
diff --git a/dev-python/tzlocal/tzlocal-5.3.ebuild
b/dev-python/tzlocal/tzlocal-5.3.ebuild
deleted file mode 100644
index 33f63f7ea1dc..000000000000
--- a/dev-python/tzlocal/tzlocal-5.3.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..13} pypy3 pypy3_11 )
-
-inherit distutils-r1
-
-DESCRIPTION="tzinfo object for the local timezone"
-HOMEPAGE="
- https://github.com/regebro/tzlocal/
- https://pypi.org/project/tzlocal/
-"
-# symlinks aren't correctly preserved in sdist, as of 5.0.1
-SRC_URI="
- https://github.com/regebro/tzlocal/archive/${PV}.tar.gz
- -> ${P}.gh.tar.gz
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390
~sparc ~x86"
-
-BDEPEND="
- test? (
- dev-python/pytest-mock[${PYTHON_USEDEP}]
- )
-"
-
-distutils_enable_tests pytest