From 5f2b7da4cdaf72eb6a7610b6bdb9d5aed6b70cae Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Sat, 1 Aug 2020 23:28:56 +0200 Subject: virtual/python-typing: Remove package MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- profiles/package.deprecated | 1 - virtual/python-typing/metadata.xml | 8 -------- virtual/python-typing/python-typing-0-r1.ebuild | 17 ----------------- 3 files changed, 26 deletions(-) delete mode 100644 virtual/python-typing/metadata.xml delete mode 100644 virtual/python-typing/python-typing-0-r1.ebuild diff --git a/profiles/package.deprecated b/profiles/package.deprecated index 344a3b123f04..7676f7bdb9bc 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-typing virtual/python-unittest-mock # Andreas Sturmlechner (2020-03-08) diff --git a/virtual/python-typing/metadata.xml b/virtual/python-typing/metadata.xml deleted file mode 100644 index 7f4f33c6dbc9..000000000000 --- a/virtual/python-typing/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - python@gentoo.org - Python - - diff --git a/virtual/python-typing/python-typing-0-r1.ebuild b/virtual/python-typing/python-typing-0-r1.ebuild deleted file mode 100644 index 1c55e22f7d2b..000000000000 --- a/virtual/python-typing/python-typing-0-r1.ebuild +++ /dev/null @@ -1,17 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PYTHON_COMPAT=( python{2_7,3_6,3_7,3_8} pypy3 ) - -inherit python-r1 - -DESCRIPTION="A virtual for the Python typing module" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 s390 sparc x86 ~amd64-linux ~x86-linux ~x64-solaris" -REQUIRED_USE="${PYTHON_REQUIRED_USE}" - -RDEPEND="${PYTHON_DEPS} - $(python_gen_cond_dep 'dev-python/typing[${PYTHON_USEDEP}]' \ - 'python2*' pypy)" -- cgit v1.2.3-65-gdbad