diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2022-10-14 08:27:02 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2022-10-14 08:27:02 +0300 |
commit | 14d10f723d06545832e0008722d1c725c3b03e97 (patch) | |
tree | 643f4baf058f122e6e162fa68f81e753603abb98 | |
parent | games-mud/tf: Keyword 5.0_beta8_p8-r1 arm64, #866329 (diff) | |
download | gentoo-14d10f723d06545832e0008722d1c725c3b03e97.tar.gz gentoo-14d10f723d06545832e0008722d1c725c3b03e97.tar.bz2 gentoo-14d10f723d06545832e0008722d1c725c3b03e97.zip |
dev-python/pytest-pylint: treeclean
Closes: https://bugs.gentoo.org/834817
Closes: https://bugs.gentoo.org/869650
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
-rw-r--r-- | dev-python/pytest-pylint/Manifest | 1 | ||||
-rw-r--r-- | dev-python/pytest-pylint/metadata.xml | 14 | ||||
-rw-r--r-- | dev-python/pytest-pylint/pytest-pylint-0.18.0.ebuild | 32 | ||||
-rw-r--r-- | profiles/package.mask | 5 |
4 files changed, 0 insertions, 52 deletions
diff --git a/dev-python/pytest-pylint/Manifest b/dev-python/pytest-pylint/Manifest deleted file mode 100644 index e3b72f5e712a..000000000000 --- a/dev-python/pytest-pylint/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST pytest-pylint-0.18.0.tar.gz 12448 BLAKE2B 9d0cecb08fc87d7e2aade47af3f2677431776a425726c281e9abc5fdeebb84f38ab4a97e405ed407b1cd241eb97a8cd90e878af61f818b46cab5f9fba5ca3d5f SHA512 a0716104d288774d4c3ab596f30a33cf439df5031647912574c31eefc3a84e69e82fc362f77e73b437c7566a596d2ff8bf51a332626a7fa7468cea3b916e9ad9 diff --git a/dev-python/pytest-pylint/metadata.xml b/dev-python/pytest-pylint/metadata.xml deleted file mode 100644 index a78469cff8a8..000000000000 --- a/dev-python/pytest-pylint/metadata.xml +++ /dev/null @@ -1,14 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>python@gentoo.org</email> - <name>Python</name> - </maintainer> - <stabilize-allarches/> - <upstream> - <remote-id type="github">carsongee/pytest-pylint</remote-id> - <remote-id type="pypi">pytest-pylint</remote-id> - <bugs-to>https://github.com/carsongee/pytest-pylint/issues</bugs-to> - </upstream> -</pkgmetadata> diff --git a/dev-python/pytest-pylint/pytest-pylint-0.18.0.ebuild b/dev-python/pytest-pylint/pytest-pylint-0.18.0.ebuild deleted file mode 100644 index 65cb8817b95b..000000000000 --- a/dev-python/pytest-pylint/pytest-pylint-0.18.0.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{8..10} ) - -inherit distutils-r1 - -DESCRIPTION="pytest plugin to check source code with pylint" -HOMEPAGE="https://github.com/carsongee/pytest-pylint" -SRC_URI="https://github.com/carsongee/pytest-pylint/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -RDEPEND=" - >=dev-python/pylint-2.3.0[${PYTHON_USEDEP}] - >=dev-python/pytest-5.4[${PYTHON_USEDEP}] - >=dev-python/toml-0.7.1[${PYTHON_USEDEP}] -" - -distutils_enable_tests --install pytest - -python_prepare_all() { - # Disable flake8 and pep8 options - sed -i -e '/^addopts =/d' tox.ini || die - # Remove pytest-runner requirement - sed -i -e "s/'pytest-runner'//" setup.py || die - distutils-r1_python_prepare_all -} diff --git a/profiles/package.mask b/profiles/package.mask index f685d24b2447..0aac71556bf9 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -268,11 +268,6 @@ x11-themes/e-flat-theme # Removal on 2022-11-11. Bug #835013. app-portage/repoman -# Michał Górny <mgorny@gentoo.org> (2022-09-11) -# Bad quality package with failing tests. No revdeps. -# Removal on 2022-10-11. Bug #869650. -dev-python/pytest-pylint - # Matthias Schwarzott <zzam@gentoo.org> (2022-09-08) # Breaks kernel builds with BTF enabled. # Bug #868762. |