commit:     da5493752e7733962058c10caeda33674890ed9e
Author:     Tim Harder <radhermit <AT> gentoo <DOT> org>
AuthorDate: Wed Mar  1 07:35:16 2017 +0000
Commit:     Tim Harder <radhermit <AT> gentoo <DOT> org>
CommitDate: Wed Mar  1 07:44:16 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da549375

dev-python/pytest-catchlog: remove old

 dev-python/pytest-catchlog/Manifest                |  3 --
 .../pytest-catchlog/pytest-catchlog-1.1.ebuild     | 33 ----------------------
 .../pytest-catchlog/pytest-catchlog-1.2.0.ebuild   | 32 ---------------------
 .../pytest-catchlog/pytest-catchlog-1.2.1.ebuild   | 28 ------------------
 4 files changed, 96 deletions(-)

diff --git a/dev-python/pytest-catchlog/Manifest 
b/dev-python/pytest-catchlog/Manifest
index 6c2016ce77e..00805c7a5a9 100644
--- a/dev-python/pytest-catchlog/Manifest
+++ b/dev-python/pytest-catchlog/Manifest
@@ -1,4 +1 @@
-DIST pytest-catchlog-1.1.tar.gz 6540 SHA256 
7ad18d77b93d70c4ea30ed4593b164be104efc50a9112a5733304a71f2cb1119 SHA512 
7a272874f9fb4231a7b3a42742b752f0f9750fb861abfed0411bf8edae5ab3e67a0a33fe166e485d530a1ecf1834d131d3affcfc43a735fc5d28018ba155129a
 WHIRLPOOL 
cf04096c01176fc077c45ca26b5002e10cdc145e3d3ea83cc7594eb2cbaa3a7636ba661253b1a8e47e316407e672c5ee424df10d8026bc6adb2c04499d386d3f
-DIST pytest-catchlog-1.2.0.zip 13620 SHA256 
e419a4efc706c948fbac2c5e8a35bb6f16edb3bb0643b86ba28b6bc69e792d32 SHA512 
9ab42f5bcec14ab452c1466a7a148270e25c2bda722739101a48802ec61b7cef5099605330c29e46b68d2e7c7452d93b6ca1402e80d083f8e2deec02d38e743a
 WHIRLPOOL 
77a8c24e11ca4da9e42b212b7b022c27f2166a8e559a94f0744dc81aaafd7d3ccfd20b2413cf061bc1c2ea85e540c8a6c7e77a7aff0d1d68587c80ed97e94568
-DIST pytest-catchlog-1.2.1.zip 17263 SHA256 
9e9ecdeff56666f8a2fd1bee2f6ca3b1be30f1fcfb17fdf9bbd0e95d53feec83 SHA512 
c8589d6050dce214525b19055e1dfa93400d274f5b037177e5545bb9098527b9c4988fb2d1b95f2dc4412b1045ea6dff13ba88553f2f03059560286a8f8712d0
 WHIRLPOOL 
0b36f5b0c7ca86d8381c3b4fe27d8f757f5d56aa0b2f0da07fe1ad72214e91279014798e7b88b8f76c419b751ae30c652a7cb56270fc8ce31fc6b8418313ce57
 DIST pytest-catchlog-1.2.2.zip 18028 SHA256 
4be15dc5ac1750f83960897f591453040dff044b5966fe24a91c2f7d04ecfcf0 SHA512 
bbeeb7213898844a7956712992ddaca1e28c52fc5712339b9730f181a124af5ec90b5460981066638658246da4321840a7583ee14eec7c0482e069e2a824d031
 WHIRLPOOL 
522f34a6f54f15d1cf1380508517c50f9892553ae8b134c91a399f90c4534762fe88e4b3f7a5608fabf54aee1d53a4eb1e5e5473549bbafe772ba878f4116189

diff --git a/dev-python/pytest-catchlog/pytest-catchlog-1.1.ebuild 
b/dev-python/pytest-catchlog/pytest-catchlog-1.1.ebuild
deleted file mode 100644
index b161393b39b..00000000000
--- a/dev-python/pytest-catchlog/pytest-catchlog-1.1.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python{2_7,3_4} pypy pypy3 )
-
-inherit distutils-r1
-
-DESCRIPTION="py.test plugin to catch log messages, fork of pytest-capturelog"
-HOMEPAGE="https://pypi.python.org/pypi/pytest-catchlog 
https://github.com/eisensheng/pytest-catchlog";
-#SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-SRC_URI="https://github.com/eisensheng/pytest-catchlog/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
-
-SLOT="0"
-LICENSE="MIT"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="test"
-
-RDEPEND=">=dev-python/py-1.1.1[${PYTHON_USEDEP}]"
-DEPEND="
-       test? (
-               ${RDEPEND}
-               >=dev-python/pytest-2.7.1[${PYTHON_USEDEP}]
-       )"
-
-# Cannot figure out how to run them
-RESTRICT=test
-
-python_test() {
-       PYTHONPATH="${S}:${PYTHONPATH}" \
-               py.test -v -v -x || die
-}

diff --git a/dev-python/pytest-catchlog/pytest-catchlog-1.2.0.ebuild 
b/dev-python/pytest-catchlog/pytest-catchlog-1.2.0.ebuild
deleted file mode 100644
index 3fcf54cfa5c..00000000000
--- a/dev-python/pytest-catchlog/pytest-catchlog-1.2.0.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 python3_{4,5} pypy pypy3 )
-
-inherit distutils-r1
-
-DESCRIPTION="py.test plugin to catch log messages, fork of pytest-capturelog"
-HOMEPAGE="https://pypi.python.org/pypi/pytest-catchlog 
https://github.com/eisensheng/pytest-catchlog";
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.zip"
-
-SLOT="0"
-LICENSE="MIT"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="test"
-
-RDEPEND=">=dev-python/py-1.1.1[${PYTHON_USEDEP}]"
-DEPEND="
-       test? (
-               ${RDEPEND}
-               >=dev-python/pytest-2.7.1[${PYTHON_USEDEP}]
-       )"
-
-# Not included
-# https://github.com/eisensheng/pytest-catchlog/issues/13
-RESTRICT=test
-
-python_test() {
-       PYTEST_PLUGINS=${PN/-/_} py.test -v -v test_pytest_catchlog.py || die
-}

diff --git a/dev-python/pytest-catchlog/pytest-catchlog-1.2.1.ebuild 
b/dev-python/pytest-catchlog/pytest-catchlog-1.2.1.ebuild
deleted file mode 100644
index b52d4bff71e..00000000000
--- a/dev-python/pytest-catchlog/pytest-catchlog-1.2.1.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 python3_{4,5} pypy pypy3 )
-
-inherit distutils-r1
-
-DESCRIPTION="py.test plugin to catch log messages, fork of pytest-capturelog"
-HOMEPAGE="https://pypi.python.org/pypi/pytest-catchlog 
https://github.com/eisensheng/pytest-catchlog";
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.zip"
-
-SLOT="0"
-LICENSE="MIT"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="test"
-
-RDEPEND=">=dev-python/py-1.1.1[${PYTHON_USEDEP}]"
-DEPEND="
-       test? (
-               ${RDEPEND}
-               >=dev-python/pytest-2.7.1[${PYTHON_USEDEP}]
-       )"
-
-python_test() {
-       PYTEST_PLUGINS=${PN/-/_} py.test -v -v test_pytest_catchlog.py || die
-}

Reply via email to