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: dev-python/singledispatch/, profiles/
Date: Mon, 26 Oct 2020 07:39:49
Message-Id: 1603697942.2f70359131d2c1f4486019ae238f185467234566.mgorny@gentoo
1 commit: 2f70359131d2c1f4486019ae238f185467234566
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon Oct 26 07:33:44 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon Oct 26 07:39:02 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f703591
7
8 dev-python/singledispatch: Remove last-rited pkg
9
10 Closes: https://bugs.gentoo.org/734636
11 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
12
13 dev-python/singledispatch/Manifest | 1 -
14 dev-python/singledispatch/metadata.xml | 15 ---------------
15 .../singledispatch/singledispatch-3.4.0.3.ebuild | 20 --------------------
16 profiles/package.mask | 5 -----
17 4 files changed, 41 deletions(-)
18
19 diff --git a/dev-python/singledispatch/Manifest b/dev-python/singledispatch/Manifest
20 deleted file mode 100644
21 index 6506cced01a..00000000000
22 --- a/dev-python/singledispatch/Manifest
23 +++ /dev/null
24 @@ -1 +0,0 @@
25 -DIST singledispatch-3.4.0.3.tar.gz 9529 BLAKE2B 51e948c1a60adac7db3b97931becad4c699277b7c6af2e211e160fd6ec8fdf0501a3a2b40780b9bf7a2a5c62d08d905c7058c5a771018f9ec78a60688e3b03b5 SHA512 ba065d36092ddee6527be3d7cb777c51c0949855bf6dd0ffb7c25acaedaa35d36fe6dc096587acddcd1e9e54c6ac5f92c196b11f9ee1270cc0c1cf2f410446cf
26
27 diff --git a/dev-python/singledispatch/metadata.xml b/dev-python/singledispatch/metadata.xml
28 deleted file mode 100644
29 index 59b6525d4d9..00000000000
30 --- a/dev-python/singledispatch/metadata.xml
31 +++ /dev/null
32 @@ -1,15 +0,0 @@
33 -<?xml version="1.0" encoding="UTF-8"?>
34 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
35 -<pkgmetadata>
36 - <maintainer type="person">
37 - <email>timo@××××××××××××.org</email>
38 - <name>Timo Rothenpieler</name>
39 - </maintainer>
40 - <maintainer type="project">
41 - <email>proxy-maint@g.o</email>
42 - <name>Gentoo Proxy Maintainers Project</name>
43 - </maintainer>
44 - <upstream>
45 - <remote-id type="pypi">singledispatch</remote-id>
46 - </upstream>
47 -</pkgmetadata>
48
49 diff --git a/dev-python/singledispatch/singledispatch-3.4.0.3.ebuild b/dev-python/singledispatch/singledispatch-3.4.0.3.ebuild
50 deleted file mode 100644
51 index 9c1a89cfa21..00000000000
52 --- a/dev-python/singledispatch/singledispatch-3.4.0.3.ebuild
53 +++ /dev/null
54 @@ -1,20 +0,0 @@
55 -# Copyright 1999-2020 Gentoo Authors
56 -# Distributed under the terms of the GNU General Public License v2
57 -
58 -EAPI=5
59 -
60 -PYTHON_COMPAT=( python2_7 )
61 -
62 -inherit distutils-r1
63 -
64 -DESCRIPTION="A library to bring functools.singledispatch from Python 3.4 to Python 2.6-3.3"
65 -HOMEPAGE="https://docs.python.org/3/library/functools.html#functools.singledispatch"
66 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${PF}.tar.gz"
67 -
68 -LICENSE="MIT"
69 -SLOT="0"
70 -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 s390 sparc x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
71 -IUSE=""
72 -
73 -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
74 -RDEPEND="dev-python/six[${PYTHON_USEDEP}]"
75
76 diff --git a/profiles/package.mask b/profiles/package.mask
77 index 44486c2f21c..ae067be9f83 100644
78 --- a/profiles/package.mask
79 +++ b/profiles/package.mask
80 @@ -248,11 +248,6 @@ net-analyzer/tcpflow
81 # Removal in 30 days. Bug #710024.
82 dev-python/mysql-python
83
84 -# Michał Górny <mgorny@g.o> (2020-09-26)
85 -# Python 2.7 backport with no revdeps left.
86 -# Removal in 30 days. Bug #734636.
87 -dev-python/singledispatch
88 -
89 # Michał Górny <mgorny@g.o> (2020-09-25)
90 # PyPy3.7 alpha. Known to break a few packages. Masked until it
91 # matures more.