From 5b73a06fe2f2d7740ae6912c77b9d9f084c5f86e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Wed, 9 Sep 2026 04:07:18 +0200 Subject: [PATCH] dev-python/time-machine: Bump to 3.5.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- dev-python/time-machine/Manifest | 1 + .../time-machine/time-machine-3.5.1.ebuild | 36 +++++++++++++++++++ 2 files changed, 37 insertions(+) create mode 100644 dev-python/time-machine/time-machine-3.5.1.ebuild diff --git a/dev-python/time-machine/Manifest b/dev-python/time-machine/Manifest index 5fc268e6fdfa6..64d6fdf5ddf07 100644 --- a/dev-python/time-machine/Manifest +++ b/dev-python/time-machine/Manifest @@ -2,3 +2,4 @@ DIST time-machine-3.2.0.gh.tar.gz 85884 BLAKE2B dc771f17c8089a6f121cf99ad8dcf5f0 DIST time-machine-3.3.1.gh.tar.gz 106731 BLAKE2B 2bfa1278325a8e09b5ce98b9b16fcbe6bc783d0ee45713f341815c12fb0e573d52d5595b2e542139b940cc1136d173c2260523193eaa8a653da5288ab5136904 SHA512 29db83914ffdce0a00a6f84bf4638c1ccaf7d4a3d85e9423cb0b9c5700ee89d11710e754bfb448fde5e9a4cb8acb455143c0896af8ca34919296c06cd1380fe6 DIST time-machine-3.4.0.gh.tar.gz 112256 BLAKE2B 08a915d2e72b1d416d4b8a629bad5de29e9b96166af397d31b47669531b59cf710d8276c2bb2b77799d7f28506b287628bcaef17837190c9a17903f19f159bcf SHA512 539c6be5ed35331698ccd9d95beb969c201c9e8427f19ddd4db0e5edc1a6d22c63960674115964e40bfd59d03cade800a581d68b01f63b927c819042bf5a404d DIST time-machine-3.5.0.gh.tar.gz 134115 BLAKE2B c7b23c0efcb6e179416bd44d245bcc7bd235f4d46a601c3db3cd0afd5bba01790369f1341ff717549c73326cd4883674ee001231c3aac9a394709186b62bafc7 SHA512 418e5d868995448624dbb63dcb0032801b368d43bb43027e51b5b737b752e879c6bb10029efe302c63018fef290b92148e6925f4aa6e0567c50b54a6166b4d7c +DIST time-machine-3.5.1.gh.tar.gz 146210 BLAKE2B dddcc578bb23cb038b46c7a37640ce769369febe7d64d97f6ace4293c776b6cb374388bcd5705d7ccfd42000311e86fa214429c07655d1e15f2ac3c73d85c70a SHA512 04b365a010cb1a604a3ea214855bc016890c00795214c1bd09b1ec3d4b858e9428284a6c94308a7510fd3018f4c8974f2dba6836983807975d2994c30eb06be9 diff --git a/dev-python/time-machine/time-machine-3.5.1.ebuild b/dev-python/time-machine/time-machine-3.5.1.ebuild new file mode 100644 index 0000000000000..a7b6e802cead3 --- /dev/null +++ b/dev-python/time-machine/time-machine-3.5.1.ebuild @@ -0,0 +1,36 @@ +# Copyright 2022-2026 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_{12..15} python3_{14..15}t ) + +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" + +BDEPEND=" + test? ( + dev-python/freezegun[${PYTHON_USEDEP}] + dev-python/python-dateutil[${PYTHON_USEDEP}] + dev-python/tokenize-rt[${PYTHON_USEDEP}] + ) +" + +EPYTEST_PLUGIN_LOAD_VIA_ENV=1 +EPYTEST_PLUGINS=( "${PN}" hypothesis ) +distutils_enable_tests pytest