From 42e5284d13d47db8ed571742c8b0675c4acb4ab2 Mon Sep 17 00:00:00 2001 From: David Seifert Date: Sun, 19 Mar 2023 20:35:34 +0100 Subject: dev-python/pytest-flake8: treeclean Closes: https://bugs.gentoo.org/669860 Closes: https://bugs.gentoo.org/865931 Signed-off-by: David Seifert --- dev-python/pytest-flake8/Manifest | 1 - dev-python/pytest-flake8/metadata.xml | 17 ------------ .../pytest-flake8/pytest-flake8-1.1.1.ebuild | 30 ---------------------- profiles/package.mask | 6 ----- 4 files changed, 54 deletions(-) delete mode 100644 dev-python/pytest-flake8/Manifest delete mode 100644 dev-python/pytest-flake8/metadata.xml delete mode 100644 dev-python/pytest-flake8/pytest-flake8-1.1.1.ebuild diff --git a/dev-python/pytest-flake8/Manifest b/dev-python/pytest-flake8/Manifest deleted file mode 100644 index eb448b6acb51..000000000000 --- a/dev-python/pytest-flake8/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST pytest-flake8-1.1.1.tar.gz 9144 BLAKE2B 4f9984181cbadf1d14f2bfaa39a801eb40506457d5178e04a80d49afbd2e54ef10feef0c6cf99ac888442ee75df15663b4f7fa86ff392f34ee4615cbf12f7d13 SHA512 c6fed2228520501bc0c007c90b189d43953391c10fe93fdd7c4c68203ddfc64937b9919730f25ebcba0c1003ed266fbcb35d3ab12ed49fb63503bf27615286c0 diff --git a/dev-python/pytest-flake8/metadata.xml b/dev-python/pytest-flake8/metadata.xml deleted file mode 100644 index 5a37bda9d8a3..000000000000 --- a/dev-python/pytest-flake8/metadata.xml +++ /dev/null @@ -1,17 +0,0 @@ - - - - - python@gentoo.org - Python - - - titanofold@gentoo.org - Aaron W. Swenson - - - - pytest-flake8 - tholo/pytest-flake8 - - diff --git a/dev-python/pytest-flake8/pytest-flake8-1.1.1.ebuild b/dev-python/pytest-flake8/pytest-flake8-1.1.1.ebuild deleted file mode 100644 index 37558791b48b..000000000000 --- a/dev-python/pytest-flake8/pytest-flake8-1.1.1.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYPI_NO_NORMALIZE=1 -PYTHON_COMPAT=( python3_{9..10} ) - -inherit distutils-r1 pypi - -DESCRIPTION="pytest plugin for flake8" -HOMEPAGE=" - https://github.com/tholo/pytest-flake8/ - https://pypi.org/project/pytest-flake8/" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 x86" - -RDEPEND=" - >=dev-python/flake8-4.0[${PYTHON_USEDEP}] - >=dev-python/pytest-7.0[${PYTHON_USEDEP}] -" - -distutils_enable_tests pytest - -python_test() { - epytest -p flake8 -} diff --git a/profiles/package.mask b/profiles/package.mask index f32fdc73c91e..e7ca48aace15 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -362,12 +362,6 @@ dev-python/flask-script # Removal on 2023-03-19. Bug #895120. dev-python/cov-core -# Michał Górny (2023-02-17) -# Broken against the current package versions in ::gentoo. Upstream -# inactive. No revdeps. -# Removal on 2023-03-19. Bug #865931. -dev-python/pytest-flake8 - # Florian Schmaus (2023-02-09) # Leftovers from net-im/jabber-base. Unused and obsolete. # Removal on 2023-03-09. -- cgit v1.2.3-65-gdbad