summaryrefslogtreecommitdiff
path: root/dev-python/flake8-polyfill
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-11-14 06:50:14 +0000
committerV3n3RiX <venerix@koprulu.sector>2022-11-14 06:50:14 +0000
commitafa8da78d8135ca28150730e9c60af9d875f0a5b (patch)
tree65e94479f29d7591a1bc1d09d1fc1913d785fe6b /dev-python/flake8-polyfill
parent4828c25c25aacf399de429d381288982fd7e0d0e (diff)
gentoo auto-resync : 14:11:2022 - 06:50:13
Diffstat (limited to 'dev-python/flake8-polyfill')
-rw-r--r--dev-python/flake8-polyfill/Manifest1
-rw-r--r--dev-python/flake8-polyfill/flake8-polyfill-1.0.2.ebuild31
2 files changed, 0 insertions, 32 deletions
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
-}