commit:     0b6119cb0f8edc5e035d3a6066c73083cc545796
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 19 02:20:34 2025 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Dec 19 03:30:57 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b6119cb

dev-python/time-machine: Remove old

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/time-machine/Manifest                   |  3 --
 dev-python/time-machine/time-machine-2.16.0.ebuild | 30 -------------------
 dev-python/time-machine/time-machine-3.0.0.ebuild  | 35 ----------------------
 dev-python/time-machine/time-machine-3.1.0.ebuild  | 35 ----------------------
 4 files changed, 103 deletions(-)

diff --git a/dev-python/time-machine/Manifest b/dev-python/time-machine/Manifest
index 97ae71a7fa44..92a709546e89 100644
--- a/dev-python/time-machine/Manifest
+++ b/dev-python/time-machine/Manifest
@@ -1,5 +1,2 @@
-DIST time-machine-2.16.0.gh.tar.gz 30522 BLAKE2B 
71b1d2848bd0a72d193b262299976da4aeac3deb52776ebcc855dfc9e6eabc8d9459c123980d7b0b9e29bc2df66193f287a4817ec351ae43994b969731da7bc9
 SHA512 
19b764cccdff07056a7d42841da576d90037661a9f124e3fbab408bfa61dccf4b51b88a7e0741c87b03e7a8cc3306bb0ed32bd66588e45c9ab7e9d9cb5ba44ae
 DIST time-machine-2.19.0.gh.tar.gz 78404 BLAKE2B 
3682f71881c6ca619269a827fb6b0bb4af27deef42a128e67784cfbec92f73523463f25341b1afaf92591578d4ec50e75593cba54b663cae120188b35918ce91
 SHA512 
1efa686a0b647cede3ee20a89bfe03b1be7b97042a3e75939fa26665f8a781c99bc96f98fdbeeedba6e5ca62521f9e7283a82af25e412c17099235e84c64eed6
-DIST time-machine-3.0.0.gh.tar.gz 75674 BLAKE2B 
5111bf4bc2de87ad94b3bbb017ba4f4877eb5ddd9998110cc49071dbcfe0b966f6e4726a3a5c9192e0ddd79fb7279d2d3ecb2df9d745e6d8186bc473efbfac34
 SHA512 
ac40d598810124555c68abf5d286e5ae42669294f912fa2967e2088edea1544b11cd9f4f64d60d4ad8c256be0db151b30976baf665d7d1cd6362af6c85a239c4
-DIST time-machine-3.1.0.gh.tar.gz 75765 BLAKE2B 
e74dd8d06bd7d8a0f1a4df34ae01e4cea0271319c3951b420b5212cb6383addfef8016f9cb4d9a3085ae518e04b98a0d7b5178fec2793c04c5c82560e69572b2
 SHA512 
4312b82a8e968bdbdab59e81636d489d025e930166466572494ccb47da581b7bd9263a83d0587d023d5ff2f8d46223bdee3811d6b318b2ccd00dea58acdf2d8c
 DIST time-machine-3.2.0.gh.tar.gz 85884 BLAKE2B 
dc771f17c8089a6f121cf99ad8dcf5f0e9aaec345dbdfb0be4ccfc9123b10561cebc116dd9db6d1b4c939cf49fa80e16d8be75e9adfe394ad5392dc1dfe2c12c
 SHA512 
84ff8d2e9c9bdde90efe3548bc151f38f812a4ba624cc9556dd2a89f72d664d73dca8be64a65ca2a5019393e5a8f91e130804313685b23dccc4932a9e05f973b

diff --git a/dev-python/time-machine/time-machine-2.16.0.ebuild 
b/dev-python/time-machine/time-machine-2.16.0.ebuild
deleted file mode 100644
index 48dc72807eb5..000000000000
--- a/dev-python/time-machine/time-machine-2.16.0.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 2022-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_EXT=1
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{11..14} )
-
-inherit distutils-r1
-
-DESCRIPTION="Travel through time in your tests"
-HOMEPAGE="
-       https://github.com/adamchainz/time-machine/
-       https://pypi.org/project/time-machine/
-"
-SRC_URI="
-       https://github.com/adamchainz/time-machine/archive/${PV}.tar.gz
-               -> ${P}.gh.tar.gz
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv 
~s390 ~sparc x86"
-
-RDEPEND="
-       dev-python/python-dateutil[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests pytest

diff --git a/dev-python/time-machine/time-machine-3.0.0.ebuild 
b/dev-python/time-machine/time-machine-3.0.0.ebuild
deleted file mode 100644
index d8f4d4ec2263..000000000000
--- a/dev-python/time-machine/time-machine-3.0.0.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 2022-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_EXT=1
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{11..14} )
-
-inherit distutils-r1
-
-DESCRIPTION="Travel through time in your tests"
-HOMEPAGE="
-       https://github.com/adamchainz/time-machine/
-       https://pypi.org/project/time-machine/
-"
-SRC_URI="
-       https://github.com/adamchainz/time-machine/archive/${PV}.tar.gz
-               -> ${P}.gh.tar.gz
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~x86"
-
-BDEPEND="
-       test? (
-               dev-python/python-dateutil[${PYTHON_USEDEP}]
-               dev-python/tokenize-rt[${PYTHON_USEDEP}]
-       )
-"
-
-EPYTEST_PLUGIN_LOAD_VIA_ENV=1
-EPYTEST_PLUGINS=( "${PN}" )
-distutils_enable_tests pytest

diff --git a/dev-python/time-machine/time-machine-3.1.0.ebuild 
b/dev-python/time-machine/time-machine-3.1.0.ebuild
deleted file mode 100644
index d8f4d4ec2263..000000000000
--- a/dev-python/time-machine/time-machine-3.1.0.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 2022-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_EXT=1
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{11..14} )
-
-inherit distutils-r1
-
-DESCRIPTION="Travel through time in your tests"
-HOMEPAGE="
-       https://github.com/adamchainz/time-machine/
-       https://pypi.org/project/time-machine/
-"
-SRC_URI="
-       https://github.com/adamchainz/time-machine/archive/${PV}.tar.gz
-               -> ${P}.gh.tar.gz
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~x86"
-
-BDEPEND="
-       test? (
-               dev-python/python-dateutil[${PYTHON_USEDEP}]
-               dev-python/tokenize-rt[${PYTHON_USEDEP}]
-       )
-"
-
-EPYTEST_PLUGIN_LOAD_VIA_ENV=1
-EPYTEST_PLUGINS=( "${PN}" )
-distutils_enable_tests pytest

Reply via email to