summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-08-01 23:28:41 +0200
committerMichał Górny <mgorny@gentoo.org>2020-08-01 23:28:41 +0200
commit16812c55a6d332c8736b7c59392009d52ddc3566 (patch)
treea6fa498fb02c9364db98d8b7bb981764edd3f9ab
parentvirtual/python-pathlib: Remove package (diff)
downloadgentoo-16812c55a6d332c8736b7c59392009d52ddc3566.tar.gz
gentoo-16812c55a6d332c8736b7c59392009d52ddc3566.tar.bz2
gentoo-16812c55a6d332c8736b7c59392009d52ddc3566.zip
virtual/python-singledispatch: Remove package
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--profiles/package.deprecated1
-rw-r--r--virtual/python-singledispatch/metadata.xml12
-rw-r--r--virtual/python-singledispatch/python-singledispatch-0.ebuild16
3 files changed, 0 insertions, 29 deletions
diff --git a/profiles/package.deprecated b/profiles/package.deprecated
index c7593be25e32..344a3b123f04 100644
--- a/profiles/package.deprecated
+++ b/profiles/package.deprecated
@@ -67,7 +67,6 @@ gnome-base/orbit
# if your package still needs to support Python 2 (or remove it
# for Python 3 only packages).
virtual/python-futures
-virtual/python-singledispatch
virtual/python-typing
virtual/python-unittest-mock
diff --git a/virtual/python-singledispatch/metadata.xml b/virtual/python-singledispatch/metadata.xml
deleted file mode 100644
index 3ef008f49a9b..000000000000
--- a/virtual/python-singledispatch/metadata.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>proxy-maint@gentoo.org</email>
- <name>Gentoo Proxy Maintainers Project</name>
- </maintainer>
- <maintainer type="person">
- <email>timo@rothenpieler.org</email>
- <name>Timo Rothenpieler</name>
- </maintainer>
-</pkgmetadata>
diff --git a/virtual/python-singledispatch/python-singledispatch-0.ebuild b/virtual/python-singledispatch/python-singledispatch-0.ebuild
deleted file mode 100644
index 0c7929b6859e..000000000000
--- a/virtual/python-singledispatch/python-singledispatch-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=( pypy3 python2_7 python3_{6,7,8} )
-
-inherit python-r1
-
-DESCRIPTION="A virtual for the Python functools.singledispatch function"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 s390 sparc x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-RDEPEND="${PYTHON_DEPS}
- $(python_gen_cond_dep 'dev-python/singledispatch[${PYTHON_USEDEP}]' -2)"