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