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/future/
Date: Thu, 18 Aug 2022 06:18:53
Message-Id: 1660803516.36dd21d412ba15511793b838eab6cd313dbb471e.mgorny@gentoo
1 commit: 36dd21d412ba15511793b838eab6cd313dbb471e
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu Aug 18 05:09:12 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Aug 18 06:18:36 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36dd21d4
7
8 dev-python/future: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/future/future-0.18.2-r1.ebuild | 39 -------------------------------
13 1 file changed, 39 deletions(-)
14
15 diff --git a/dev-python/future/future-0.18.2-r1.ebuild b/dev-python/future/future-0.18.2-r1.ebuild
16 deleted file mode 100644
17 index 1ba5646433bd..000000000000
18 --- a/dev-python/future/future-0.18.2-r1.ebuild
19 +++ /dev/null
20 @@ -1,39 +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 -
26 -PYTHON_COMPAT=( python3_{8..10} pypy3 )
27 -inherit distutils-r1
28 -
29 -DESCRIPTION="Easy, clean, reliable Python 2/3 compatibility"
30 -HOMEPAGE="https://python-future.org/"
31 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
32 -
33 -LICENSE="MIT"
34 -SLOT="0"
35 -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux"
36 -
37 -BDEPEND="
38 - test? (
39 - $(python_gen_cond_dep '
40 - dev-python/numpy[${PYTHON_USEDEP}]
41 - ' 'python*')
42 - )"
43 -
44 -distutils_enable_tests pytest
45 -distutils_enable_sphinx docs dev-python/sphinx-bootstrap-theme
46 -
47 -PATCHES=(
48 - "${FILESDIR}"/${P}-tests.patch
49 - "${FILESDIR}"/${P}-py39.patch
50 - "${FILESDIR}"/${P}-py39-fileurl.patch
51 - "${FILESDIR}"/${P}-py3.10.patch
52 -)
53 -
54 -EPYTEST_DESELECT=(
55 - # tests requiring network access
56 - tests/test_future/test_requests.py
57 - tests/test_future/test_standard_library.py::TestStandardLibraryReorganization::test_moves_urllib_request_http
58 - tests/test_future/test_standard_library.py::TestStandardLibraryReorganization::test_urllib_request_http
59 -)