commit: 43969fdd5ab8da77d79e1b02d21eb6130b9e9377 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Sat Aug 1 21:25:57 2020 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sat Aug 1 21:26:10 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=43969fdd
virtual/python-backports_abc: Remove package Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> profiles/package.deprecated | 1 - virtual/python-backports_abc/metadata.xml | 8 -------- .../python-backports_abc/python-backports_abc-0.ebuild | 16 ---------------- 3 files changed, 25 deletions(-) diff --git a/profiles/package.deprecated b/profiles/package.deprecated index 570197dfb56..3e3b62420c6 100644 --- a/profiles/package.deprecated +++ b/profiles/package.deprecated @@ -66,7 +66,6 @@ gnome-base/orbit # 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-backports_abc virtual/python-enum34 virtual/python-funcsigs virtual/python-futures diff --git a/virtual/python-backports_abc/metadata.xml b/virtual/python-backports_abc/metadata.xml deleted file mode 100644 index 7f4f33c6dbc..00000000000 --- a/virtual/python-backports_abc/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-backports_abc/python-backports_abc-0.ebuild b/virtual/python-backports_abc/python-backports_abc-0.ebuild deleted file mode 100644 index 305dba0f059..00000000000 --- a/virtual/python-backports_abc/python-backports_abc-0.ebuild +++ /dev/null @@ -1,16 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -PYTHON_COMPAT=( python2_7 python3_{6,7,8} ) - -inherit python-r1 - -DESCRIPTION="A virtual for the Python 3.3+ collections.abc module" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 s390 sparc x86 ~amd64-linux" -REQUIRED_USE="${PYTHON_REQUIRED_USE}" - -RDEPEND="${PYTHON_DEPS} - $(python_gen_cond_dep 'dev-python/backports-abc[${PYTHON_USEDEP}]' python2_7 pypy)"
