From bfee347c8e56b70e8ae67a7db755dc08d8999cfa Mon Sep 17 00:00:00 2001 From: Alessio Sergi Date: Fri, 25 May 2018 17:51:53 +0200 Subject: [PATCH] python-pytest-capturelog: remove, dead This was the older plugin before pytest-catchlog was around. pytest-catchlog/capturelog plugin has been merged into pytest as of version 3.3.0. See https://docs.pytest.org/en/latest/changelog.html#id148. --- .../files/LICENSE.txt | 22 ------------- srcpkgs/python-pytest-capturelog/template | 31 ------------------- srcpkgs/python3-pytest-capturelog | 1 - 3 files changed, 54 deletions(-) delete mode 100644 srcpkgs/python-pytest-capturelog/files/LICENSE.txt delete mode 100644 srcpkgs/python-pytest-capturelog/template delete mode 120000 srcpkgs/python3-pytest-capturelog diff --git a/srcpkgs/python-pytest-capturelog/files/LICENSE.txt b/srcpkgs/python-pytest-capturelog/files/LICENSE.txt deleted file mode 100644 index 5cca5a1b8c..0000000000 --- a/srcpkgs/python-pytest-capturelog/files/LICENSE.txt +++ /dev/null @@ -1,22 +0,0 @@ -The MIT License - -Copyright (c) 2010 Meme Dough - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. - diff --git a/srcpkgs/python-pytest-capturelog/template b/srcpkgs/python-pytest-capturelog/template deleted file mode 100644 index 5ddb77e3d9..0000000000 --- a/srcpkgs/python-pytest-capturelog/template +++ /dev/null @@ -1,31 +0,0 @@ -# Template file for 'python-pytest-capturelog' -pkgname=python-pytest-capturelog -version=0.7 -revision=1 -wrksrc="${pkgname/python-/}-${version}" -build_style=python-module -pycompile_module="pytest_capturelog.py" -hostmakedepends="python-setuptools python3-setuptools" -depends="python-py" -short_desc="Plugin for py.test to capture log messages for Python2" -maintainer="maxice8 " -license="MIT" -homepage="http://bitbucket.org/memedough/pytest-capturelog/overview" -distfiles="${PYPI_SITE}/p/${pkgname/python-/}/${pkgname/python-/}-${version}.tar.gz" -checksum=b6e8d5189b39462109c2188e6b512d6cc7e66d62bb5be65389ed50e96d22000d -noarch=yes - -post_install() { - vlicense "${FILESDIR}/LICENSE.txt" -} - -python3-pytest-capturelog_package() { - noarch=yes - pycompile_module="pytest_capturelog.py" - short_desc="${short_desc/Python2/Python3}" - depends="python3-py" - pkg_install() { - vmove usr/lib/python3* - vlicense "${FILESDIR}/LICENSE.txt" - } -} diff --git a/srcpkgs/python3-pytest-capturelog b/srcpkgs/python3-pytest-capturelog deleted file mode 120000 index e6b907ead3..0000000000 --- a/srcpkgs/python3-pytest-capturelog +++ /dev/null @@ -1 +0,0 @@ -python-pytest-capturelog \ No newline at end of file