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: profiles/, virtual/python-typing/
Date: Sat, 01 Aug 2020 21:29:33
Message-Id: 1596317336.5f2b7da4cdaf72eb6a7610b6bdb9d5aed6b70cae.mgorny@gentoo
1 commit: 5f2b7da4cdaf72eb6a7610b6bdb9d5aed6b70cae
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Aug 1 21:28:56 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Aug 1 21:28:56 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f2b7da4
7
8 virtual/python-typing: Remove package
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 profiles/package.deprecated | 1 -
13 virtual/python-typing/metadata.xml | 8 --------
14 virtual/python-typing/python-typing-0-r1.ebuild | 17 -----------------
15 3 files changed, 26 deletions(-)
16
17 diff --git a/profiles/package.deprecated b/profiles/package.deprecated
18 index 344a3b123f0..7676f7bdb9b 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-typing
26 virtual/python-unittest-mock
27
28 # Andreas Sturmlechner <asturm@g.o> (2020-03-08)
29
30 diff --git a/virtual/python-typing/metadata.xml b/virtual/python-typing/metadata.xml
31 deleted file mode 100644
32 index 7f4f33c6dbc..00000000000
33 --- a/virtual/python-typing/metadata.xml
34 +++ /dev/null
35 @@ -1,8 +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>python@g.o</email>
41 - <name>Python</name>
42 - </maintainer>
43 -</pkgmetadata>
44
45 diff --git a/virtual/python-typing/python-typing-0-r1.ebuild b/virtual/python-typing/python-typing-0-r1.ebuild
46 deleted file mode 100644
47 index 1c55e22f7d2..00000000000
48 --- a/virtual/python-typing/python-typing-0-r1.ebuild
49 +++ /dev/null
50 @@ -1,17 +0,0 @@
51 -# Copyright 1999-2020 Gentoo Authors
52 -# Distributed under the terms of the GNU General Public License v2
53 -
54 -EAPI=6
55 -
56 -PYTHON_COMPAT=( python{2_7,3_6,3_7,3_8} pypy3 )
57 -
58 -inherit python-r1
59 -
60 -DESCRIPTION="A virtual for the Python typing module"
61 -SLOT="0"
62 -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 s390 sparc x86 ~amd64-linux ~x86-linux ~x64-solaris"
63 -REQUIRED_USE="${PYTHON_REQUIRED_USE}"
64 -
65 -RDEPEND="${PYTHON_DEPS}
66 - $(python_gen_cond_dep 'dev-python/typing[${PYTHON_USEDEP}]' \
67 - 'python2*' pypy)"