commit: 4d9d2459d7ab9e18a71c91e20846d937b176f450 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> AuthorDate: Sat Jul 20 07:18:04 2024 +0000 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> CommitDate: Sat Jul 20 07:18:30 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d9d2459
dev-python/flake8-polyfill: treeclean Closes: https://bugs.gentoo.org/934466 (pkgremoved) Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org> dev-python/flake8-polyfill/Manifest | 1 - .../flake8-polyfill-1.0.2-r1.ebuild | 42 ---------------------- dev-python/flake8-polyfill/metadata.xml | 12 ------- profiles/package.mask | 6 ---- 4 files changed, 61 deletions(-) diff --git a/dev-python/flake8-polyfill/Manifest b/dev-python/flake8-polyfill/Manifest deleted file mode 100644 index e642a86f41ed..000000000000 --- a/dev-python/flake8-polyfill/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST flake8-polyfill-1.0.2.tar.gz 7591 BLAKE2B 59c55e054b04098ad2e1c95d3464f3582fdfe2a83da75c8cebf556e2e7e32abeccf1bf69ec2d0b5c9790179d1c905da21b27e60e1c9810b62502c455193851fe SHA512 767a599aacbe87328b3e36bd85e0841870760ed9bd95dd3a4a9084edc6f0ae89f8203d565c2b075f16f1db21b647c17b2aa59b08e4702109d7e5f79f36d9f3fa diff --git a/dev-python/flake8-polyfill/flake8-polyfill-1.0.2-r1.ebuild b/dev-python/flake8-polyfill/flake8-polyfill-1.0.2-r1.ebuild deleted file mode 100644 index 9a51a00c9b83..000000000000 --- a/dev-python/flake8-polyfill/flake8-polyfill-1.0.2-r1.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2024 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_{10..13} ) - -inherit distutils-r1 pypi - -DESCRIPTION="Polyfill package for Flake8 plugins" -HOMEPAGE=" - https://gitlab.com/pycqa/flake8-polyfill/ - https://pypi.org/project/flake8-polyfill/ -" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~arm64 ~x86" - -RDEPEND=" - dev-python/flake8[${PYTHON_USEDEP}] -" -BDEPEND=" - test? ( - dev-python/mock[${PYTHON_USEDEP}] - ) -" - -distutils_enable_tests pytest - -EPYTEST_IGNORE=( - # Get rid of the test that seems to test only the migration from - # pep8 to pycodestyle (bug 598918). - tests/test_stdin.py -) - -src_prepare() { - sed -e 's|\[pytest\]|\[tool:pytest\]|' -i setup.cfg || die - distutils-r1_src_prepare -} diff --git a/dev-python/flake8-polyfill/metadata.xml b/dev-python/flake8-polyfill/metadata.xml deleted file mode 100644 index 1e661ba0fbb8..000000000000 --- a/dev-python/flake8-polyfill/metadata.xml +++ /dev/null @@ -1,12 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>[email protected]</email> - </maintainer> - <stabilize-allarches/> - <upstream> - <remote-id type="pypi">flake8-polyfill</remote-id> - <remote-id type="gitlab">pycqa/flake8-polyfill</remote-id> - </upstream> -</pkgmetadata> diff --git a/profiles/package.mask b/profiles/package.mask index ca7435382d78..5b816302856a 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -258,12 +258,6 @@ media-gfx/dawn # Removal on 2024-07-18. Bug #922378. app-emulation/cloud-hypervisor -# Michał Górny <[email protected]> (2024-06-17) -# A compatibility shim for ancient versions of flake8. Upstream project -# is gone. No revdeps. -# Removal on 2024-07-17. Bug #934466. -dev-python/flake8-polyfill - # Hans de Graaff <[email protected]> (2024-06-17) # Obsolete slot with failing tests. Use the newer slot instead. No # reverse dependencies. Masked for removal on 2024-07-17.
