From 5cdb73269cb8cc9d0075bfda4d13e3b2e9a77db5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Sat, 22 Mar 2025 11:27:13 +0100 Subject: [PATCH] dev-python/tzlocal: Remove old MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- 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(-) delete mode 100644 dev-python/tzlocal/tzlocal-5.2.ebuild delete mode 100644 dev-python/tzlocal/tzlocal-5.3.ebuild diff --git a/dev-python/tzlocal/Manifest b/dev-python/tzlocal/Manifest index e2fb4b977d0ec..afad5f51113d9 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 642353fc785d0..0000000000000 --- 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 33f63f7ea1dc2..0000000000000 --- 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