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: profiles/, virtual/python-futures/
Date: Sat, 01 Aug 2020 21:31:23
Message-Id: 1596317466.efdae8caecb1592655e5c742e64d1e76e09fec5f.mgorny@gentoo
1 commit: efdae8caecb1592655e5c742e64d1e76e09fec5f
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Aug 1 21:31:06 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Aug 1 21:31:06 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=efdae8ca
7
8 virtual/python-futures: Remove package
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 profiles/package.deprecated | 7 -------
13 virtual/python-futures/metadata.xml | 8 --------
14 virtual/python-futures/python-futures-1.ebuild | 16 ----------------
15 3 files changed, 31 deletions(-)
16
17 diff --git a/profiles/package.deprecated b/profiles/package.deprecated
18 index 22244b847ff..b7dca5d2535 100644
19 --- a/profiles/package.deprecated
20 +++ b/profiles/package.deprecated
21 @@ -61,13 +61,6 @@ gnome-base/libgnome-keyring
22 gnome-base/libgnomeui
23 gnome-base/orbit
24
25 -# Michał Górny <mgorny@g.o> (2020-03-16)
26 -# Virtuals for Python 2 backports. Mostly obsolete, and some of them
27 -# are really confusing. Use $(python_gen_cond_dep ...) instead
28 -# if your package still needs to support Python 2 (or remove it
29 -# for Python 3 only packages).
30 -virtual/python-futures
31 -
32 # Andreas Sturmlechner <asturm@g.o> (2020-03-08)
33 # dev-python/pygtk is in the process of being removed, tracker bug #706462
34 dev-python/pygtk
35
36 diff --git a/virtual/python-futures/metadata.xml b/virtual/python-futures/metadata.xml
37 deleted file mode 100644
38 index 7f4f33c6dbc..00000000000
39 --- a/virtual/python-futures/metadata.xml
40 +++ /dev/null
41 @@ -1,8 +0,0 @@
42 -<?xml version="1.0" encoding="UTF-8"?>
43 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
44 -<pkgmetadata>
45 - <maintainer type="project">
46 - <email>python@g.o</email>
47 - <name>Python</name>
48 - </maintainer>
49 -</pkgmetadata>
50
51 diff --git a/virtual/python-futures/python-futures-1.ebuild b/virtual/python-futures/python-futures-1.ebuild
52 deleted file mode 100644
53 index 17bf2d2d28f..00000000000
54 --- a/virtual/python-futures/python-futures-1.ebuild
55 +++ /dev/null
56 @@ -1,16 +0,0 @@
57 -# Copyright 1999-2020 Gentoo Authors
58 -# Distributed under the terms of the GNU General Public License v2
59 -
60 -EAPI=7
61 -
62 -PYTHON_COMPAT=( python2_7 python3_{6,7,8} pypy3 )
63 -
64 -inherit python-r1
65 -
66 -DESCRIPTION="A virtual for the Python concurrent.futures module"
67 -SLOT="0"
68 -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ppc ppc64 s390 sparc x86 ~amd64-linux ~x86-linux"
69 -REQUIRED_USE="${PYTHON_REQUIRED_USE}"
70 -
71 -RDEPEND="${PYTHON_DEPS}
72 - $(python_gen_cond_dep 'dev-python/futures[${PYTHON_USEDEP}]' python2_7 pypy)"