From 687364a80ede67c88d63345a8ad2bb1464ea7729 Mon Sep 17 00:00:00 2001 From: Andrew Ammerlaan Date: Fri, 28 Aug 2020 16:23:40 +0200 Subject: [PATCH] dev-python/pytest-travis-fold: remove package, no revdeps pytest<4 has been removed from ::gentoo Signed-off-by: Andrew Ammerlaan --- dev-python/pytest-travis-fold/Manifest | 1 - dev-python/pytest-travis-fold/metadata.xml | 13 -------- .../pytest-travis-fold-1.3.0-r1.ebuild | 32 ------------------- .../pytest-travis-fold-1.3.0.ebuild | 32 ------------------- 4 files changed, 78 deletions(-) delete mode 100644 dev-python/pytest-travis-fold/Manifest delete mode 100644 dev-python/pytest-travis-fold/metadata.xml delete mode 100644 dev-python/pytest-travis-fold/pytest-travis-fold-1.3.0-r1.ebuild delete mode 100644 dev-python/pytest-travis-fold/pytest-travis-fold-1.3.0.ebuild diff --git a/dev-python/pytest-travis-fold/Manifest b/dev-python/pytest-travis-fold/Manifest deleted file mode 100644 index e078951d96..0000000000 --- a/dev-python/pytest-travis-fold/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST pytest-travis-fold-1.3.0.tar.gz 7787 BLAKE2B 1ccecca18312d85b4bec0fcd6398a4b8aa19053c18799eb5bd4bb59a1e33e5eaa45bb952e4f3b356ba985cb81ef4753c474ebbfd901d57bce8e8521f16541768 SHA512 18b551690a526330a7ed3846c4ecb123e5ecbd6edb91ba145525b48391c5226b6e5ff44ba4e5c46487ca3716120a2d0d0518c2ef4cab5ee3419496124a5f2ffa diff --git a/dev-python/pytest-travis-fold/metadata.xml b/dev-python/pytest-travis-fold/metadata.xml deleted file mode 100644 index ec09803fab..0000000000 --- a/dev-python/pytest-travis-fold/metadata.xml +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - lssndrbarbieri@gmail.com - Alessandro Barbieri - - - abusalimov/pytest-travis-fold - pytest-travis-fold - - diff --git a/dev-python/pytest-travis-fold/pytest-travis-fold-1.3.0-r1.ebuild b/dev-python/pytest-travis-fold/pytest-travis-fold-1.3.0-r1.ebuild deleted file mode 100644 index bdad14845c..0000000000 --- a/dev-python/pytest-travis-fold/pytest-travis-fold-1.3.0-r1.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI="7" - -DISTUTILS_USE_SETUPTOOLS=rdepend -PYTHON_COMPAT=( pypy3 python3_{6,7} ) - -inherit distutils-r1 - -DESCRIPTION="Pytest plugin that folds captured output sections in Travis CI build log" -HOMEPAGE=" - https://github.com/abusalimov/pytest-travis-fold - https://pypi.org/project/pytest-travis-fold -" -SRC_URI="https://github.com/abusalimov/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -RDEPEND=" - >=dev-python/pytest-2.6.0[${PYTHON_USEDEP}] -