commit:     278d7b68a749aadb4687bca812f8780d67f05572
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 14 11:16:12 2023 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat Jan 14 11:16:12 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=278d7b68

dev-python/time-machine: remove py3.8

Signed-off-by: David Seifert <soap <AT> gentoo.org>

 dev-python/time-machine/time-machine-2.8.2.ebuild | 11 ++---------
 dev-python/time-machine/time-machine-2.9.0.ebuild |  9 +--------
 2 files changed, 3 insertions(+), 17 deletions(-)

diff --git a/dev-python/time-machine/time-machine-2.8.2.ebuild 
b/dev-python/time-machine/time-machine-2.8.2.ebuild
index e7b8033bcf4c..4f651ae7e543 100644
--- a/dev-python/time-machine/time-machine-2.8.2.ebuild
+++ b/dev-python/time-machine/time-machine-2.8.2.ebuild
@@ -1,10 +1,10 @@
-# Copyright 2022 Gentoo Authors
+# Copyright 2022-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..11} )
+PYTHON_COMPAT=( python3_{9..11} )
 
 inherit distutils-r1
 
@@ -25,12 +25,5 @@ KEYWORDS="~amd64 ~ppc"
 RDEPEND="
        dev-python/python-dateutil[${PYTHON_USEDEP}]
 "
-BDEPEND="
-       test? (
-               $(python_gen_cond_dep '
-                       dev-python/backports-zoneinfo[${PYTHON_USEDEP}]
-               ' 3.8)
-       )
-"
 
 distutils_enable_tests pytest

diff --git a/dev-python/time-machine/time-machine-2.9.0.ebuild 
b/dev-python/time-machine/time-machine-2.9.0.ebuild
index 6c033cf82850..0f892d6ef9fc 100644
--- a/dev-python/time-machine/time-machine-2.9.0.ebuild
+++ b/dev-python/time-machine/time-machine-2.9.0.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..11} )
+PYTHON_COMPAT=( python3_{9..11} )
 
 inherit distutils-r1
 
@@ -25,12 +25,5 @@ KEYWORDS="~amd64 ~ppc ~ppc64 ~riscv"
 RDEPEND="
        dev-python/python-dateutil[${PYTHON_USEDEP}]
 "
-BDEPEND="
-       test? (
-               $(python_gen_cond_dep '
-                       dev-python/backports-zoneinfo[${PYTHON_USEDEP}]
-               ' 3.8)
-       )
-"
 
 distutils_enable_tests pytest

Reply via email to