commit:     efdae8caecb1592655e5c742e64d1e76e09fec5f
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Aug  1 21:31:06 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Aug  1 21:31:06 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=efdae8ca

virtual/python-futures: Remove package

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 profiles/package.deprecated                    |  7 -------
 virtual/python-futures/metadata.xml            |  8 --------
 virtual/python-futures/python-futures-1.ebuild | 16 ----------------
 3 files changed, 31 deletions(-)

diff --git a/profiles/package.deprecated b/profiles/package.deprecated
index 22244b847ff..b7dca5d2535 100644
--- a/profiles/package.deprecated
+++ b/profiles/package.deprecated
@@ -61,13 +61,6 @@ gnome-base/libgnome-keyring
 gnome-base/libgnomeui
 gnome-base/orbit
 
-# Michał Górny <[email protected]> (2020-03-16)
-# Virtuals for Python 2 backports.  Mostly obsolete, and some of them
-# are really confusing.  Use $(python_gen_cond_dep ...) instead
-# if your package still needs to support Python 2 (or remove it
-# for Python 3 only packages).
-virtual/python-futures
-
 # Andreas Sturmlechner <[email protected]> (2020-03-08)
 # dev-python/pygtk is in the process of being removed, tracker bug #706462
 dev-python/pygtk

diff --git a/virtual/python-futures/metadata.xml 
b/virtual/python-futures/metadata.xml
deleted file mode 100644
index 7f4f33c6dbc..00000000000
--- a/virtual/python-futures/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
-<pkgmetadata>
-       <maintainer type="project">
-               <email>[email protected]</email>
-               <name>Python</name>
-       </maintainer>
-</pkgmetadata>

diff --git a/virtual/python-futures/python-futures-1.ebuild 
b/virtual/python-futures/python-futures-1.ebuild
deleted file mode 100644
index 17bf2d2d28f..00000000000
--- a/virtual/python-futures/python-futures-1.ebuild
+++ /dev/null
@@ -1,16 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python2_7 python3_{6,7,8} pypy3 )
-
-inherit python-r1
-
-DESCRIPTION="A virtual for the Python concurrent.futures module"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ppc ppc64 s390 sparc x86 
~amd64-linux ~x86-linux"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-RDEPEND="${PYTHON_DEPS}
-       $(python_gen_cond_dep 'dev-python/futures[${PYTHON_USEDEP}]' python2_7 
pypy)"

Reply via email to