Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/time-machine/
Date: Sun, 01 Jan 2023 07:26:45
Message-Id: 1672555101.de3dceec7fd6ea79d60446d6902230a0d5d7a0dd.mgorny@gentoo
1 commit: de3dceec7fd6ea79d60446d6902230a0d5d7a0dd
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 1 06:38:21 2023 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 1 06:38:21 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de3dceec
7
8 dev-python/time-machine: Bump to 2.9.0
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/time-machine/Manifest | 1 +
13 dev-python/time-machine/time-machine-2.9.0.ebuild | 36 +++++++++++++++++++++++
14 2 files changed, 37 insertions(+)
15
16 diff --git a/dev-python/time-machine/Manifest b/dev-python/time-machine/Manifest
17 index a8fc15ce2551..a418d0444381 100644
18 --- a/dev-python/time-machine/Manifest
19 +++ b/dev-python/time-machine/Manifest
20 @@ -1 +1,2 @@
21 DIST time-machine-2.8.2.gh.tar.gz 27856 BLAKE2B 2669bacfc7fb9d10186d6053ee155ca7dd28ec3da688971baa371eb8e095a8694e955797bdf1b556056e79277d46c2382dd06979d8e960da5731c3710018e445 SHA512 f49442fe2b846676abca15a9e7231a4b59e8d520482a4ef2294eac9a4e2c0866836d6bd9bec42202bf5f9e94766e9c2a00d4f7c6eb76d5cbc8a702fceef4294c
22 +DIST time-machine-2.9.0.gh.tar.gz 28043 BLAKE2B 9a9a521c94b72a7464853661da791b6f57f5155ddc62ffceeb82f808903f4c337e6bf48fe8300bb4f9f5673fd175fd85038a4e80a39e8f3e096c12c27ee790ec SHA512 ecc780a72d279b49d026a8f3f89210cb4c90e02c5a517c08eadbabcb65216a24c603ace39afd76ea1e6ccdef589d5997581d0db7477bb28fe4d1e0510daf17a0
23
24 diff --git a/dev-python/time-machine/time-machine-2.9.0.ebuild b/dev-python/time-machine/time-machine-2.9.0.ebuild
25 new file mode 100644
26 index 000000000000..a526c33dc380
27 --- /dev/null
28 +++ b/dev-python/time-machine/time-machine-2.9.0.ebuild
29 @@ -0,0 +1,36 @@
30 +# Copyright 2022-2023 Gentoo Authors
31 +# Distributed under the terms of the GNU General Public License v2
32 +
33 +EAPI=8
34 +
35 +DISTUTILS_USE_PEP517=setuptools
36 +PYTHON_COMPAT=( python3_{8..11} )
37 +
38 +inherit distutils-r1
39 +
40 +DESCRIPTION="Travel through time in your tests"
41 +HOMEPAGE="
42 + https://github.com/adamchainz/time-machine/
43 + https://pypi.org/project/time-machine/
44 +"
45 +SRC_URI="
46 + https://github.com/adamchainz/time-machine/archive/${PV}.tar.gz
47 + -> ${P}.gh.tar.gz
48 +"
49 +
50 +LICENSE="MIT"
51 +SLOT="0"
52 +KEYWORDS="~amd64 ~ppc"
53 +
54 +RDEPEND="
55 + dev-python/python-dateutil[${PYTHON_USEDEP}]
56 +"
57 +BDEPEND="
58 + test? (
59 + $(python_gen_cond_dep '
60 + dev-python/backports-zoneinfo[${PYTHON_USEDEP}]
61 + ' 3.8)
62 + )
63 +"
64 +
65 +distutils_enable_tests pytest