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/pytest-capturelog/
Date: Tue, 09 Apr 2019 14:11:02
Message-Id: 1554819046.0f45771af06e33e9406244654695e6ce45c681e6.mgorny@gentoo
1 commit: 0f45771af06e33e9406244654695e6ce45c681e6
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue Apr 9 14:10:09 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Apr 9 14:10:46 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f45771a
7
8 dev-python/pytest-capturelog: Remove last-rited pkg
9
10 Closes: https://bugs.gentoo.org/668746
11 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
12
13 dev-python/pytest-capturelog/Manifest | 1 -
14 dev-python/pytest-capturelog/metadata.xml | 12 --------
15 .../pytest-capturelog-0.7-r1.ebuild | 32 ----------------------
16 .../pytest-capturelog/pytest-capturelog-0.7.ebuild | 32 ----------------------
17 profiles/package.mask | 4 ---
18 5 files changed, 81 deletions(-)
19
20 diff --git a/dev-python/pytest-capturelog/Manifest b/dev-python/pytest-capturelog/Manifest
21 deleted file mode 100644
22 index 2c0faac6185..00000000000
23 --- a/dev-python/pytest-capturelog/Manifest
24 +++ /dev/null
25 @@ -1 +0,0 @@
26 -DIST pytest-capturelog-0.7.tar.gz 4293 BLAKE2B e0dca3e3983f92afc01a988b339062286187175035c23f042e3cee9b3962c09eb0224a6859830ba8812aa39ba1c2f8460d950fd1bcc0c5d60d3081fbc93161a5 SHA512 82567697be2c277f49633cee5c83733b3383b89e987729dc977f4ef3dd08a5ef55d507f5380ac08def7791157208459ee08d686cf532280c665e659938f03c22
27
28 diff --git a/dev-python/pytest-capturelog/metadata.xml b/dev-python/pytest-capturelog/metadata.xml
29 deleted file mode 100644
30 index 81c84a63045..00000000000
31 --- a/dev-python/pytest-capturelog/metadata.xml
32 +++ /dev/null
33 @@ -1,12 +0,0 @@
34 -<?xml version="1.0" encoding="UTF-8"?>
35 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
36 -<pkgmetadata>
37 - <maintainer type="project">
38 - <email>python@g.o</email>
39 - <name>Python</name>
40 - </maintainer>
41 - <upstream>
42 - <remote-id type="pypi">pytest-capturelog</remote-id>
43 - <remote-id type="bitbucket">memedough/pytest-capturelog</remote-id>
44 - </upstream>
45 -</pkgmetadata>
46
47 diff --git a/dev-python/pytest-capturelog/pytest-capturelog-0.7-r1.ebuild b/dev-python/pytest-capturelog/pytest-capturelog-0.7-r1.ebuild
48 deleted file mode 100644
49 index e9756ccf6af..00000000000
50 --- a/dev-python/pytest-capturelog/pytest-capturelog-0.7-r1.ebuild
51 +++ /dev/null
52 @@ -1,32 +0,0 @@
53 -# Copyright 1999-2018 Gentoo Authors
54 -# Distributed under the terms of the GNU General Public License v2
55 -
56 -EAPI=7
57 -
58 -PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} pypy pypy3 )
59 -
60 -inherit distutils-r1
61 -
62 -DESCRIPTION="py.test plugin to capture log messages"
63 -HOMEPAGE="https://bitbucket.org/memedough/pytest-capturelog/overview"
64 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
65 -
66 -LICENSE="MIT"
67 -SLOT="0"
68 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd"
69 -IUSE="test"
70 -
71 -COMMON_DEPEND="dev-python/py[${PYTHON_USEDEP}]"
72 -DEPEND="${COMMON_DEPEND}
73 - dev-python/setuptools[${PYTHON_USEDEP}]
74 - test? ( dev-python/pytest[${PYTHON_USEDEP}] )"
75 -RDEPEND="${COMMON_DEPEND}
76 - !dev-python/pytest-catchlog"
77 -
78 -# Not included
79 -# https://bitbucket.org/memedough/pytest-capturelog/issues/5
80 -RESTRICT=test
81 -
82 -python_test() {
83 - PYTEST_PLUGINS=${PN/-/_} py.test -v -v test_capturelog.py || die
84 -}
85
86 diff --git a/dev-python/pytest-capturelog/pytest-capturelog-0.7.ebuild b/dev-python/pytest-capturelog/pytest-capturelog-0.7.ebuild
87 deleted file mode 100644
88 index 2245d6eeefd..00000000000
89 --- a/dev-python/pytest-capturelog/pytest-capturelog-0.7.ebuild
90 +++ /dev/null
91 @@ -1,32 +0,0 @@
92 -# Copyright 1999-2018 Gentoo Foundation
93 -# Distributed under the terms of the GNU General Public License v2
94 -
95 -EAPI=5
96 -
97 -PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 )
98 -
99 -inherit distutils-r1
100 -
101 -DESCRIPTION="py.test plugin to capture log messages"
102 -HOMEPAGE="https://bitbucket.org/memedough/pytest-capturelog/overview"
103 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
104 -
105 -LICENSE="MIT"
106 -SLOT="0"
107 -KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 s390 ~sh sparc x86 ~amd64-fbsd"
108 -IUSE="test"
109 -
110 -COMMON_DEPEND="dev-python/py[${PYTHON_USEDEP}]"
111 -DEPEND="${COMMON_DEPEND}
112 - dev-python/setuptools[${PYTHON_USEDEP}]
113 - test? ( dev-python/pytest[${PYTHON_USEDEP}] )"
114 -RDEPEND="${COMMON_DEPEND}
115 - !dev-python/pytest-catchlog"
116 -
117 -# Not included
118 -# https://bitbucket.org/memedough/pytest-capturelog/issues/5
119 -RESTRICT=test
120 -
121 -python_test() {
122 - PYTEST_PLUGINS=${PN/-/_} py.test -v -v test_capturelog.py || die
123 -}
124
125 diff --git a/profiles/package.mask b/profiles/package.mask
126 index f73b0e272d9..39b9fe6c295 100644
127 --- a/profiles/package.mask
128 +++ b/profiles/package.mask
129 @@ -661,10 +661,6 @@ net-misc/rancid-git
130 # Mask unused obsolete slot for removal in 30 days.
131 dev-ruby/trollop:0
132
133 -# Virgil Dupras <vdupras@g.o> (10 Mar 2019)
134 -# Merged in pytest, no revdep. Removal in 30 days. Bug #668746
135 -dev-python/pytest-capturelog
136 -
137 # Eray Aslan <eras@g.o> (01 Mar 2019)
138 # Mask experimental software
139 =mail-mta/postfix-3.5*