summaryrefslogtreecommitdiff
path: root/virtual/python-singledispatch
diff options
context:
space:
mode:
Diffstat (limited to 'virtual/python-singledispatch')
-rw-r--r--virtual/python-singledispatch/Manifest2
-rw-r--r--virtual/python-singledispatch/metadata.xml12
-rw-r--r--virtual/python-singledispatch/python-singledispatch-0.ebuild16
3 files changed, 0 insertions, 30 deletions
diff --git a/virtual/python-singledispatch/Manifest b/virtual/python-singledispatch/Manifest
deleted file mode 100644
index d44adc2cb00a..000000000000
--- a/virtual/python-singledispatch/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-EBUILD python-singledispatch-0.ebuild 518 BLAKE2B 2aed45ba1f6a57c5ead8835bb4a8ae03ae9a17f38591e799b03e46929811f67f49850c9eb4959d7473de3b2b61eb12973e565d6c0cfdc3bf9830a7d1e1fba639 SHA512 d5eb8b4ebe91ccc443189789ce50dc1e69bc0161d6fd78dc10aac5790bd06677096cfddfd0d17e89bf9828c32000c43626ed99754f821aeb8aadfb273258d74a
-MISC metadata.xml 386 BLAKE2B 2a6a959db0caa9e906f7ed96958366ba41bd36b8640d2ccf685faf50d44be723215773b4f056882ccc293b4b41025aec4b12586332ccc70b830d7f45fd57a1af SHA512 ba80e7786de3377de21e2511dca3bbdd8af41f5b6ba2976423bf83dc8ad1ed7f14165cc52538f33c5cf6a2086181fcc3b3f191480bd93b581704b11b93a00739
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)"