summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-08-01 23:29:10 +0200
committerMichał Górny <mgorny@gentoo.org>2020-08-01 23:29:10 +0200
commit9a254dac40e560b717f8a7234385128d5e2f70b5 (patch)
treefad0dc5bb1da2a7aa73c0fd0f1c89e5f471b5239
parentvirtual/python-typing: Remove package (diff)
downloadgentoo-9a254dac.tar.gz
gentoo-9a254dac.tar.bz2
gentoo-9a254dac.zip
virtual/python-unittest-mock: Remove package
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--profiles/package.deprecated1
-rw-r--r--virtual/python-unittest-mock/metadata.xml8
-rw-r--r--virtual/python-unittest-mock/python-unittest-mock-1.ebuild16
3 files changed, 0 insertions, 25 deletions
diff --git a/profiles/package.deprecated b/profiles/package.deprecated
index 7676f7bdb9bc..22244b847ff9 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-unittest-mock
# Andreas Sturmlechner <asturm@gentoo.org> (2020-03-08)
# dev-python/pygtk is in the process of being removed, tracker bug #706462
diff --git a/virtual/python-unittest-mock/metadata.xml b/virtual/python-unittest-mock/metadata.xml
deleted file mode 100644
index 7f4f33c6dbc9..000000000000
--- a/virtual/python-unittest-mock/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>python@gentoo.org</email>
- <name>Python</name>
- </maintainer>
-</pkgmetadata>
diff --git a/virtual/python-unittest-mock/python-unittest-mock-1.ebuild b/virtual/python-unittest-mock/python-unittest-mock-1.ebuild
deleted file mode 100644
index 4b64d9ec0767..000000000000
--- a/virtual/python-unittest-mock/python-unittest-mock-1.ebuild
+++ /dev/null
@@ -1,16 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 python3_{6,7,8} pypy3 )
-
-inherit python-r1
-
-DESCRIPTION="A virtual for unittest.mock with mock fallback"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 s390 sparc x86 ~amd64-linux ~x86-linux ~x64-macos"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-RDEPEND="${PYTHON_DEPS}
- $(python_gen_cond_dep 'dev-python/mock[${PYTHON_USEDEP}]' -2)"