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/, dev-python/invoke/
Date: Sat, 23 May 2020 09:29:50
Message-Id: 1590226165.439daea00ff937ee5065a061b6a53617a0ff82e7.mgorny@gentoo
1 commit: 439daea00ff937ee5065a061b6a53617a0ff82e7
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat May 23 09:26:18 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat May 23 09:29:25 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=439daea0
7
8 dev-python/invoke: Remove last-rited pkg
9
10 Closes: https://bugs.gentoo.org/717670
11 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
12
13 dev-python/invoke/Manifest | 1 -
14 dev-python/invoke/invoke-1.1.1.ebuild | 21 ---------------------
15 dev-python/invoke/metadata.xml | 12 ------------
16 profiles/package.mask | 8 --------
17 4 files changed, 42 deletions(-)
18
19 diff --git a/dev-python/invoke/Manifest b/dev-python/invoke/Manifest
20 deleted file mode 100644
21 index 52ecb530a24..00000000000
22 --- a/dev-python/invoke/Manifest
23 +++ /dev/null
24 @@ -1 +0,0 @@
25 -DIST invoke-1.1.1.tar.gz 311831 BLAKE2B 2918c1a03cccbd90be6aa495206a2714f45c9690d8ce1b063adc0cacfa4c7accd36dd94863a83e9cc0c05aaf889bd746c3f528fad5af0db9f64725438866f81a SHA512 2dabf88428a53f244cab45cbc073b3a91fea5dd97a7590a58701a32bfaa14a4afe5d6a2e4ff4ed03ae38e1dfecc5a7c0f811bb18313e0af1f4e116f56c5e9ba7
26
27 diff --git a/dev-python/invoke/invoke-1.1.1.ebuild b/dev-python/invoke/invoke-1.1.1.ebuild
28 deleted file mode 100644
29 index 76cf2bda89d..00000000000
30 --- a/dev-python/invoke/invoke-1.1.1.ebuild
31 +++ /dev/null
32 @@ -1,21 +0,0 @@
33 -# Copyright 1999-2020 Gentoo Authors
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=7
37 -PYTHON_COMPAT=( python{3_6,3_7} )
38 -inherit distutils-r1
39 -
40 -DESCRIPTION="Pythonic task execution"
41 -HOMEPAGE="https://pypi.org/project/invoke/"
42 -SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
43 -
44 -LICENSE="BSD-2"
45 -SLOT="0"
46 -KEYWORDS="~amd64 ~arm64 ~x86"
47 -IUSE=""
48 -
49 -BDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
50 -RDEPEND=""
51 -
52 -# Depends on broken pytest-relaxed plugin
53 -RESTRICT="test"
54
55 diff --git a/dev-python/invoke/metadata.xml b/dev-python/invoke/metadata.xml
56 deleted file mode 100644
57 index 04808fe9fc0..00000000000
58 --- a/dev-python/invoke/metadata.xml
59 +++ /dev/null
60 @@ -1,12 +0,0 @@
61 -<?xml version="1.0" encoding="UTF-8"?>
62 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
63 -<pkgmetadata>
64 - <maintainer type="project">
65 - <email>python@g.o</email>
66 - <name>Python</name>
67 - </maintainer>
68 - <longdescription>
69 - Invoke is a Python (2.7 and 3.4+) task execution tool and library,
70 - drawing inspiration from various sources to arrive at a powerful and clean feature set.
71 - </longdescription>
72 -</pkgmetadata>
73
74 diff --git a/profiles/package.mask b/profiles/package.mask
75 index dddcd89b310..ab2c8c1c552 100644
76 --- a/profiles/package.mask
77 +++ b/profiles/package.mask
78 @@ -661,14 +661,6 @@ dev-python/pycrypto
79 # Removal in 30 days. Bug #611608.
80 dev-python/potr
81
82 -# Michał Górny <mgorny@g.o> (2020-04-16)
83 -# Both packages have been last bumped mid-2018. They depend
84 -# on pytest-relaxed plugin that has been removed due to breaking pretty
85 -# much everything. They do not have a dedicated maintainer, and they
86 -# don't fit python@. No revdeps.
87 -# Removal in 30 days. Bug #717670.
88 -dev-python/invoke
89 -
90 # Matt Turner <mattst88@g.o> (2020-04-12)
91 # In conjunction with Firefox's sandbox, breaks loading of i965 driver.
92 # Bug #716574