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/pytest-freezegun/
Date: Fri, 27 May 2022 19:48:25
Message-Id: 1653680779.fea2c8320d240b9e1a36dc1fd35bee72adadfca2.mgorny@gentoo
1 commit: fea2c8320d240b9e1a36dc1fd35bee72adadfca2
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri May 27 19:46:19 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri May 27 19:46:19 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fea2c832
7
8 dev-python/pytest-freezegun: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 .../pytest-freezegun/pytest-freezegun-0.4.2.ebuild | 23 ----------------------
13 1 file changed, 23 deletions(-)
14
15 diff --git a/dev-python/pytest-freezegun/pytest-freezegun-0.4.2.ebuild b/dev-python/pytest-freezegun/pytest-freezegun-0.4.2.ebuild
16 deleted file mode 100644
17 index 27d5e3ea6050..000000000000
18 --- a/dev-python/pytest-freezegun/pytest-freezegun-0.4.2.ebuild
19 +++ /dev/null
20 @@ -1,23 +0,0 @@
21 -# Copyright 2020-2021 Gentoo Authors
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI=7
25 -
26 -PYTHON_COMPAT=( python3_{7..10} pypy3 )
27 -inherit distutils-r1
28 -
29 -DESCRIPTION="Easily freeze time in pytest test + fixtures"
30 -HOMEPAGE="https://github.com/ktosiek/pytest-freezegun"
31 -SRC_URI="
32 - https://github.com/ktosiek/pytest-freezegun/archive/${PV}.tar.gz
33 - -> ${P}.gh.tar.gz"
34 -
35 -LICENSE="MIT"
36 -SLOT="0"
37 -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv sparc x86 ~x64-macos"
38 -
39 -RDEPEND="
40 - dev-python/freezegun[${PYTHON_USEDEP}]
41 - dev-python/pytest[${PYTHON_USEDEP}]"
42 -
43 -distutils_enable_tests --install pytest