commit:     6f924a23b3c15080a3a35c951956284973f88bd5
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon May  4 10:56:04 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon May  4 10:56:04 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f924a23

dev-python/flake8-polyfill: Remove old

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/flake8-polyfill/Manifest                |  1 -
 .../flake8-polyfill/flake8-polyfill-1.0.1.ebuild   | 29 ----------------------
 2 files changed, 30 deletions(-)

diff --git a/dev-python/flake8-polyfill/Manifest 
b/dev-python/flake8-polyfill/Manifest
index bea89d8b346..e642a86f41e 100644
--- a/dev-python/flake8-polyfill/Manifest
+++ b/dev-python/flake8-polyfill/Manifest
@@ -1,2 +1 @@
-DIST flake8-polyfill-1.0.1.tar.gz 8094 BLAKE2B 
1e93503b7f45da1d2f8086ea7e2f619df73a68f6680e958fd1dc13dfa0409ecaf0a045e1a6fbb3634279b17479e7227d68412d97c16d3a87182ae2a3e2c7cc11
 SHA512 
cdb1530c004015fc44007eb4efb5a84b2ff6f22bf75b3a33ada0c0e80eca5e137a2504baea11ae186018ff7617c8935bc14c36703c17c533a27abc81f9856883
 DIST flake8-polyfill-1.0.2.tar.gz 7591 BLAKE2B 
59c55e054b04098ad2e1c95d3464f3582fdfe2a83da75c8cebf556e2e7e32abeccf1bf69ec2d0b5c9790179d1c905da21b27e60e1c9810b62502c455193851fe
 SHA512 
767a599aacbe87328b3e36bd85e0841870760ed9bd95dd3a4a9084edc6f0ae89f8203d565c2b075f16f1db21b647c17b2aa59b08e4702109d7e5f79f36d9f3fa

diff --git a/dev-python/flake8-polyfill/flake8-polyfill-1.0.1.ebuild 
b/dev-python/flake8-polyfill/flake8-polyfill-1.0.1.ebuild
deleted file mode 100644
index f9bfa4de2ea..00000000000
--- a/dev-python/flake8-polyfill/flake8-polyfill-1.0.1.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python3_6 )
-inherit distutils-r1
-
-DESCRIPTION="Polyfill package for Flake8 plugins"
-HOMEPAGE="https://gitlab.com/pycqa/flake8";
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-EGIT_REPO_URI="https://gitlab.com/pycqa/flake8-polyfill.git";
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="dev-python/flake8[${PYTHON_USEDEP}]"
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
-       test? ( ${RDEPEND}
-               dev-python/mock[${PYTHON_USEDEP}]
-               dev-python/pytest[${PYTHON_USEDEP}]
-       )"
-
-python_test() {
-       py.test -v || die "Tests fail with ${EPYTHON}"
-}

Reply via email to