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: virtual/python-singledispatch/, profiles/
Date: Sat, 01 Aug 2020 21:29:33
Message-Id: 1596317321.16812c55a6d332c8736b7c59392009d52ddc3566.mgorny@gentoo
1 commit: 16812c55a6d332c8736b7c59392009d52ddc3566
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Aug 1 21:28:41 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Aug 1 21:28:41 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16812c55
7
8 virtual/python-singledispatch: Remove package
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 profiles/package.deprecated | 1 -
13 virtual/python-singledispatch/metadata.xml | 12 ------------
14 .../python-singledispatch/python-singledispatch-0.ebuild | 16 ----------------
15 3 files changed, 29 deletions(-)
16
17 diff --git a/profiles/package.deprecated b/profiles/package.deprecated
18 index c7593be25e3..344a3b123f0 100644
19 --- a/profiles/package.deprecated
20 +++ b/profiles/package.deprecated
21 @@ -67,7 +67,6 @@ gnome-base/orbit
22 # if your package still needs to support Python 2 (or remove it
23 # for Python 3 only packages).
24 virtual/python-futures
25 -virtual/python-singledispatch
26 virtual/python-typing
27 virtual/python-unittest-mock
28
29
30 diff --git a/virtual/python-singledispatch/metadata.xml b/virtual/python-singledispatch/metadata.xml
31 deleted file mode 100644
32 index 3ef008f49a9..00000000000
33 --- a/virtual/python-singledispatch/metadata.xml
34 +++ /dev/null
35 @@ -1,12 +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>proxy-maint@g.o</email>
41 - <name>Gentoo Proxy Maintainers Project</name>
42 - </maintainer>
43 - <maintainer type="person">
44 - <email>timo@××××××××××××.org</email>
45 - <name>Timo Rothenpieler</name>
46 - </maintainer>
47 -</pkgmetadata>
48
49 diff --git a/virtual/python-singledispatch/python-singledispatch-0.ebuild b/virtual/python-singledispatch/python-singledispatch-0.ebuild
50 deleted file mode 100644
51 index 0c7929b6859..00000000000
52 --- a/virtual/python-singledispatch/python-singledispatch-0.ebuild
53 +++ /dev/null
54 @@ -1,16 +0,0 @@
55 -# Copyright 1999-2020 Gentoo Authors
56 -# Distributed under the terms of the GNU General Public License v2
57 -
58 -EAPI=5
59 -
60 -PYTHON_COMPAT=( pypy3 python2_7 python3_{6,7,8} )
61 -
62 -inherit python-r1
63 -
64 -DESCRIPTION="A virtual for the Python functools.singledispatch function"
65 -SLOT="0"
66 -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 s390 sparc x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
67 -REQUIRED_USE="${PYTHON_REQUIRED_USE}"
68 -
69 -RDEPEND="${PYTHON_DEPS}
70 - $(python_gen_cond_dep 'dev-python/singledispatch[${PYTHON_USEDEP}]' -2)"