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/freezegun/
Date: Mon, 14 Jun 2021 22:30:35
Message-Id: 1623709565.08480a503c6b50b142538007272dcc8029246c97.mgorny@gentoo
1 commit: 08480a503c6b50b142538007272dcc8029246c97
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jun 14 22:26:05 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon Jun 14 22:26:05 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=08480a50
7
8 dev-python/freezegun: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/freezegun/freezegun-1.1.0.ebuild | 27 ---------------------------
13 1 file changed, 27 deletions(-)
14
15 diff --git a/dev-python/freezegun/freezegun-1.1.0.ebuild b/dev-python/freezegun/freezegun-1.1.0.ebuild
16 deleted file mode 100644
17 index dae25d175b6..00000000000
18 --- a/dev-python/freezegun/freezegun-1.1.0.ebuild
19 +++ /dev/null
20 @@ -1,27 +0,0 @@
21 -# Copyright 1999-2021 Gentoo Authors
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI=7
25 -PYTHON_COMPAT=( python3_{7,8,9} pypy3 )
26 -
27 -inherit distutils-r1
28 -
29 -DESCRIPTION="Let your Python tests travel through time"
30 -HOMEPAGE="https://github.com/spulec/freezegun"
31 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
32 -
33 -LICENSE="Apache-2.0"
34 -SLOT="0"
35 -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
36 -
37 -RDEPEND="
38 - >dev-python/python-dateutil-2.7[${PYTHON_USEDEP}]
39 -"
40 -BDEPEND="
41 - test? (
42 - $(python_gen_impl_dep sqlite)
43 - dev-python/nose[${PYTHON_USEDEP}]
44 - )
45 -"
46 -
47 -distutils_enable_tests pytest