From afa8da78d8135ca28150730e9c60af9d875f0a5b Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Mon, 14 Nov 2022 06:50:14 +0000 Subject: gentoo auto-resync : 14:11:2022 - 06:50:13 --- dev-python/flake8-polyfill/Manifest | 1 - .../flake8-polyfill/flake8-polyfill-1.0.2.ebuild | 31 ---------------------- 2 files changed, 32 deletions(-) delete mode 100644 dev-python/flake8-polyfill/flake8-polyfill-1.0.2.ebuild (limited to 'dev-python/flake8-polyfill') diff --git a/dev-python/flake8-polyfill/Manifest b/dev-python/flake8-polyfill/Manifest index a729e202b513..0e55f236ec0c 100644 --- a/dev-python/flake8-polyfill/Manifest +++ b/dev-python/flake8-polyfill/Manifest @@ -1,4 +1,3 @@ DIST flake8-polyfill-1.0.2.tar.gz 7591 BLAKE2B 59c55e054b04098ad2e1c95d3464f3582fdfe2a83da75c8cebf556e2e7e32abeccf1bf69ec2d0b5c9790179d1c905da21b27e60e1c9810b62502c455193851fe SHA512 767a599aacbe87328b3e36bd85e0841870760ed9bd95dd3a4a9084edc6f0ae89f8203d565c2b075f16f1db21b647c17b2aa59b08e4702109d7e5f79f36d9f3fa EBUILD flake8-polyfill-1.0.2-r1.ebuild 783 BLAKE2B 32d8c0d8bb878c2306eaf58e826c819631ebad2c2587fb4803880695a3146b0e9c6a362455d1c69793277b504fd6786e71901a72890948177133b2ff5e892e10 SHA512 0b2b88b42e5ae1243b62e4792631a3fc5ef5c7a059ac3bfd35f0cc3dc34b820638e7538011a6e637bc0a02ece4f5606c00a1e853d9b7ff554aba73fd96f41b9c -EBUILD flake8-polyfill-1.0.2.ebuild 751 BLAKE2B 57c20ae397462dfb2e8f028d1499f6296b446efa18f77d23aa0c85648243052967d1e6f692815d1d9363ef845550ba2321fb06dd0283377981a24aa80db68c47 SHA512 c60bdfe66956ae529a8f82c0a84753b11ee7499c2cffc7a2c4d7eeac5a74db6385dfc6f92b35b5871007c94b92bf1071ee432de2e1ed54a1e732a99f6a0bbd87 MISC metadata.xml 382 BLAKE2B 500aa9900d66a01995a722b1874b16f8d0f3926bff3e007f79ebb7ac538ca14785a6a1196088bdd43524d804efc9863a7f564b208a6d2a29326caf24d3014d5d SHA512 af899ea40e06b94302407afd4afa0dc3aaa94d808b104ba5e38086617c12100a5c5867169650c8b523a893a876b5e5c803cbca293c8780ba75bb59bfe2720e82 diff --git a/dev-python/flake8-polyfill/flake8-polyfill-1.0.2.ebuild b/dev-python/flake8-polyfill/flake8-polyfill-1.0.2.ebuild deleted file mode 100644 index 750f32742879..000000000000 --- a/dev-python/flake8-polyfill/flake8-polyfill-1.0.2.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{8..11} ) -inherit distutils-r1 - -DESCRIPTION="Polyfill package for Flake8 plugins" -HOMEPAGE="https://gitlab.com/pycqa/flake8-polyfill" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~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 -} -- cgit v1.2.3