Gentoo Archives: gentoo-commits

From: Tim Harder <radhermit@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-catchlog/
Date: Wed, 01 Mar 2017 07:45:01
Message-Id: 1488354256.da5493752e7733962058c10caeda33674890ed9e.radhermit@gentoo
1 commit: da5493752e7733962058c10caeda33674890ed9e
2 Author: Tim Harder <radhermit <AT> gentoo <DOT> org>
3 AuthorDate: Wed Mar 1 07:35:16 2017 +0000
4 Commit: Tim Harder <radhermit <AT> gentoo <DOT> org>
5 CommitDate: Wed Mar 1 07:44:16 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da549375
7
8 dev-python/pytest-catchlog: remove old
9
10 dev-python/pytest-catchlog/Manifest | 3 --
11 .../pytest-catchlog/pytest-catchlog-1.1.ebuild | 33 ----------------------
12 .../pytest-catchlog/pytest-catchlog-1.2.0.ebuild | 32 ---------------------
13 .../pytest-catchlog/pytest-catchlog-1.2.1.ebuild | 28 ------------------
14 4 files changed, 96 deletions(-)
15
16 diff --git a/dev-python/pytest-catchlog/Manifest b/dev-python/pytest-catchlog/Manifest
17 index 6c2016ce77e..00805c7a5a9 100644
18 --- a/dev-python/pytest-catchlog/Manifest
19 +++ b/dev-python/pytest-catchlog/Manifest
20 @@ -1,4 +1 @@
21 -DIST pytest-catchlog-1.1.tar.gz 6540 SHA256 7ad18d77b93d70c4ea30ed4593b164be104efc50a9112a5733304a71f2cb1119 SHA512 7a272874f9fb4231a7b3a42742b752f0f9750fb861abfed0411bf8edae5ab3e67a0a33fe166e485d530a1ecf1834d131d3affcfc43a735fc5d28018ba155129a WHIRLPOOL cf04096c01176fc077c45ca26b5002e10cdc145e3d3ea83cc7594eb2cbaa3a7636ba661253b1a8e47e316407e672c5ee424df10d8026bc6adb2c04499d386d3f
22 -DIST pytest-catchlog-1.2.0.zip 13620 SHA256 e419a4efc706c948fbac2c5e8a35bb6f16edb3bb0643b86ba28b6bc69e792d32 SHA512 9ab42f5bcec14ab452c1466a7a148270e25c2bda722739101a48802ec61b7cef5099605330c29e46b68d2e7c7452d93b6ca1402e80d083f8e2deec02d38e743a WHIRLPOOL 77a8c24e11ca4da9e42b212b7b022c27f2166a8e559a94f0744dc81aaafd7d3ccfd20b2413cf061bc1c2ea85e540c8a6c7e77a7aff0d1d68587c80ed97e94568
23 -DIST pytest-catchlog-1.2.1.zip 17263 SHA256 9e9ecdeff56666f8a2fd1bee2f6ca3b1be30f1fcfb17fdf9bbd0e95d53feec83 SHA512 c8589d6050dce214525b19055e1dfa93400d274f5b037177e5545bb9098527b9c4988fb2d1b95f2dc4412b1045ea6dff13ba88553f2f03059560286a8f8712d0 WHIRLPOOL 0b36f5b0c7ca86d8381c3b4fe27d8f757f5d56aa0b2f0da07fe1ad72214e91279014798e7b88b8f76c419b751ae30c652a7cb56270fc8ce31fc6b8418313ce57
24 DIST pytest-catchlog-1.2.2.zip 18028 SHA256 4be15dc5ac1750f83960897f591453040dff044b5966fe24a91c2f7d04ecfcf0 SHA512 bbeeb7213898844a7956712992ddaca1e28c52fc5712339b9730f181a124af5ec90b5460981066638658246da4321840a7583ee14eec7c0482e069e2a824d031 WHIRLPOOL 522f34a6f54f15d1cf1380508517c50f9892553ae8b134c91a399f90c4534762fe88e4b3f7a5608fabf54aee1d53a4eb1e5e5473549bbafe772ba878f4116189
25
26 diff --git a/dev-python/pytest-catchlog/pytest-catchlog-1.1.ebuild b/dev-python/pytest-catchlog/pytest-catchlog-1.1.ebuild
27 deleted file mode 100644
28 index b161393b39b..00000000000
29 --- a/dev-python/pytest-catchlog/pytest-catchlog-1.1.ebuild
30 +++ /dev/null
31 @@ -1,33 +0,0 @@
32 -# Copyright 1999-2015 Gentoo Foundation
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=5
36 -
37 -PYTHON_COMPAT=( python{2_7,3_4} pypy pypy3 )
38 -
39 -inherit distutils-r1
40 -
41 -DESCRIPTION="py.test plugin to catch log messages, fork of pytest-capturelog"
42 -HOMEPAGE="https://pypi.python.org/pypi/pytest-catchlog https://github.com/eisensheng/pytest-catchlog"
43 -#SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
44 -SRC_URI="https://github.com/eisensheng/pytest-catchlog/archive/v${PV}.tar.gz -> ${P}.tar.gz"
45 -
46 -SLOT="0"
47 -LICENSE="MIT"
48 -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
49 -IUSE="test"
50 -
51 -RDEPEND=">=dev-python/py-1.1.1[${PYTHON_USEDEP}]"
52 -DEPEND="
53 - test? (
54 - ${RDEPEND}
55 - >=dev-python/pytest-2.7.1[${PYTHON_USEDEP}]
56 - )"
57 -
58 -# Cannot figure out how to run them
59 -RESTRICT=test
60 -
61 -python_test() {
62 - PYTHONPATH="${S}:${PYTHONPATH}" \
63 - py.test -v -v -x || die
64 -}
65
66 diff --git a/dev-python/pytest-catchlog/pytest-catchlog-1.2.0.ebuild b/dev-python/pytest-catchlog/pytest-catchlog-1.2.0.ebuild
67 deleted file mode 100644
68 index 3fcf54cfa5c..00000000000
69 --- a/dev-python/pytest-catchlog/pytest-catchlog-1.2.0.ebuild
70 +++ /dev/null
71 @@ -1,32 +0,0 @@
72 -# Copyright 1999-2015 Gentoo Foundation
73 -# Distributed under the terms of the GNU General Public License v2
74 -
75 -EAPI=5
76 -
77 -PYTHON_COMPAT=( python2_7 python3_{4,5} pypy pypy3 )
78 -
79 -inherit distutils-r1
80 -
81 -DESCRIPTION="py.test plugin to catch log messages, fork of pytest-capturelog"
82 -HOMEPAGE="https://pypi.python.org/pypi/pytest-catchlog https://github.com/eisensheng/pytest-catchlog"
83 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.zip"
84 -
85 -SLOT="0"
86 -LICENSE="MIT"
87 -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
88 -IUSE="test"
89 -
90 -RDEPEND=">=dev-python/py-1.1.1[${PYTHON_USEDEP}]"
91 -DEPEND="
92 - test? (
93 - ${RDEPEND}
94 - >=dev-python/pytest-2.7.1[${PYTHON_USEDEP}]
95 - )"
96 -
97 -# Not included
98 -# https://github.com/eisensheng/pytest-catchlog/issues/13
99 -RESTRICT=test
100 -
101 -python_test() {
102 - PYTEST_PLUGINS=${PN/-/_} py.test -v -v test_pytest_catchlog.py || die
103 -}
104
105 diff --git a/dev-python/pytest-catchlog/pytest-catchlog-1.2.1.ebuild b/dev-python/pytest-catchlog/pytest-catchlog-1.2.1.ebuild
106 deleted file mode 100644
107 index b52d4bff71e..00000000000
108 --- a/dev-python/pytest-catchlog/pytest-catchlog-1.2.1.ebuild
109 +++ /dev/null
110 @@ -1,28 +0,0 @@
111 -# Copyright 1999-2015 Gentoo Foundation
112 -# Distributed under the terms of the GNU General Public License v2
113 -
114 -EAPI=5
115 -
116 -PYTHON_COMPAT=( python2_7 python3_{4,5} pypy pypy3 )
117 -
118 -inherit distutils-r1
119 -
120 -DESCRIPTION="py.test plugin to catch log messages, fork of pytest-capturelog"
121 -HOMEPAGE="https://pypi.python.org/pypi/pytest-catchlog https://github.com/eisensheng/pytest-catchlog"
122 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.zip"
123 -
124 -SLOT="0"
125 -LICENSE="MIT"
126 -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
127 -IUSE="test"
128 -
129 -RDEPEND=">=dev-python/py-1.1.1[${PYTHON_USEDEP}]"
130 -DEPEND="
131 - test? (
132 - ${RDEPEND}
133 - >=dev-python/pytest-2.7.1[${PYTHON_USEDEP}]
134 - )"
135 -
136 -python_test() {
137 - PYTEST_PLUGINS=${PN/-/_} py.test -v -v test_pytest_catchlog.py || die
138 -}